Bump Ardalis.Specification from 7.0.0 to 9.3.1#3
Open
dependabot[bot] wants to merge 1 commit into
Open
Annotations
9 errors and 3 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>'.
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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)
|
background
wait
wait-all
cancel
parallel
Loading