Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore, Microsoft.Extensions.Identity.Stores and Microsoft.EntityFrameworkCore.Abstractions #230
Annotations
12 warnings
build
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/.
|
build
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
build:
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.'
|
build:
src/SmartLearning.Core/Helpers/AllowedFileExtensions.cs#L14
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
build:
src/SmartLearning.Core/Helpers/MaxFileSizeAttribute.cs#L14
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
build:
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.'
|
build:
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.'
|
build:
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.'
|
build:
src/SmartLearning.Core/Entities/Post.cs#L10
'Post.Id' hides inherited member 'EntityBase.Id'. Use the new keyword if hiding was intended.
|
build:
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.'
|
build:
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.'
|
build:
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.'
|