Revert(docker): Revert the query database to use the same database of… #45
Annotations
21 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
|
|
|
|
|
|
|
|
|
|
Cross.Cutting/Helper/Pagination.cs#L10
Non-nullable property 'Entities' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Cross.Cutting/Helper/EnumHelper.cs#L12
Possible null reference argument for parameter 'element' in 'DisplayAttribute? CustomAttributeExtensions.GetCustomAttribute<DisplayAttribute>(MemberInfo element, bool inherit)'.
|
Cross.Cutting/Helper/EnumHelper.cs#L12
Converting null literal or possible null value to non-nullable type.
|
Cross.Cutting/Helper/EnumHelper.cs#L15
Converting null literal or possible null value to non-nullable type.
|
Cross.Cutting/Helper/EnumHelper.cs#L22
Possible null reference return.
|
Cross.Cutting/Helper/ObjectHelper.cs#L24
Possible null reference return.
|
Domain/Repository/IConfigurationRepository.cs#L8
Cannot convert null literal to non-nullable reference type.
|
Domain/Repository/IGenericDapperRepository.cs#L9
Cannot convert null literal to non-nullable reference type.
|
Domain/Repository/IGenericDapperRepository.cs#L9
Cannot convert null literal to non-nullable reference type.
|
Domain/Repository/IGenericDapperRepository.cs#L9
Cannot convert null literal to non-nullable reference type.
|
This job succeeded
Loading