chore(deps): upgrade to angular 17 #1939
You are viewing an older attempt in the history of this workflow run.
View latest attempt.
Annotations
13 warnings
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, actions/setup-dotnet@v2, codecov/[email protected], actions/upload-artifact@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)
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/Modules/ModuleManifest.cs#L17
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (6.0.x, 18.x):
prototypes/multi-module-prototype/src/module-loader/dotnet/ModuleLoader/Modules/ModuleManifest.cs#L18
Non-nullable property 'StartupType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (6.0.x, 18.x):
prototypes/multi-module-prototype/src/module-loader/dotnet/ModuleLoader/Modules/ModuleManifest.cs#L19
Non-nullable property 'UIType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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
Nullable value type may be null.
|
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)'.
|