Skip to content

Merge pull request #122 from samuelzedec/develop #44

Merge pull request #122 from samuelzedec/develop

Merge pull request #122 from samuelzedec/develop #44

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

sonarqube.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
sonarcloud: src/Riber.Domain/Entities/ProductCategory.cs#L29
Remove the unused private constructor 'ProductCategory'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
sonarcloud: src/Riber.Domain/Entities/Product.cs#L35
Remove the unused private constructor 'Product'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
sonarcloud: src/Riber.Domain/Entities/Product.cs#L29
Remove the unused private setter 'set_Image'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
sonarcloud: src/Riber.Domain/Entities/OrderItem.cs#L36
Remove the unused private constructor 'OrderItem'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
sonarcloud: src/Riber.Domain/Entities/Order.cs#L32
Remove the unused private constructor 'Order'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
sonarcloud: src/Riber.Domain/Entities/Invitation.cs#L28
Remove the unused private constructor 'Invitation'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
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/Image.cs#L36
Remove the unused private constructor 'Image'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
sonarcloud: src/Riber.Domain/Entities/Company.cs#L25
Remove the unused private constructor 'Company'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
sonarcloud: src/Riber.Domain/Entities/BaseEntity.cs#L9
Seal class 'BaseEntity' or implement 'IEqualityComparer<T>' instead. (https://rules.sonarsource.com/csharp/RSPEC-4035)