Skip to content

Update azure-pipelines-ci.yml #199

Update azure-pipelines-ci.yml

Update azure-pipelines-ci.yml #199

Triggered via push November 25, 2024 14:38
Status Success
Total duration 9m 12s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Build and test
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, nuget/setup-nuget@v1, microsoft/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test: Auth/LearningHub.Nhs.Auth/Controllers/OpenAthensController.cs#L259
XML comment has syntactically incorrect cref attribute '(string, string, IReadOnlyCollection)'
Build and test: Auth/LearningHub.Nhs.Auth/Controllers/OpenAthensController.cs#L259
Identifier expected. See also error CS1001.
Build and test: Auth/LearningHub.Nhs.Auth/Controllers/HomeController.cs#L77
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 and test: Auth/LearningHub.Nhs.Auth/Views/Shared/Components/TextArea/Default.cshtml#L5
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.