Skip to content

Add messages to obsolete specs for clarity (#373) #24

Add messages to obsolete specs for clarity (#373)

Add messages to obsolete specs for clarity (#373) #24

Triggered via push September 14, 2023 18:53
Status Success
Total duration 5m 43s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Specification.EntityFramework6/tests/Ardalis.Specification.EntityFramework6.IntegrationTests/RepositoryOfT_GetBySpec.cs#L29
'RepositoryBase<Store>.GetBySpecAsync(ISpecification<Store>, CancellationToken)' is obsolete: 'Use FirstOrDefaultAsync<T> or SingleOrDefaultAsync<T> instead. The SingleOrDefaultAsync<T> can be applied only to SingleResultSpecification<T> specifications.'
build: Specification.EntityFramework6/tests/Ardalis.Specification.EntityFramework6.IntegrationTests/RepositoryOfT_GetBySpec.cs#L42
'RepositoryBase<Store>.GetBySpecAsync(ISpecification<Store>, CancellationToken)' is obsolete: 'Use FirstOrDefaultAsync<T> or SingleOrDefaultAsync<T> instead. The SingleOrDefaultAsync<T> can be applied only to SingleResultSpecification<T> specifications.'
build: Specification.EntityFramework6/tests/Ardalis.Specification.EntityFramework6.IntegrationTests/RepositoryOfT_GetBySpec.cs#L55
'RepositoryBase<Store>.GetBySpecAsync(ISpecification<Store>, CancellationToken)' is obsolete: 'Use FirstOrDefaultAsync<T> or SingleOrDefaultAsync<T> instead. The SingleOrDefaultAsync<T> can be applied only to SingleResultSpecification<T> specifications.'
build: Specification.EntityFramework6/tests/Ardalis.Specification.EntityFramework6.IntegrationTests/RepositoryOfT_GetBySpec.cs#L69
'RepositoryBase<Store>.GetBySpecAsync(ISpecification<Store>, CancellationToken)' is obsolete: 'Use FirstOrDefaultAsync<T> or SingleOrDefaultAsync<T> instead. The SingleOrDefaultAsync<T> can be applied only to SingleResultSpecification<T> specifications.'
build: Specification.EntityFramework6/tests/Ardalis.Specification.EntityFramework6.IntegrationTests/RepositoryOfT_GetBySpec.cs#L82
'RepositoryBase<Company>.GetBySpecAsync(ISpecification<Company>, CancellationToken)' is obsolete: 'Use FirstOrDefaultAsync<T> or SingleOrDefaultAsync<T> instead. The SingleOrDefaultAsync<T> can be applied only to SingleResultSpecification<T> specifications.'
build: Specification.EntityFramework6/tests/Ardalis.Specification.EntityFramework6.IntegrationTests/RepositoryOfT_GetBySpec.cs#L96
'RepositoryBase<Company>.GetBySpecAsync(ISpecification<Company>, CancellationToken)' is obsolete: 'Use FirstOrDefaultAsync<T> or SingleOrDefaultAsync<T> instead. The SingleOrDefaultAsync<T> can be applied only to SingleResultSpecification<T> specifications.'
build: Specification.EntityFramework6/tests/Ardalis.Specification.EntityFramework6.IntegrationTests/RepositoryOfT_GetBySpec.cs#L110
'RepositoryBase<Company>.GetBySpecAsync(ISpecification<Company>, CancellationToken)' is obsolete: 'Use FirstOrDefaultAsync<T> or SingleOrDefaultAsync<T> instead. The SingleOrDefaultAsync<T> can be applied only to SingleResultSpecification<T> specifications.'
build: Specification.EntityFramework6/tests/Ardalis.Specification.EntityFramework6.IntegrationTests/RepositoryOfT_GetBySpec.cs#L123
'RepositoryBase<Store>.GetBySpecAsync(ISpecification<Store>, CancellationToken)' is obsolete: 'Use FirstOrDefaultAsync<T> or SingleOrDefaultAsync<T> instead. The SingleOrDefaultAsync<T> can be applied only to SingleResultSpecification<T> specifications.'
build: Specification.EntityFrameworkCore/tests/Ardalis.Specification.EntityFrameworkCore.IntegrationTests/RepositoryOfT_GetBySpec.cs#L44
'RepositoryBase<Store>.GetBySpecAsync(ISpecification<Store>, CancellationToken)' is obsolete: 'Use FirstOrDefaultAsync<T> or SingleOrDefaultAsync<T> instead. The SingleOrDefaultAsync<T> can be applied only to SingleResultSpecification<T> specifications.'
build: Specification.EntityFrameworkCore/tests/Ardalis.Specification.EntityFrameworkCore.IntegrationTests/RepositoryOfT_GetBySpec.cs#L57
'RepositoryBase<Store>.GetBySpecAsync(ISpecification<Store>, CancellationToken)' is obsolete: 'Use FirstOrDefaultAsync<T> or SingleOrDefaultAsync<T> instead. The SingleOrDefaultAsync<T> can be applied only to SingleResultSpecification<T> specifications.'