Bump Ardalis.Specification from 7.0.0 to 9.3.1 #7
Annotations
9 errors and 2 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/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/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)
|
Loading