Skip to content

chore(deps-dev): bump the rollup group with 5 updates #2070

chore(deps-dev): bump the rollup group with 5 updates

chore(deps-dev): bump the rollup group with 5 updates #2070

Triggered via pull request March 6, 2024 10:25
Status Failure
Total duration 10m 38s
Artifacts

continuous-integration.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build (6.0.x, 18.x)
Process completed with exit code 1.
build (6.0.x, 18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (6.0.x, 18.x)
Unexpected input(s) 'COMPOSEUI_SKIP_DOWNLOAD', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path']
build (6.0.x, 18.x): prototypes/multi-module-prototype/src/module-loader/dotnet/ModuleLoader/Runners/ComposeHostedWebApp.cs#L24
Non-nullable field '_process' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (6.0.x, 18.x): prototypes/multi-module-prototype/src/module-loader/dotnet/ModuleLoader/ModuleHostFactory.cs#L26
Possible null reference argument for parameter 'launchPath' in 'ExecutableRunner.ExecutableRunner(string launchPath, string[]? arguments)'.
build (6.0.x, 18.x): prototypes/multi-module-prototype/src/module-loader/dotnet/ModuleLoader/ModuleHostFactory.cs#L29
Possible null reference argument for parameter 'path' in 'DotNetCoreRunner.DotNetCoreRunner(string path, string[]? arguments)'.
build (6.0.x, 18.x): prototypes/multi-module-prototype/src/module-loader/dotnet/ModuleLoader/ModuleHostFactory.cs#L32
Possible null reference argument for parameter 'path' in 'ComposeHostedWebApp.ComposeHostedWebApp(string path, int port)'.
build (6.0.x, 18.x): prototypes/multi-module-prototype/src/module-loader/dotnet/ModuleLoader/ModuleHostFactory.cs#L35
Converting null literal or possible null value to non-nullable type.
build (6.0.x, 18.x): prototypes/multi-module-prototype/src/module-loader/dotnet/ModuleLoader/ModuleHostFactory.cs#L45
Possible null reference argument for parameter 'moduleRunner' in 'WindowedModuleHost.WindowedModuleHost(string name, Guid instanceId, IWindowedModuleRunner moduleRunner)'.
build (6.0.x, 18.x): prototypes/multi-module-prototype/src/module-loader/dotnet/ModuleLoader/ModuleHostFactory.cs#L47
Possible null reference argument for parameter 'url' in 'WebpageModuleHost.WebpageModuleHost(string name, Guid instanceId, string url, IModuleRunner? runner)'.
build (6.0.x, 18.x): prototypes/multi-module-prototype/src/module-loader/dotnet/ModuleLoader/ModuleHostFactory.cs#L49
Possible null reference argument for parameter 'runner' in 'BackgroundModuleHost.BackgroundModuleHost(string name, Guid instanceId, IModuleRunner runner)'.
build (6.0.x, 18.x): prototypes/multi-module-prototype/src/module-loader/dotnet/ModuleLoader/Modules/ModuleManifest.cs#L17
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.