Skip to content

Merge pull request #125 from samuelzedec/develop #51

Merge pull request #125 from samuelzedec/develop

Merge pull request #125 from samuelzedec/develop #51

Triggered via push October 22, 2025 22:37
Status Success
Total duration 2m 17s
Artifacts

sonarqube.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
sonarcloud: src/Riber.Infrastructure/Persistence/Migrations/20250714025421_InitialDatabaseWithCompanyAndUserDomain.cs#L110
Define a constant instead of using this literal 'timestamptz' 7 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
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.Application/Behaviors/LoggingBehavior.cs#L55
Either log this exception and handle it, or rethrow it with some contextual information. (https://rules.sonarsource.com/csharp/RSPEC-2139)
sonarcloud: src/Riber.Application/Features/Products/Commands/CreateProductCommandValidator.cs#L1
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
sonarcloud: src/Riber.Application/Features/Products/Commands/CreateProductCommandResponse.cs#L1
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
sonarcloud: src/Riber.Application/Features/Products/Commands/CreateProductCommandHandler.cs#L1
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
sonarcloud: src/Riber.Application/Features/Products/Commands/CreateProductCommand.cs#L1
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
sonarcloud: src/Riber.Domain/ValueObjects/BaseValueObject.cs#L13
Remove this empty record, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
sonarcloud: src/Riber.Domain/Entities/BaseEntity.cs#L9
Seal class 'BaseEntity' or implement 'IEqualityComparer<T>' instead. (https://rules.sonarsource.com/csharp/RSPEC-4035)