Skip to content

add X-mas support message #4184

add X-mas support message

add X-mas support message #4184

Triggered via pull request December 14, 2023 12:03
Status Success
Total duration 3m 33s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: Dfe.PrepareConversions/Dfe.PrepareConversions.Data/Models/AcademyConversionProject.cs#L60
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Dfe.PrepareConversions/Dfe.PrepareConversions/Pages/NewProject/SchoolApply.cshtml.cs#L39
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.PrepareConversions/Dfe.PrepareConversions/Pages/ApplicationForm/SchoolApplicationTab.cshtml#L29
Loop should be simplified by calling Select(formSection => formSection.Heading)) (https://rules.sonarsource.com/csharp/RSPEC-3267)
build: Dfe.PrepareConversions/Dfe.PrepareConversions/Pages/AnnexB/Index.cshtml#L24
Remove the unnecessary Boolean literal(s). (https://rules.sonarsource.com/csharp/RSPEC-1125)
build: Dfe.PrepareConversions/Dfe.PrepareConversions/Pages/ApplicationForm/Index.cshtml#L23
Loop should be simplified by calling Select(formSection => formSection.Heading)) (https://rules.sonarsource.com/csharp/RSPEC-3267)
build: Dfe.PrepareConversions/Dfe.PrepareConversions/Pages/Components/SchoolAndTrustInformation/default.cshtml#L14
Remove the unnecessary Boolean literal(s). (https://rules.sonarsource.com/csharp/RSPEC-1125)
build: Dfe.PrepareConversions/Dfe.PrepareConversions/Pages/Components/SchoolAndTrustInformation/default.cshtml#L15
Remove the unnecessary Boolean literal(s). (https://rules.sonarsource.com/csharp/RSPEC-1125)
build: Dfe.PrepareConversions/Dfe.PrepareConversions/Pages/Components/SchoolAndTrustInformation/default.cshtml#L22
Remove the unnecessary Boolean literal(s). (https://rules.sonarsource.com/csharp/RSPEC-1125)
build: Dfe.PrepareConversions/Dfe.PrepareConversions/Pages/Components/SchoolAndTrustInformation/default.cshtml#L26
Remove the unnecessary Boolean literal(s). (https://rules.sonarsource.com/csharp/RSPEC-1125)
build: Dfe.PrepareConversions/Dfe.PrepareConversions/Pages/Shared/_OpenApplicationFormNewTab.cshtml#L4
Merge this if statement with the enclosing one. (https://rules.sonarsource.com/csharp/RSPEC-1066)