Get Establishment by Trust Repository method #277
continuous-integration-dotnet.yml
on: pull_request
build-and-test
6m 10s
Annotations
10 warnings
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.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.Api.Infrastructure/Repositories/TrustRepository.cs#L48
Dereference of a possibly null reference.
|
build-and-test:
Dfe.Academies.Api.Infrastructure/Repositories/TrustRepository.cs#L48
Possible null reference argument for parameter 'value' in 'bool string.Contains(string value)'.
|
build-and-test:
Dfe.Academies.Api.Infrastructure/Repositories/TrustRepository.cs#L49
Dereference of a possibly null reference.
|
build-and-test:
Dfe.Academies.Api.Infrastructure/Repositories/TrustRepository.cs#L49
Possible null reference argument for parameter 'value' in 'bool string.Contains(string value)'.
|