Skip to content

Version 1.45 (#97)

Version 1.45 (#97) #47

Triggered via push October 4, 2023 12:16
Status Success
Total duration 2m 6s
Artifacts

main.yml

on: push
deploy-to-github-pages
1m 56s
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/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/Pages/SIA.razor#L59
Dereference of a possibly null reference.
deploy-to-github-pages: Topo/Controller/WallchartController.cs#L13
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#L16
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#L19
Non-nullable property '_reportService' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: Topo/Controller/WallchartController.cs#L22
Non-nullable property 'NavigationManager' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.