Update README.md #60
Annotations
10 errors, 11 warnings, and 10 notices
Annotator:
Frontend/wwwroot/lib/jquery/dist/jquery.js#L1346
Unexpected token
|
Invalid property value:
Frontend/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css#L146
Mismatched property value running()(running())
|
Invalid property value:
Frontend/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css#L129
Mismatched property value (static \| relative \| absolute \| fixed \| page \| -ms-device-fixed \| \[initial \| inherit \| unset \| revert\])
|
Invalid property value:
Frontend/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css#L146
Mismatched property value (static \| relative \| absolute \| fixed \| page \| -ms-device-fixed \| \[initial \| inherit \| unset \| revert\])
|
Invalid property value:
Frontend/wwwroot/lib/bootstrap/dist/css/bootstrap.css#L7122
Mismatched property value (static \| relative \| absolute \| fixed \| page \| -ms-device-fixed \| \[initial \| inherit \| unset \| revert\])
|
Invalid property value:
Frontend/wwwroot/lib/bootstrap/dist/css/bootstrap.css#L7104
Mismatched property value (static \| relative \| absolute \| fixed \| marker \| \[initial \| inherit \| unset \| revert\])
|
Invalid property value:
Frontend/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css#L164
Mismatched property value running()(running())
|
Invalid property value:
Frontend/wwwroot/lib/bootstrap/dist/css/bootstrap.css#L7078
Mismatched property value (static \| relative \| absolute \| fixed \| marker \| \[initial \| inherit \| unset \| revert\])
|
Invalid property value:
Frontend/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css#L164
Mismatched property value (static \| relative \| absolute \| fixed \| marker \| \[initial \| inherit \| unset \| revert\])
|
Invalid property value:
Frontend/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css#L129
Mismatched property value running()(running())
|
qodana
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Annotator:
Frontend/wwwroot/lib/jquery-validation/dist/additional-methods.js#L1429
Redundant group nesting
|
Async function without await expression:
Frontend/Services/PatientService.cs#L40
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Async function without await expression:
Frontend/Controllers/PatientsController.cs#L98
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Async method invocation without await expression:
BackendNote/Services/NotesService.cs#L29
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Converting null literal or possible null value to non-nullable type.:
Frontend/Controllers/NotesController.cs#L34
Converting null literal or possible null value into non-nullable type
|
Possible null reference argument for a parameter.:
BackendNote/Controllers/NotesController.cs#L119
Possible null reference argument for parameter 'id' in 'BackendNote.Services.NotesService.UpdateAsync'
|
Expression is always 'true' or 'false' according to nullable reference types' annotations:
Frontend/Views/Notes/Details.cshtml#L28
Expression is always false according to nullable reference types' annotations
|
Expression is always 'true' or 'false' according to nullable reference types' annotations:
Frontend/Views/Notes/GetNotesFromPatientId.cshtml#L27
Expression is always true according to nullable reference types' annotations
|
Missing generic font family name:
Frontend/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css#L22
Font property font-family does not have generic default
|
Missing generic font family name:
Frontend/wwwroot/lib/bootstrap/dist/css/bootstrap.css#L75
Font property font-family does not have generic default
|
RoslynAnalyzers Unused route parameter:
Frontend/Controllers/HomeController.cs#L24
Unused route parameter 'id'
|
RoslynAnalyzers Unused route parameter:
Frontend/Controllers/NotesController.cs#L174
Unused route parameter 'id'
|
RoslynAnalyzers Unused route parameter:
Frontend/Controllers/PatientsController.cs#L174
Unused route parameter 'id'
|
Use preferred style of 'new' expression when created type is not evident:
Auth/Services/JwtService.cs#L23
Missing type specification
|
Use preferred style of 'new' expression when created type is not evident:
Auth/Services/JwtService.cs#L22
Missing type specification
|
Auto-property can be made get-only (non-private accessibility):
Frontend/Models/DiabetesRiskPrediction.cs#L7
Auto-property can be made get-only
|
RoslynAnalyzers Instantiate argument exceptions correctly:
ApiGateway/Program.cs#L23
Method $ passes 'secretKey' as the paramName argument to a ArgumentNullException constructor. Replace this argument with one of the method's parameter names. Note that the provided parameter name should have the exact casing as declared on the method.
|
RoslynAnalyzers Named placeholders should not be numeric values:
Frontend/Controllers/HomeController.cs#L35
Named placeholders in the logging message template should not be comprised of only numeric characters
|
RoslynAnalyzers Template should be a static expression:
Auth/Data/DataSeeder.cs#L69
The logging message template should not vary between calls to 'LoggerExtensions.LogInformation(ILogger, string?, params object?\[\])'
|
RoslynAnalyzers Template should be a static expression:
Frontend/Services/ErrorHandling.cs#L15
The logging message template should not vary between calls to 'LoggerExtensions.LogError(ILogger, string?, params object?\[\])'
|