Skip to content

Version 1.61 (#189) #66

Version 1.61 (#189)

Version 1.61 (#189) #66

Triggered via push September 23, 2024 12:45
Status Success
Total duration 1m 28s
Artifacts

main.yml

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

Annotations

13 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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, JamesIves/[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/
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#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#L47
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#L65
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#L14
Non-nullable property '_storageService' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: Topo/Controller/WallchartController.cs#L17
Non-nullable property 'JS' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: Topo/Controller/WallchartController.cs#L20
Non-nullable property '_reportService' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.