dev #53
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/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/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/Helper/PasswordHasher.cs#L15
Use at least 100,000 iterations here. (https://rules.sonarsource.com/csharp/RSPEC-5344)
|
build:
src/NetCorePal.D3Shop.Web/Application/Commands/CreateOrderCommandHandler.cs#L17
Use PascalCase for named placeholders. (https://rules.sonarsource.com/csharp/RSPEC-6678)
|
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)
|
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/OrderController.cs#L50
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
|