Bump Ardalis.Specification from 7.0.0 to 9.2.0 #4
Annotations
9 errors and 2 warnings
|
|
|
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>'.
|
|
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>'.
|
|
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>'.
|
|
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>'.
|
|
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>'.
|
|
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>'.
|
|
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>'.
|
|
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>'.
|
|
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)
|
|
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)
|
The logs for this run have expired and are no longer available.
Loading