Merge pull request #48 from netcorepal/dev #48
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
src/NetCorePal.D3Shop.Web.Admin.Client/Layouts/BasicLayout.razor.cs#L12
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#L11
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#L6
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
|
build:
src/NetCorePal.D3Shop.Web/Extensions/QueryableExtensions.cs#L20
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
build:
src/NetCorePal.D3Shop.Web/Application/Jobs/DemoJob.cs#L3
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
|
build:
src/NetCorePal.D3Shop.Web/Controllers/OrderController.cs#L19
Annotate this method with ProducesResponseType containing the return type for successful responses. (https://rules.sonarsource.com/csharp/RSPEC-6968)
|
build:
src/NetCorePal.D3Shop.Web/Controllers/AdminUserAuthTestController.cs#L12
Annotate this method with ProducesResponseType containing the return type for successful responses. (https://rules.sonarsource.com/csharp/RSPEC-6968)
|
build:
src/NetCorePal.D3Shop.Web/Controllers/AdminUserAuthTestController.cs#L19
Annotate this method with ProducesResponseType containing the return type for successful responses. (https://rules.sonarsource.com/csharp/RSPEC-6968)
|