Skip to content

Version 1.50 (#125) #53

Version 1.50 (#125)

Version 1.50 (#125) #53

Triggered via push February 17, 2024 11:16
Status Success
Total duration 1m 20s
Artifacts

main.yml

on: push
deploy-to-github-pages
1m 13s
deploy-to-github-pages
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
deploy-to-github-pages
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, JamesIves/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
deploy-to-github-pages
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, JamesIves/[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/
deploy-to-github-pages
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
deploy-to-github-pages: Model/Approvals/BackupRestorePageViewModel.cs#L12
Non-nullable property 'approvalsFile' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: Model/Members/MemberListModel.cs#L8
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: Model/Members/GetMembersResultModel.cs#L7
Non-nullable property 'limit' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: Model/Members/GetMembersResultModel.cs#L8
Non-nullable property 'offset' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: Topo/Controller/WallchartController.cs#L44
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.
deploy-to-github-pages: Topo/Controller/IndexController.cs#L11
Non-nullable property '_storageService' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: Topo/DisplaySpinnerAutomaticallyHttpMessageHandler.cs#L22
The variable 'ex' is declared but never used
deploy-to-github-pages: Topo/Controller/ApprovalsBackupController.cs#L49
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.
deploy-to-github-pages: Topo/Controller/LogbookController.cs#L75
Unboxing a possibly null value.
deploy-to-github-pages: Topo/Controller/LogbookController.cs#L73
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.