Skip to content

refactor: reestruturação da arquitetura de autenticação e serviços #53

refactor: reestruturação da arquitetura de autenticação e serviços

refactor: reestruturação da arquitetura de autenticação e serviços #53

Triggered via pull request October 27, 2025 01:18
Status Failure
Total duration 1m 44s
Artifacts

sonarqube.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
sonarcloud
Process completed with exit code 1.
sonarcloud: src/Riber.Infrastructure/Persistence/Migrations/20250714025421_InitialDatabaseWithCompanyAndUserDomain.cs#L100
Define a constant instead of using this literal 'company' 7 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
sonarcloud: src/Riber.Infrastructure/Persistence/Migrations/20250714025421_InitialDatabaseWithCompanyAndUserDomain.cs#L74
Define a constant instead of using this literal 'aspnet_user_role' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
sonarcloud: src/Riber.Infrastructure/Persistence/Seeders/ApplicationRoleClaimSeeder.cs#L43
Define a constant instead of using this literal 'products.read' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
sonarcloud: src/Riber.Infrastructure/Persistence/Seeders/ApplicationPermissionSeeder.cs#L39
Define a constant instead of using this literal 'Users' 5 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
sonarcloud: src/Riber.Infrastructure/Persistence/Seeders/ApplicationPermissionSeeder.cs#L33
Define a constant instead of using this literal 'Categories' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
sonarcloud: src/Riber.Infrastructure/Persistence/Seeders/ApplicationPermissionSeeder.cs#L26
Define a constant instead of using this literal 'Products' 5 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
sonarcloud: src/Riber.Infrastructure/Persistence/Seeders/ApplicationPermissionSeeder.cs#L20
Define a constant instead of using this literal 'Orders' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
sonarcloud: src/Riber.Infrastructure/Persistence/Seeders/ApplicationPermissionSeeder.cs#L14
Define a constant instead of using this literal 'Companies' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
sonarcloud: src/Riber.Infrastructure/Persistence/Mappings/Identity/ApplicationUserMap.cs#L71
Define a constant instead of using this literal 'boolean' 5 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
sonarcloud: src/Riber.Domain/Constants/Messages/ValueObjects/ContentTypeErrors.cs#L3
Add a 'private' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)