Added further route specifiers #279
Annotations
10 warnings
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
Dfe.Academies.Api.Infrastructure/Repositories/GenericRepository.cs#L29
Possible null reference return.
|
Dfe.Academies.Api.Infrastructure/Repositories/GenericRepository.cs#L34
Converting null literal or possible null value to non-nullable type.
|
Dfe.Academies.Api.Infrastructure/Repositories/GenericRepository.cs#L35
Possible null reference argument for parameter 'entityToDelete' in 'void GenericRepository<TEntity>.Delete(TEntity entityToDelete)'.
|
Dfe.Academies.Api.Infrastructure/Repositories/EstablishmentRepository.cs#L33
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading