Bump Microsoft.EntityFrameworkCore.Abstractions from 7.0.19 to 7.0.20 #232
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
|
src/SmartLearning.Core/Helpers/AllowedFileExtensions.cs#L14
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
src/SmartLearning.Core/Helpers/MaxFileSizeAttribute.cs#L14
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
src/SmartLearning.Core/ProjectAggregate/Specifications/ProjectByIdWithItemsSpec.cs#L5
'ISingleResultSpecification' is obsolete: 'Use ISingleResultSpecification<T> instead. This interface will be removed in a future version of Ardalis.Specification.'
|
src/SmartLearning.Core/Entities/BoardAggregate/Specifications/BoardByIdWithUsersSpec.cs#L5
'ISingleResultSpecification' is obsolete: 'Use ISingleResultSpecification<T> instead. This interface will be removed in a future version of Ardalis.Specification.'
|
src/SmartLearning.Core/Entities/BoardAggregate/Specifications/CheckIfBoardExistsSpec.cs#L5
'ISingleResultSpecification' is obsolete: 'Use ISingleResultSpecification<T> instead. This interface will be removed in a future version of Ardalis.Specification.'
|
src/SmartLearning.Core/Entities/StandardAggregate/Specifications/CheckIfStandardExistsSpec.cs#L6
'ISingleResultSpecification' is obsolete: 'Use ISingleResultSpecification<T> instead. This interface will be removed in a future version of Ardalis.Specification.'
|
src/SmartLearning.Core/Entities/SubjectAggregate/Specifications/CheckIfSubjectExistsSpec.cs#L6
'ISingleResultSpecification' is obsolete: 'Use ISingleResultSpecification<T> instead. This interface will be removed in a future version of Ardalis.Specification.'
|
src/SmartLearning.Core/Entities/Post.cs#L10
'Post.Id' hides inherited member 'EntityBase.Id'. Use the new keyword if hiding was intended.
|
src/SmartLearning.Core/Entities/SubjectAggregate/Specifications/SubjectByIdWithUsersSpec.cs#L5
'ISingleResultSpecification' is obsolete: 'Use ISingleResultSpecification<T> instead. This interface will be removed in a future version of Ardalis.Specification.'
|
src/SmartLearning.Core/Entities/ClassroomAggregate/Specifications/ClassroomByDetailsSpec.cs#L5
'ISingleResultSpecification' is obsolete: 'Use ISingleResultSpecification<T> instead. This interface will be removed in a future version of Ardalis.Specification.'
|
This job succeeded
Loading