C端用户 #63
Merged
C端用户 #63
Annotations
10 warnings
src/NetCorePal.D3Shop.Web.AuthenticationServer/Controllers/AuthenticationController.cs#L13
Change the paths of the actions of this controller to be relative and add a controller route with the common prefix. (https://rules.sonarsource.com/csharp/RSPEC-6931)
|
src/NetCorePal.D3Shop.Web.AuthenticationServer/Controllers/ErrorController.cs#L13
Change the paths of the actions of this controller to be relative and add a controller route with the common prefix. (https://rules.sonarsource.com/csharp/RSPEC-6931)
|
src/NetCorePal.D3Shop.Web.AuthenticationServer/Controllers/UserinfoController.cs#L15
Change the paths of the actions of this controller to be relative and add a controller route with the common prefix. (https://rules.sonarsource.com/csharp/RSPEC-6931)
|
src/NetCorePal.D3Shop.Web.AuthenticationServer/Worker.cs#L36
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
|
src/NetCorePal.D3Shop.Web.AuthenticationServer/Worker.cs#L32
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
|
src/NetCorePal.D3Shop.Web.AuthenticationServer/Data/ApplicationUser.cs#L5
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
|
src/NetCorePal.D3Shop.Web.AuthenticationServer/Startup.cs#L159
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
src/NetCorePal.D3Shop.Web.AuthenticationServer/Controllers/HomeController.cs#L6
Parameter 'logger' is unread.
|
src/NetCorePal.D3Shop.Infrastructure/EntityConfigurations/Identity/DepartmentConfiguration.cs#L23
Remove the unused internal class 'DepartmentUserConfiguration'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
src/NetCorePal.D3Shop.Domain/AggregatesModel/Identity/ClientUserAggregate/ClientUser.cs#L50
Remove the unused private setter 'set_IsTwoFactorEnabled'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
The logs for this run have expired and are no longer available.
Loading