Update version to 1.9.0 #239
Annotations
11 warnings
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:
src/AgileConfig.Server.Data.Abstraction/DbConfig/DbConfigInfoFactory.cs#L45
Converting null literal or possible null value to non-nullable type.
|
Build:
src/AgileConfig.Server.Data.Mongodb/MongodbRepository.cs#L18
Possible null reference return.
|
Build:
src/AgileConfig.Server.Data.Mongodb/MongodbRepository.cs#L188
Possible null reference return.
|
Build:
src/AgileConfig.Server.Data.Freesql/FreesqlRepository.cs#L26
Dereference of a possibly null reference.
|
Build:
src/AgileConfig.Server.Data.Freesql/FreesqlRepository.cs#L30
Non-nullable field '_uow' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
src/AgileConfig.Server.Data.Freesql/FreesqlRepository.cs#L58
Dereference of a possibly null reference.
|
Build:
src/AgileConfig.Server.Data.Freesql/FreesqlRepository.cs#L58
Nullability of reference types in value of type 'Task<T>' doesn't match target type 'Task<T?>'.
|
Build:
src/AgileConfig.Server.Data.Freesql/FreeSqlContext.cs#L11
Non-nullable property 'Freesql' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/AgileConfig.Server.Data.Freesql/FreeSqlContext.cs#L11
Non-nullable property 'Apps' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/AgileConfig.Server.Data.Freesql/FreeSqlContext.cs#L11
Non-nullable property 'Configs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading