添加部门管理 #60
Annotations
1 error and 11 warnings
build
Process completed with exit code 1.
|
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.Domain/AggregatesModel/Identity/DepartmentAggregate/Department.cs#L25
Remove the member initializer, all constructors set an initial value for the member. (https://rules.sonarsource.com/csharp/RSPEC-3604)
|
build:
src/NetCorePal.D3Shop.Domain/AggregatesModel/Identity/DepartmentAggregate/DepartmentUser.cs#L24
Remove the member initializer, all constructors set an initial value for the member. (https://rules.sonarsource.com/csharp/RSPEC-3604)
|
build:
src/NetCorePal.D3Shop.Domain/AggregatesModel/Identity/DepartmentAggregate/DepartmentUser.cs#L29
Remove the member initializer, all constructors set an initial value for the member. (https://rules.sonarsource.com/csharp/RSPEC-3604)
|
build:
src/NetCorePal.D3Shop.Domain/AggregatesModel/Identity/DepartmentAggregate/Department.cs#L30
Remove the member initializer, all constructors set an initial value for the member. (https://rules.sonarsource.com/csharp/RSPEC-3604)
|
build:
src/NetCorePal.D3Shop.Domain/AggregatesModel/Identity/DepartmentAggregate/Department.cs#L36
Remove the member initializer, all constructors set an initial value for the member. (https://rules.sonarsource.com/csharp/RSPEC-3604)
|
build:
src/NetCorePal.D3Shop.Web.Admin.Client/Components/Identity/Dept/AddDept.razor.cs#L16
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
build:
src/NetCorePal.D3Shop.Web.Admin.Client/Components/Identity/Dept/AddDept.razor.cs#L33
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
build:
src/NetCorePal.D3Shop.Web.Admin.Client/Components/Identity/Dept/AddDept.razor.cs#L41
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
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)
|