Skip to content

add NetCorePal.D3Shop.Web.Admin.Client #13

add NetCorePal.D3Shop.Web.Admin.Client

add NetCorePal.D3Shop.Web.Admin.Client #13

Triggered via pull request October 18, 2024 12:56
@witskeeperwitskeeper
synchronize #34
antd-blazor
Status Failure
Total duration 1m 50s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build
XML comment is not placed on a valid language element
build
XML comment is not placed on a valid language element
build
XML comment is not placed on a valid language element
build
XML comment is not placed on a valid language element
build: src/NetCorePal.D3Shop.Web.Admin.Client/Layouts/BasicLayout.razor.cs#L15
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.
build: src/NetCorePal.D3Shop.Web.Admin.Client/Program.cs#L10
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
build: src/NetCorePal.D3Shop.Web.Admin.Client/Resources/I18n.cs#L4
Rename class 'I18n' to match pascal case naming rules, consider using '18N'. (https://rules.sonarsource.com/csharp/RSPEC-101)
build: src/NetCorePal.D3Shop.Web.Admin.Client/Resources/I18n.cs#L4
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
build: src/NetCorePal.D3Shop.Web.Admin.Client/Layouts/BasicLayout.razor.cs#L9
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
build: src/NetCorePal.D3Shop.Web.Admin.Client/Layouts/BasicLayout.razor.cs#L47
Add a nested comment explaining why this method is empty, throw a 'NotSupportedException' or complete the implementation. (https://rules.sonarsource.com/csharp/RSPEC-1186)