Merge branch 'master' of https://github.com/kklldog/AgileConfig #71
Annotations
23 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/download-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
|
|
|
|
|
|
|
|
|
src/AgileConfig.Server.Data.Abstraction/DbConfig/DbConfigInfoFactory.cs#L49
Converting null literal or possible null value to non-nullable type.
|
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.
|
src/AgileConfig.Server.Data.Mongodb/MongodbRepository.cs#L18
Possible null reference return.
|
src/AgileConfig.Server.Data.Mongodb/MongodbRepository.cs#L188
Possible null reference return.
|
src/AgileConfig.Server.EventHandler/SystemEventHandlers.cs#L640
Dereference of a possibly null reference.
|
src/AgileConfig.Server.EventHandler/SystemEventHandlers.cs#L616
Dereference of a possibly null reference.
|
src/AgileConfig.Server.EventHandler/SystemEventHandlers.cs#L562
Dereference of a possibly null reference.
|
src/AgileConfig.Server.EventHandler/SystemEventHandlers.cs#L534
Dereference of a possibly null reference.
|
src/AgileConfig.Server.EventHandler/SystemEventHandlers.cs#L506
Dereference of a possibly null reference.
|
src/AgileConfig.Server.EventHandler/SystemEventHandlers.cs#L478
Dereference of a possibly null reference.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "agileconfig-ui".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading