Merge pull request #130 from samuelzedec/develop #113
ci-pipeline.yml
on: push
test-and-build
0s
sonarcloud
2m 19s
Annotations
10 warnings
|
sonarcloud:
src/Riber.Infrastructure/Persistence/Migrations/20250810212129_AddInvitationEntityAndPermissionSeeders.cs#L79
Define a constant instead of using this literal 'varchar(36)' 8 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
|
sonarcloud:
src/Riber.Infrastructure/Persistence/Migrations/20250810212129_AddInvitationEntityAndPermissionSeeders.cs#L37
Define a constant instead of using this literal 'application_permissions' 22 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
|
sonarcloud:
src/Riber.Infrastructure/Persistence/Migrations/20250810212129_AddInvitationEntityAndPermissionSeeders.cs#L34
Define a constant instead of using this literal 'aspnet_role' 9 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
|
sonarcloud:
src/Riber.Infrastructure/Persistence/Migrations/20250810212129_AddInvitationEntityAndPermissionSeeders.cs#L26
Define a constant instead of using this literal 'aspnet_user_claim' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
|
sonarcloud:
src/Riber.Infrastructure/Persistence/Migrations/20250810212129_AddInvitationEntityAndPermissionSeeders.cs#L18
Define a constant instead of using this literal 'aspnet_user' 24 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
|
sonarcloud:
src/Riber.Infrastructure/Services/AWS/Email/AmazonSESService.cs#L7
Rename class 'AmazonSESService' to match pascal case naming rules, consider using 'AmazonSesService'. (https://rules.sonarsource.com/csharp/RSPEC-101)
|
|
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.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.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)
|