Skip to content

Update README.md

Update README.md #60

Triggered via push December 5, 2024 15:48
Status Success
Total duration 5m 9s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 11 warnings, and 10 notices
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
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
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 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?\[\])'