Skip to content

Feature/trust v4 endpoint #268

Feature/trust v4 endpoint

Feature/trust v4 endpoint #268

Triggered via pull request November 7, 2023 15:01
Status Success
Total duration 3m 45s
Artifacts
Fit to window
Zoom out
Zoom in

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.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/TrustRepository.cs#L40
Dereference of a possibly null reference.
build-and-test: Dfe.Academies.Api.Infrastructure/Repositories/TrustRepository.cs#L40
Possible null reference argument for parameter 'value' in 'bool string.Contains(string value)'.
build-and-test: Dfe.Academies.Api.Infrastructure/Repositories/TrustRepository.cs#L41
Dereference of a possibly null reference.