Bugfix/immsbc pharmadmin2 - #758
Merged
Merged
SonarQubeCloud / SonarCloud Code Analysis
succeeded
Aug 19, 2026 in 39s
Quality Gate passed
Annotations
sonarqubecloud / SonarCloud Code Analysis
Prefer using an optional chain expression instead, as it's more concise and easier to read.
See more on https://sonarcloud.io/project/issues?id=bcgov_moh-pidp&issues=AaAZKBcB7WeOd2ADG8is&open=AaAZKBcB7WeOd2ADG8is&pullRequest=758
Check warning on line 20 in backend/webapi/Features/Pharmacies/StaffCreate.cs
sonarqubecloud / SonarCloud Code Analysis
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting.
See more on https://sonarcloud.io/project/issues?id=bcgov_moh-pidp&issues=AaAZKBgs7WeOd2ADG8it&open=AaAZKBgs7WeOd2ADG8it&pullRequest=758
sonarqubecloud / SonarCloud Code Analysis
Loops should be simplified using the "Where" LINQ method
See more on https://sonarcloud.io/project/issues?id=bcgov_moh-pidp&issues=AaAZKBkz7WeOd2ADG8ix&open=AaAZKBkz7WeOd2ADG8ix&pullRequest=758
Check warning on line 24 in backend/webapi/Data/PidpDbContext.cs
sonarqubecloud / SonarCloud Code Analysis
Remove this null-forgiving operator; nullable warnings are disabled here.
See more on https://sonarcloud.io/project/issues?id=bcgov_moh-pidp&issues=AaAZKBjo7WeOd2ADG8iu&open=AaAZKBjo7WeOd2ADG8iu&pullRequest=758
Loading