Validation Code | SonarCloud #107
Annotations
10 warnings
Build and analyze:
src/DEPLOY.Cachorro.Domain/Shared/GenericService.cs#L99
Possible null reference return.
|
Build and analyze:
src/DEPLOY.Cachorro.Application/Dtos/TutorDto.cs#L15
Cannot convert null literal to non-nullable reference type.
|
Build and analyze:
src/DEPLOY.Cachorro.Application/Shared/ExpressionConverter.cs#L26
Possible null reference argument for parameter 'expression' in 'MemberExpression Expression.Property(Expression expression, string propertyName)'.
|
Build and analyze:
src/DEPLOY.Cachorro.Infra.Repository/Repositories/Base/GenericRepository.cs#L41
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Build and analyze:
src/DEPLOY.Cachorro.Infra.Repository/Migrations/API/20240511205112_InitDatabaseAPI.cs#L15
Define a constant instead of using this literal 'Tutor' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
Build and analyze:
src/DEPLOY.Cachorro.Infra.Repository/Migrations/API/20240511205112_InitDatabaseAPI.cs#L22
Define a constant instead of using this literal 'datetime' 5 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
Build and analyze:
src/DEPLOY.Cachorro.Infra.Repository/Migrations/API/20240511205112_InitDatabaseAPI.cs#L31
Define a constant instead of using this literal 'Cachorro' 6 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
Build and analyze:
src/DEPLOY.Cachorro.Api/Controllers/PingController.cs#L13
Annotate this method with ProducesResponseType containing the return type for successful responses. (https://rules.sonarsource.com/csharp/RSPEC-6968)
|
Build and analyze:
src/DEPLOY.Cachorro.Api/Controllers/TestsResourcesController.cs#L19
This controller has multiple responsibilities and could be split into 3 smaller controllers. (https://rules.sonarsource.com/csharp/RSPEC-6960)
|
Build and analyze:
src/DEPLOY.Cachorro.Domain/Shared/GenericService.cs#L99
Possible null reference return.
|
Loading