Skip to content

Bump Microsoft.Extensions.Hosting.Abstractions from 6.0.0 to 7.0.0 in /src/shell/dotnet/Shell #1295

Bump Microsoft.Extensions.Hosting.Abstractions from 6.0.0 to 7.0.0 in /src/shell/dotnet/Shell

Bump Microsoft.Extensions.Hosting.Abstractions from 6.0.0 to 7.0.0 in /src/shell/dotnet/Shell #1295

Status Failure
Total duration 11m 1s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

continuous-integration.yml

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

Annotations

1 error and 11 warnings
build (6.0.x, 18.x)
Process completed with exit code 1.
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
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)'.