Skip to content

chore(deps): bump System.IO.Pipelines from 6.0.3 to 8.0.0 in /src/shell/dotnet/Shell #1928

chore(deps): bump System.IO.Pipelines from 6.0.3 to 8.0.0 in /src/shell/dotnet/Shell

chore(deps): bump System.IO.Pipelines from 6.0.3 to 8.0.0 in /src/shell/dotnet/Shell #1928

Triggered via pull request March 3, 2024 20:37
Status Failure
Total duration 6h 0m 13s
Artifacts

continuous-integration.yml

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

Annotations

2 errors and 11 warnings
build (6.0.x, 18.x)
The job running on runner GitHub Actions 18 has exceeded the maximum execution time of 360 minutes.
build (6.0.x, 18.x)
The operation was canceled.
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/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)'.