Version 1.62 (#195) #67
Annotations
13 warnings
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/
|
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/
|
Setup .NET Core 3.1
.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.
|
Publish .NET Core Project:
Model/Approvals/GetApprovalsRestulModel.cs#L49
Non-nullable property 'date_awarded' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish .NET Core Project:
Model/Approvals/BackupRestorePageViewModel.cs#L12
Non-nullable property 'approvalsFile' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish .NET Core Project:
Model/Members/MemberListModel.cs#L8
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish .NET Core Project:
Model/Members/GetMembersResultModel.cs#L7
Non-nullable property 'limit' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish .NET Core Project:
Model/Members/GetMembersResultModel.cs#L8
Non-nullable property 'offset' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish .NET Core Project:
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.
|
Publish .NET Core Project:
Topo/DisplaySpinnerAutomaticallyHttpMessageHandler.cs#L22
The variable 'ex' is declared but never used
|
Publish .NET Core Project:
Topo/Controller/WallchartController.cs#L14
Non-nullable property '_storageService' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish .NET Core Project:
Topo/Controller/WallchartController.cs#L17
Non-nullable property 'JS' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish .NET Core Project:
Topo/Controller/WallchartController.cs#L20
Non-nullable property '_reportService' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading