Skip to content

FDC3 AppDirectory implementation #1281

FDC3 AppDirectory implementation

FDC3 AppDirectory implementation #1281

Triggered via pull request September 18, 2023 10:31
Status Failure
Total duration 13m 59s
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

5 errors and 11 warnings
build (6.0.x, 18.x)
Assets file 'D:\a\ComposeUI\ComposeUI\src\fdc3\dotnet\AppDirectory\test\AppDirectory.Tests\obj\project.assets.json' not found. Run a NuGet package restore to generate this file.
build (6.0.x, 18.x)
Assets file 'D:\a\ComposeUI\ComposeUI\src\fdc3\dotnet\AppDirectory\src\AppDirectory\obj\project.assets.json' not found. Run a NuGet package restore to generate this file.
build (6.0.x, 18.x)
Assets file 'D:\a\ComposeUI\ComposeUI\src\fdc3\dotnet\AppDirectory\test\AppDirectory.Tests\obj\project.assets.json' not found. Run a NuGet package restore to generate this file.
build (6.0.x, 18.x)
Assets file 'D:\a\ComposeUI\ComposeUI\src\fdc3\dotnet\AppDirectory\src\AppDirectory\obj\project.assets.json' not found. Run a NuGet package restore to generate this file.
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/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.