Skip to content

Feature/opening date event #3138

Feature/opening date event

Feature/opening date event #3138

Triggered via pull request June 20, 2024 15:28
Status Failure
Total duration 1m 48s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build: Dfe.Academies.Academisation.Data.UnitTest/ProjectAggregate/ProjectUpdateDataCommandTests.cs#L23
There is no argument given that corresponds to the required parameter 'mediator' of 'TestProjectContext.TestProjectContext(IMediator)'
build: Dfe.Academies.Academisation.Data.UnitTest/AdvisoryBoardDecisionRepo/ConversionAdvisoryBoardDecisionUpdateTests.cs#L20
There is no argument given that corresponds to the required parameter 'mediator' of 'TestAdvisoryBoardDecisionContext.TestAdvisoryBoardDecisionContext(IMediator)'
build: Dfe.Academies.Academisation.Data.UnitTest/AdvisoryBoardDecisionRepo/ConversionAdvisoryBoardDecisionStateGetByDecisionIdTests.cs#L15
There is no argument given that corresponds to the required parameter 'mediator' of 'TestAdvisoryBoardDecisionContext.TestAdvisoryBoardDecisionContext(IMediator)'
build: Dfe.Academies.Academisation.Data.UnitTest/ApplicationAggregate/ApplicationUpdateDataCommandTests.cs#L28
There is no argument given that corresponds to the required parameter 'mediator' of 'TestApplicationContext.TestApplicationContext(IMediator)'
build: Dfe.Academies.Academisation.Data.UnitTest/ProjectAggregate/IncompleteProjectsGetDataQueryTests.cs#L25
There is no argument given that corresponds to the required parameter 'mediator' of 'TestProjectContext.TestProjectContext(IMediator)'
build: Dfe.Academies.Academisation.Data.UnitTest/AdvisoryBoardDecisionRepo/ConversionAdvisoryBoardDecisionStateGetByProjectIdTests.cs#L15
There is no argument given that corresponds to the required parameter 'mediator' of 'TestAdvisoryBoardDecisionContext.TestAdvisoryBoardDecisionContext(IMediator)'
build: Dfe.Academies.Academisation.Data.UnitTest/ProjectAggregate/ProjectGetDataQueryTests.cs#L21
There is no argument given that corresponds to the required parameter 'mediator' of 'TestProjectContext.TestProjectContext(IMediator)'
build: Dfe.Academies.Academisation.Data.UnitTest/ProjectAggregate/ProjectListGetDataQueryTests.cs#L25
There is no argument given that corresponds to the required parameter 'mediator' of 'TestProjectContext.TestProjectContext(IMediator)'
build: Dfe.Academies.Academisation.Data.UnitTest/ProjectAggregate/ProjectStatusesDataQueryTests.cs#L25
There is no argument given that corresponds to the required parameter 'mediator' of 'TestProjectContext.TestProjectContext(IMediator)'
build: Dfe.Academies.Academisation.Data.UnitTest/ProjectAggregate/ProjectUpdateDataCommandTests.cs#L23
There is no argument given that corresponds to the required parameter 'mediator' of 'TestProjectContext.TestProjectContext(IMediator)'
build: Dfe.Academies.Academisation.Domain.Core/ApplicationAggregate/SchoolDetails.cs#L7
Non-nullable property 'SchoolName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Dfe.Academies.Academisation.Domain/FormAMatProjectAggregate/FormAMatProject.cs#L19
Nullability of reference types in return type of 'string? FormAMatProject.ReferenceNumber.get' doesn't match implicitly implemented member 'string IFormAMatProject.ReferenceNumber.get' (possibly because of nullability attributes).
build: Dfe.Academies.Academisation.Domain/ApplicationAggregate/Schools/Lease.cs#L10
'Lease.Id' hides inherited member 'Entity.Id'. Use the new keyword if hiding was intended.
build: Dfe.Academies.Academisation.Domain/ApplicationAggregate/Schools/Loan.cs#L26
'Loan.Id' hides inherited member 'Entity.Id'. Use the new keyword if hiding was intended.
build: Dfe.Academies.Academisation.Domain/ApplicationAggregate/Trusts/TrustKeyPerson.cs#L26
'TrustKeyPerson.Id' hides inherited member 'Entity.Id'. Use the new keyword if hiding was intended.
build: Dfe.Academies.Academisation.Domain/ApplicationAggregate/Trusts/TrustKeyPersonRole.cs#L22
'TrustKeyPersonRole.Id' hides inherited member 'Entity.Id'. Use the new keyword if hiding was intended.
build: Dfe.Academies.Academisation.Domain/ApplicationAggregate/Schools/School.cs#L11
'School.Id' hides inherited member 'Entity.Id'. Use the new keyword if hiding was intended.
build: Dfe.Academies.Academisation.Domain/TransferProjectAggregate/TransferProject.cs#L29
'TransferProject.Id' hides inherited member 'Entity.Id'. Use the new keyword if hiding was intended.
build: Dfe.Academies.Academisation.Domain/TransferProjectAggregate/TransferProject.cs#L104
'TransferProject.CreatedOn' hides inherited member 'Entity.CreatedOn'. Use the new keyword if hiding was intended.
build: Dfe.Academies.Academisation.Domain/Entity.cs#L6
Possible null reference return.