Skip to content

Use LongRunning task #268

Use LongRunning task

Use LongRunning task #268

Triggered via push May 26, 2024 16:04
Status Failure
Total duration 2m 13s
Artifacts

master-ci.yml

on: push
build-dotnet
35s
build-dotnet
Matrix: build-reactapp
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 13 warnings
build-dotnet: test/ApiSiteTests/TestApiConfigController.cs#L68
There is no argument given that corresponds to the required parameter 'meterService' of 'ConfigController.ConfigController(IConfigService, IAppService, IUserService, IMemoryCache, ITinyEventBus, MeterService)'
build-dotnet: test/ApiSiteTests/TestApiConfigController.cs#L90
There is no argument given that corresponds to the required parameter 'meterService' of 'ConfigController.ConfigController(IConfigService, IAppService, IUserService, IMemoryCache, ITinyEventBus, MeterService)'
build-dotnet: test/ApiSiteTests/TestApiConfigController.cs#L68
There is no argument given that corresponds to the required parameter 'meterService' of 'ConfigController.ConfigController(IConfigService, IAppService, IUserService, IMemoryCache, ITinyEventBus, MeterService)'
build-dotnet: test/ApiSiteTests/TestApiConfigController.cs#L90
There is no argument given that corresponds to the required parameter 'meterService' of 'ConfigController.ConfigController(IConfigService, IAppService, IUserService, IMemoryCache, ITinyEventBus, MeterService)'
build-dotnet
Process completed with exit code 1.
build-dotnet
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-dotnet: src/AgileConfig.Server.Data.Abstraction/DbConfig/DbConfigInfoFactory.cs#L49
Converting null literal or possible null value to non-nullable type.
build-dotnet: test/AgileConfig.Server.Data.AbstractionTests/DbConfig/DbConfigInfoFactoryTests.cs#L27
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
build-dotnet: src/AgileConfig.Server.EventHandler/SystemEventHandlers.cs#L640
Dereference of a possibly null reference.
build-dotnet: src/AgileConfig.Server.EventHandler/ConfigStatusUpdateEventHandlers.cs#L87
Dereference of a possibly null reference.
build-dotnet: src/AgileConfig.Server.EventHandler/SystemEventHandlers.cs#L616
Dereference of a possibly null reference.
build-dotnet: src/AgileConfig.Server.EventHandler/ServiceInfoUpdateHandlers.cs#L52
Dereference of a possibly null reference.
build-dotnet: src/AgileConfig.Server.EventHandler/SystemEventHandlers.cs#L562
Dereference of a possibly null reference.
build-dotnet: src/AgileConfig.Server.EventHandler/SystemEventHandlers.cs#L534
Dereference of a possibly null reference.
build-dotnet: src/AgileConfig.Server.EventHandler/SystemEventHandlers.cs#L19
Dereference of a possibly null reference.
build-dotnet: src/AgileConfig.Server.EventHandler/SystemEventHandlers.cs#L67
Dereference of a possibly null reference.
build-reactapp (16.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-reactapp (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/