Get Establishment by Trust Repository method #271
continuous-integration-dotnet.yml
on: pull_request
build-and-test
1m 50s
Annotations
10 errors and 10 warnings
build-and-test:
Dfe.Academies.Application.Tests/Queries/Establishment/EstablishmentQueriesTests.cs#L33
There is no argument given that corresponds to the required parameter 'trustRepository' of 'EstablishmentQueries.EstablishmentQueries(IEstablishmentRepository, ITrustRepository)'
|
build-and-test:
Dfe.Academies.Application.Tests/Queries/Establishment/EstablishmentQueriesTests.cs#L57
There is no argument given that corresponds to the required parameter 'trustRepository' of 'EstablishmentQueries.EstablishmentQueries(IEstablishmentRepository, ITrustRepository)'
|
build-and-test:
Dfe.Academies.Application.Tests/Queries/Establishment/EstablishmentQueriesTests.cs#L83
There is no argument given that corresponds to the required parameter 'trustRepository' of 'EstablishmentQueries.EstablishmentQueries(IEstablishmentRepository, ITrustRepository)'
|
build-and-test:
Dfe.Academies.Application.Tests/Queries/Establishment/EstablishmentQueriesTests.cs#L112
There is no argument given that corresponds to the required parameter 'trustRepository' of 'EstablishmentQueries.EstablishmentQueries(IEstablishmentRepository, ITrustRepository)'
|
build-and-test:
Dfe.Academies.Application.Tests/Queries/Establishment/EstablishmentQueriesTests.cs#L136
There is no argument given that corresponds to the required parameter 'trustRepository' of 'EstablishmentQueries.EstablishmentQueries(IEstablishmentRepository, ITrustRepository)'
|
build-and-test:
Dfe.Academies.Application.Tests/Queries/Establishment/EstablishmentQueriesTests.cs#L33
There is no argument given that corresponds to the required parameter 'trustRepository' of 'EstablishmentQueries.EstablishmentQueries(IEstablishmentRepository, ITrustRepository)'
|
build-and-test:
Dfe.Academies.Application.Tests/Queries/Establishment/EstablishmentQueriesTests.cs#L57
There is no argument given that corresponds to the required parameter 'trustRepository' of 'EstablishmentQueries.EstablishmentQueries(IEstablishmentRepository, ITrustRepository)'
|
build-and-test:
Dfe.Academies.Application.Tests/Queries/Establishment/EstablishmentQueriesTests.cs#L83
There is no argument given that corresponds to the required parameter 'trustRepository' of 'EstablishmentQueries.EstablishmentQueries(IEstablishmentRepository, ITrustRepository)'
|
build-and-test:
Dfe.Academies.Application.Tests/Queries/Establishment/EstablishmentQueriesTests.cs#L112
There is no argument given that corresponds to the required parameter 'trustRepository' of 'EstablishmentQueries.EstablishmentQueries(IEstablishmentRepository, ITrustRepository)'
|
build-and-test:
Dfe.Academies.Application.Tests/Queries/Establishment/EstablishmentQueriesTests.cs#L136
There is no argument given that corresponds to the required parameter 'trustRepository' of 'EstablishmentQueries.EstablishmentQueries(IEstablishmentRepository, ITrustRepository)'
|
build-and-test:
Dfe.Academies.Domain/Establishment/EducationEstablishmentTrust.cs#L18
Non-nullable property 'Trust' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-test:
Dfe.Academies.Domain/Establishment/EducationEstablishmentTrust.cs#L19
Non-nullable property 'Establishment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-test:
Dfe.Academies.Domain/Trust/Trust.cs#L50
Non-nullable property 'TrustType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-test:
Dfe.Academies.Domain/Establishment/Establishment.cs#L91
Non-nullable property 'LocalAuthority' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-test:
Dfe.Academies.Domain/Establishment/Establishment.cs#L92
Non-nullable property 'EstablishmentType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-test:
Dfe.Academies.Domain/Establishment/Establishment.cs#L94
Non-nullable property 'IfdPipeline' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-test:
Dfe.Academies.Api.Infrastructure/Repositories/GenericRepository.cs#L29
Possible null reference return.
|
build-and-test:
Dfe.Academies.Api.Infrastructure/Repositories/GenericRepository.cs#L34
Converting null literal or possible null value to non-nullable type.
|
build-and-test:
Dfe.Academies.Api.Infrastructure/Repositories/GenericRepository.cs#L35
Possible null reference argument for parameter 'entityToDelete' in 'void GenericRepository<TEntity>.Delete(TEntity entityToDelete)'.
|
build-and-test:
Dfe.Academies.Api.Infrastructure/Repositories/EstablishmentRepository.cs#L33
Dereference of a possibly null reference.
|