Skip to content

Integrate Module Loader into the shell #1415

Integrate Module Loader into the shell

Integrate Module Loader into the shell #1415

Triggered via pull request October 19, 2023 15:44
Status Failure
Total duration 14m 44s
Artifacts

continuous-integration.yml

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

Annotations

9 errors and 11 warnings
build (6.0.x, 18.x): src/module-loader/dotnet/tests/MorganStanley.ComposeUI.ModuleLoader.Abstractions.Tests/StartupContextTests.cs#L26
There is no argument given that corresponds to the required formal parameter 'moduleInstance' of 'StartupContext.StartupContext(StartRequest, IModuleInstance)'
build (6.0.x, 18.x): src/module-loader/dotnet/tests/MorganStanley.ComposeUI.ModuleLoader.Abstractions.Tests/StartupContextTests.cs#L38
There is no argument given that corresponds to the required formal parameter 'moduleInstance' of 'StartupContext.StartupContext(StartRequest, IModuleInstance)'
build (6.0.x, 18.x): src/module-loader/dotnet/tests/MorganStanley.ComposeUI.ModuleLoader.Tests/Runners/WebModuleRunnerTests.cs#L36
There is no argument given that corresponds to the required formal parameter 'moduleInstance' of 'StartupContext.StartupContext(StartRequest, IModuleInstance)'
build (6.0.x, 18.x): src/module-loader/dotnet/tests/MorganStanley.ComposeUI.ModuleLoader.Abstractions.Tests/StartupContextTests.cs#L26
There is no argument given that corresponds to the required formal parameter 'moduleInstance' of 'StartupContext.StartupContext(StartRequest, IModuleInstance)'
build (6.0.x, 18.x): src/module-loader/dotnet/tests/MorganStanley.ComposeUI.ModuleLoader.Abstractions.Tests/StartupContextTests.cs#L38
There is no argument given that corresponds to the required formal parameter 'moduleInstance' of 'StartupContext.StartupContext(StartRequest, IModuleInstance)'
build (6.0.x, 18.x): src/module-loader/dotnet/tests/MorganStanley.ComposeUI.ModuleLoader.Tests/Runners/WebModuleRunnerTests.cs#L36
There is no argument given that corresponds to the required formal parameter 'moduleInstance' of 'StartupContext.StartupContext(StartRequest, IModuleInstance)'
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/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)'.