Skip to content

fixed transfer type #3416

fixed transfer type

fixed transfer type #3416

Triggered via pull request September 17, 2024 16:02
Status Success
Total duration 4m 46s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Dfe.Academies.Academisation.Domain.Core/ApplicationAggregate/SchoolDetails.cs#L7
Non-nullable property 'SchoolName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Dfe.Academies.Academisation.IDomain/TransferProjectAggregate/ITransferProject.cs#L65
Method has 13 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
build: Dfe.Academies.Academisation.IDomain/TransferProjectAggregate/ITransferProject.cs#L69
Method has 9 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
build: Dfe.Academies.Academisation.Domain/OpeningDateHistoryAggregate/OpeningDateHistory.cs#L7
'OpeningDateHistory.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/Schools/Lease.cs#L10
'Lease.Id' hides inherited member 'Entity.Id'. Use the new keyword if hiding was intended.
build: Dfe.Academies.Academisation.Domain/ProjectAggregate/SchoolImprovementPlans/SchoolImprovementPlan.cs#L33
Nullability of reference types in return type of 'string? SchoolImprovementPlan.ArrangedByOther.get' doesn't match implicitly implemented member 'string ISchoolImprovementPlan.ArrangedByOther.get' (possibly because of nullability attributes).
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.