Skip to content

Version 1.46 (#101) #48

Version 1.46 (#101)

Version 1.46 (#101) #48

Triggered via push December 4, 2023 11:03
Status Success
Total duration 1m 25s
Artifacts

main.yml

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

Annotations

12 warnings
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/AdditionalAwardsController.cs#L33
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/WallchartController.cs#L41
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/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/ApprovalsBackupController.cs#L69
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/ApprovalsBackupController.cs#L78
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
deploy-to-github-pages: Topo/Controller/ApprovalsBackupController.cs#L74
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.