Skip to content

Minor Changes

Minor Changes #95

Triggered via push March 6, 2025 18:16
Status Success
Total duration 2m 10s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

17 warnings and 155 notices
Inconsistent Naming: Shortify.NET.API/BaseApiController.cs#L16
Name '_apiService' does not match rule 'Instance fields (not private)'. Suggested name is 'ApiService'.
Redundant using directive: Shortify.NET.Application/Otp/Commands/SendOtp/SendOtpCommand.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: Shortify.NET.Application/Otp/Commands/SendOtp/SendOtpCommandHandler.cs#L11
Using directive is not required by the code and can be safely removed
Redundant using directive: Shortify.NET.Application/Users/Queries/GetUserById/GetUserByIdQueryHandler.cs#L5
Using directive is not required by the code and can be safely removed
Redundant using directive: Shortify.NET.Persistence/UnitOfWork.cs#L2
Using directive is not required by the code and can be safely removed
qodana
You are running a Qodana linter without an exact version tag: jetbrains/qodana-cdnet:latest
qodana
You are running a Qodana linter without an exact version tag: jetbrains/qodana-cdnet:latest
qodana
You are running a Qodana linter without an exact version tag: jetbrains/qodana-cdnet:latest
Replace with primary constructor parameter: Shortify.NET.Common/Messaging/ApiService.cs#L9
Replace with primary constructor parameter
Replace with primary constructor parameter: Shortify.NET.Infrastructure/AuthServices.cs#L32
Replace with primary constructor parameter
Replace with primary constructor parameter: Shortify.NET.Infrastructure/AuthServices.cs#L34
Replace with primary constructor parameter
Replace with primary constructor parameter: Shortify.NET.Persistence/UnitOfWork.cs#L15
Replace with primary constructor parameter
Type member is never accessed via base type: Non-private accessibility: Shortify.NET.Core/Primitives/IAuditable.cs#L8
Only implementations of accessor 'CreatedOnUtc.set' are used
Type member is never accessed via base type: Non-private accessibility: Shortify.NET.Core/Primitives/IAuditable.cs#L13
Only implementations of accessor 'UpdatedOnUtc.set' are used