tried to fix wasm #13
Annotations
13 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. 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/setup-dotnet@v1, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
src/BlazorGDB/BlazorGDB.Client/Pages/Financials/ChartOfAccounts3.razor#L138
The field 'ChartOfAccounts3.data' is never used
|
src/BlazorGDB/BlazorGDB.Client/Pages/Financials/ChartOfAccounts.razor#L136
Field 'ChartOfAccounts.shouldRender' is never assigned to, and will always have its default value false
|
src/BlazorGDB/BlazorGDB.Client/Pages/Financials/ChartOfAccounts3.razor#L134
Field 'ChartOfAccounts3.getError' is never assigned to, and will always have its default value false
|
src/BlazorGDB/BlazorGDB.Client/Pages/Financials/ChartOfAccounts3.razor#L135
Field 'ChartOfAccounts3.shouldRender' is never assigned to, and will always have its default value false
|
src/Api/Data/ApplicationUser.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Api/Service/AuthenticationService.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Api/Service/AuthenticationService.cs#L83
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.
|
src/AccountGoWeb/Controllers/AccountController.cs#L81
'AccountController.SignOut()' hides inherited member 'ControllerBase.SignOut()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
src/AccountGoWeb/Models/Financial/AccountViewModel.cs#L5
Non-nullable property 'AccountCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: ".net-app".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading