Bump Ardalis.Specification from 7.0.0 to 9.3.1 #3
Annotations
9 errors and 10 warnings
|
Build with dotnet
Process completed with exit code 1.
|
|
Build with dotnet:
src/Infrastructure/Data/EfRepository.cs#L6
'EfRepository<T>' does not implement interface member 'IRepositoryBase<T>.DeleteRangeAsync(IEnumerable<T>, CancellationToken)'. 'RepositoryBase<T>.DeleteRangeAsync(IEnumerable<T>, CancellationToken)' cannot implement 'IRepositoryBase<T>.DeleteRangeAsync(IEnumerable<T>, CancellationToken)' because it does not have the matching return type of 'Task<int>'.
|
|
Build with dotnet:
src/Infrastructure/Data/EfRepository.cs#L6
'EfRepository<T>' does not implement interface member 'IRepositoryBase<T>.DeleteAsync(T, CancellationToken)'. 'RepositoryBase<T>.DeleteAsync(T, CancellationToken)' cannot implement 'IRepositoryBase<T>.DeleteAsync(T, CancellationToken)' because it does not have the matching return type of 'Task<int>'.
|
|
Build with dotnet:
src/Infrastructure/Data/EfRepository.cs#L6
'EfRepository<T>' does not implement interface member 'IRepositoryBase<T>.UpdateRangeAsync(IEnumerable<T>, CancellationToken)'. 'RepositoryBase<T>.UpdateRangeAsync(IEnumerable<T>, CancellationToken)' cannot implement 'IRepositoryBase<T>.UpdateRangeAsync(IEnumerable<T>, CancellationToken)' because it does not have the matching return type of 'Task<int>'.
|
|
Build with dotnet:
src/Infrastructure/Data/EfRepository.cs#L6
'EfRepository<T>' does not implement interface member 'IRepositoryBase<T>.UpdateAsync(T, CancellationToken)'. 'RepositoryBase<T>.UpdateAsync(T, CancellationToken)' cannot implement 'IRepositoryBase<T>.UpdateAsync(T, CancellationToken)' because it does not have the matching return type of 'Task<int>'.
|
|
Build with dotnet:
src/Infrastructure/Data/EfRepository.cs#L6
'EfRepository<T>' does not implement interface member 'IRepositoryBase<T>.DeleteRangeAsync(IEnumerable<T>, CancellationToken)'. 'RepositoryBase<T>.DeleteRangeAsync(IEnumerable<T>, CancellationToken)' cannot implement 'IRepositoryBase<T>.DeleteRangeAsync(IEnumerable<T>, CancellationToken)' because it does not have the matching return type of 'Task<int>'.
|
|
Build with dotnet:
src/Infrastructure/Data/EfRepository.cs#L6
'EfRepository<T>' does not implement interface member 'IRepositoryBase<T>.DeleteAsync(T, CancellationToken)'. 'RepositoryBase<T>.DeleteAsync(T, CancellationToken)' cannot implement 'IRepositoryBase<T>.DeleteAsync(T, CancellationToken)' because it does not have the matching return type of 'Task<int>'.
|
|
Build with dotnet:
src/Infrastructure/Data/EfRepository.cs#L6
'EfRepository<T>' does not implement interface member 'IRepositoryBase<T>.UpdateRangeAsync(IEnumerable<T>, CancellationToken)'. 'RepositoryBase<T>.UpdateRangeAsync(IEnumerable<T>, CancellationToken)' cannot implement 'IRepositoryBase<T>.UpdateRangeAsync(IEnumerable<T>, CancellationToken)' because it does not have the matching return type of 'Task<int>'.
|
|
Build with dotnet:
src/Infrastructure/Data/EfRepository.cs#L6
'EfRepository<T>' does not implement interface member 'IRepositoryBase<T>.UpdateAsync(T, CancellationToken)'. 'RepositoryBase<T>.UpdateAsync(T, CancellationToken)' cannot implement 'IRepositoryBase<T>.UpdateAsync(T, CancellationToken)' because it does not have the matching return type of 'Task<int>'.
|
|
Build with dotnet:
src/ApplicationCore/Entities/Deliveryitem.cs#L13
Non-nullable property 'BuyerID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build with dotnet:
src/ApplicationCore/Entities/Deliveryitem.cs#L11
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build with dotnet:
src/ApplicationCore/Exceptions/EmptyBasketOnCheckoutException.cs#L12
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
|
Build with dotnet:
src/ApplicationCore/Entities/ReserveItem.cs#L13
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build with dotnet:
src/ApplicationCore/Entities/Deliveryitem.cs#L18
Non-nullable property 'items' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build with dotnet:
src/ApplicationCore/Entities/Deliveryitem.cs#L14
Non-nullable property 'ShipToAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build with dotnet:
src/ApplicationCore/Entities/Deliveryitem.cs#L13
Non-nullable property 'BuyerID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build with dotnet:
src/ApplicationCore/Entities/Deliveryitem.cs#L11
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build with dotnet:
src/ApplicationCore/Exceptions/EmptyBasketOnCheckoutException.cs#L12
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
|
Build with dotnet:
src/ApplicationCore/Entities/ReserveItem.cs#L13
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading