Skip to content

Bump Ardalis.Specification from 8.0.0 to 9.3.1 #13

Bump Ardalis.Specification from 8.0.0 to 9.3.1

Bump Ardalis.Specification from 8.0.0 to 9.3.1 #13

Triggered via push October 1, 2025 09:35
Status Failure
Total duration 1m 21s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
buildandtest: src/Infrastructure/Data/EfRepository.cs#L6
'EfRepository<T>' does not implement interface member 'IRepositoryBase<T>.DeleteRangeAsync(ISpecification<T>, CancellationToken)'. 'RepositoryBase<T>.DeleteRangeAsync(ISpecification<T>, CancellationToken)' cannot implement 'IRepositoryBase<T>.DeleteRangeAsync(ISpecification<T>, CancellationToken)' because it does not have the matching return type of 'Task<int>'.
buildandtest: 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>'.
buildandtest: 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>'.
buildandtest: 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>'.
buildandtest: 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>'.
buildandtest: src/Infrastructure/Data/EfRepository.cs#L6
'EfRepository<T>' does not implement interface member 'IRepositoryBase<T>.DeleteRangeAsync(ISpecification<T>, CancellationToken)'. 'RepositoryBase<T>.DeleteRangeAsync(ISpecification<T>, CancellationToken)' cannot implement 'IRepositoryBase<T>.DeleteRangeAsync(ISpecification<T>, CancellationToken)' because it does not have the matching return type of 'Task<int>'.
buildandtest: 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>'.
buildandtest: 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>'.
buildandtest: 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>'.
buildandtest: 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>'.