Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Update dependency AutoFixture.Xunit2 to v4.18.1 - autoclosed #1275

Update dependency AutoFixture.Xunit2 to v4.18.1 - autoclosed

Update dependency AutoFixture.Xunit2 to v4.18.1 - autoclosed #1275

Triggered via pull request April 3, 2024 10:21
Status Failure
Total duration 2m 57s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: Dfe.PrepareTransfers.Data.TRAMS/Models/TransferProjectCreate.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Dfe.PrepareTransfers.Web/Pages/Transfers/ProposedTrustName.cshtml.cs#L24
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: Dfe.PrepareTransfers.Web/Pages/Projects/Index.cshtml.cs#L37
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: Dfe.PrepareTransfers.Web/Pages/TaskList/Decision/WhoDecided.cshtml.cs#L19
The field 'WhoDecidedModel._projectsRepository' is never used
build: Dfe.PrepareTransfers.Web/Pages/Home/Index.cshtml#L93
Indexing at 0 should be used instead of the "Enumerable" extension method "First" (https://rules.sonarsource.com/csharp/RSPEC-6608)
build: Dfe.PrepareTransfers.Web/Views/Shared/_AdditionalInformation.cshtml#L65
Remove the unnecessary Boolean literal(s). (https://rules.sonarsource.com/csharp/RSPEC-1125)
build: Dfe.PrepareTransfers.Web/Pages/Shared/_DateInput.cshtml#L8
Remove the unnecessary Boolean literal(s). (https://rules.sonarsource.com/csharp/RSPEC-1125)
build: Dfe.PrepareTransfers.Web/Pages/Projects/ProjectAssignment/Index.cshtml#L34
Loop should be simplified by calling Select(deliveryOfficer => deliveryOfficer.FullName)) (https://rules.sonarsource.com/csharp/RSPEC-3267)
build: Dfe.PrepareTransfers.Web/Pages/Shared/_RadioButtons.cshtml#L5
Use 'Count' property here instead. (https://rules.sonarsource.com/csharp/RSPEC-2971)
build: Dfe.PrepareTransfers.Web/Pages/Shared/_LegalSummary.cshtml#L24
Remove the unnecessary Boolean literal(s). (https://rules.sonarsource.com/csharp/RSPEC-1125)