Skip to content

Bump Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation from 8.0.0 to 8.0.24 #6

Bump Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation from 8.0.0 to 8.0.24

Bump Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation from 8.0.0 to 8.0.24 #6

Status Failure
Total duration 1m 51s
Artifacts

codeql.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 12 warnings
Analyze (C#)
We were unable to automatically build your code. Please replace the call to the autobuild action with your custom build steps. Encountered a fatal error while running "/opt/hostedtoolcache/CodeQL/2.24.2/x64/codeql/csharp/tools/autobuild.sh". Exit code was 1 and last log line was: Error: Could not auto-detect a suitable build method. See the logs for more details.
Analyze (C#): LeadManagementPortal/Views/Account/Login.cshtml#L71
The name 'keyframes' does not exist in the current context
Analyze (C#): LeadManagementPortal/Views/Shared/_Layout.cshtml#L60
Unexpected "{" after "@" character. Once inside the body of a code block (@if {}, @{}, etc.) you do not need to use "@{" to switch to code.
Analyze (C#): LeadManagementPortal/Views/Account/Login.cshtml#L71
The name 'keyframes' does not exist in the current context
Analyze (C#): LeadManagementPortal/Views/Shared/_Layout.cshtml#L60
Unexpected "{" after "@" character. Once inside the body of a code block (@if {}, @{}, etc.) you do not need to use "@{" to switch to code.
Analyze (C#): LeadManagementPortal/Views/Account/Login.cshtml#L71
The name 'keyframes' does not exist in the current context
Analyze (C#): LeadManagementPortal/Views/Shared/_Layout.cshtml#L60
Unexpected "{" after "@" character. Once inside the body of a code block (@if {}, @{}, etc.) you do not need to use "@{" to switch to code.
Analyze (C#): LeadManagementPortal/Models/SalesOrg.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (C#): LeadManagementPortal/Controllers/LeadsController.cs#L790
Possible null reference argument for parameter 'user' in 'Task LeadsController.PopulateAssignmentDropdowns(ApplicationUser user, string? selectedGroupId = null, int? selectedOrgId = null, string? selectedRepId = null)'.
Analyze (C#): LeadManagementPortal/Controllers/LeadsController.cs#L701
Possible null reference argument for parameter 'user' in 'Task LeadsController.PopulateAssignmentDropdowns(ApplicationUser user, string? selectedGroupId = null, int? selectedOrgId = null, string? selectedRepId = null)'.
Analyze (C#): LeadManagementPortal/Controllers/LeadsController.cs#L633
Possible null reference argument for parameter 'user' in 'Task LeadsController.PopulateAssignmentDropdowns(ApplicationUser user, string? selectedGroupId = null, int? selectedOrgId = null, string? selectedRepId = null)'.
Analyze (C#): LeadManagementPortal/Controllers/LeadsController.cs#L604
Possible null reference argument for parameter 'user' in 'Task LeadsController.PopulateAssignmentDropdowns(ApplicationUser user, string? selectedGroupId = null, int? selectedOrgId = null, string? selectedRepId = null)'.
Analyze (C#): LeadManagementPortal/Controllers/LeadsController.cs#L561
Possible null reference argument for parameter 'user' in 'Task LeadsController.PopulateAssignmentDropdowns(ApplicationUser user, string? selectedGroupId = null, int? selectedOrgId = null, string? selectedRepId = null)'.
Analyze (C#): LeadManagementPortal/Controllers/LeadsController.cs#L523
Dereference of a possibly null reference.
Analyze (C#): LeadManagementPortal/Views/Shared/_Layout.cshtml#L142
Dereference of a possibly null reference.
Analyze (C#): LeadManagementPortal/Views/Shared/_Layout.cshtml#L142
Dereference of a possibly null reference.
Analyze (C#): LeadManagementPortal/Services/LocalFileStorageService.cs#L29
Possible null reference assignment.
Analyze (C#)
Cannot build an overlay database because build-mode is set to "undefined" instead of "none". Falling back to creating a normal full database instead.
Analyze (C#)
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/