Skip to content

fix: harden notifications dropdown interactions and add frontend safe… #12

fix: harden notifications dropdown interactions and add frontend safe…

fix: harden notifications dropdown interactions and add frontend safe… #12

Triggered via push February 25, 2026 04:35
Status Success
Total duration 2m 11s
Artifacts

ci.yml

on: push
Matrix: build-test
Dependency Vulnerability Scan (Advisory)
29s
Dependency Vulnerability Scan (Advisory)
Publish Check
36s
Publish Check
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
Build & Test (ubuntu-latest): LeadManagementPortal/Controllers/LeadsController.cs#L523
Dereference of a possibly null reference.
Build & Test (ubuntu-latest): LeadManagementPortal/Views/Shared/_Layout.cshtml#L140
Dereference of a possibly null reference.
Build & Test (ubuntu-latest): LeadManagementPortal/Views/Shared/_Layout.cshtml#L140
Dereference of a possibly null reference.
Build & Test (ubuntu-latest): LeadManagementPortal/Models/AzureStorageOptions.cs#L8
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu-latest): LeadManagementPortal/Models/AzureStorageOptions.cs#L7
Non-nullable property 'ContainerName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu-latest): LeadManagementPortal/Models/AzureStorageOptions.cs#L6
Non-nullable property 'AccountKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu-latest): LeadManagementPortal/Models/AzureStorageOptions.cs#L5
Non-nullable property 'AccountName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu-latest): LeadManagementPortal/Models/SalesOrg.cs#L20
Non-nullable property 'SalesGroupId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu-latest): 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.
Build & Test (windows-latest): LeadManagementPortal/Controllers/LeadsController.cs#L523
Dereference of a possibly null reference.
Build & Test (windows-latest): LeadManagementPortal/Views/Shared/_Layout.cshtml#L140
Dereference of a possibly null reference.
Build & Test (windows-latest): LeadManagementPortal/Views/Shared/_Layout.cshtml#L140
Dereference of a possibly null reference.
Build & Test (windows-latest): LeadManagementPortal/Models/AzureStorageOptions.cs#L8
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows-latest): LeadManagementPortal/Models/AzureStorageOptions.cs#L7
Non-nullable property 'ContainerName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows-latest): LeadManagementPortal/Models/AzureStorageOptions.cs#L6
Non-nullable property 'AccountKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows-latest): LeadManagementPortal/Models/AzureStorageOptions.cs#L5
Non-nullable property 'AccountName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows-latest): LeadManagementPortal/Models/SalesOrg.cs#L20
Non-nullable property 'SalesGroupId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows-latest): 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.
Publish Check: LeadManagementPortal/Views/Shared/_Layout.cshtml#L140
Dereference of a possibly null reference.
Publish Check: 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)'.
Publish Check: LeadManagementPortal/Controllers/LeadsController.cs#L523
Dereference of a possibly null reference.
Publish Check: LeadManagementPortal/Models/SalesOrg.cs#L20
Non-nullable property 'SalesGroupId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Publish Check: 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.
Publish Check: LeadManagementPortal/Models/AzureStorageOptions.cs#L8
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Publish Check: LeadManagementPortal/Models/AzureStorageOptions.cs#L7
Non-nullable property 'ContainerName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Publish Check: LeadManagementPortal/Models/AzureStorageOptions.cs#L6
Non-nullable property 'AccountKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Publish Check: LeadManagementPortal/Models/AzureStorageOptions.cs#L5
Non-nullable property 'AccountName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Publish Check: LeadManagementPortal/Services/LocalFileStorageService.cs#L29
Possible null reference assignment.