Skip to content

CodeQL

CodeQL #10229

Triggered via schedule December 5, 2024 00:18
Status Success
Total duration 6m 4s
Artifacts

codeql-analysis.yml

on: schedule
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
Analyze (javascript)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Analyze (javascript): ConcernsCaseWork/ConcernsCaseWork.Logging/CorrelationContext.cs#L5
Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (javascript): ConcernsCaseWork/ConcernsCaseWork.API.Contracts/Case/ActiveCaseSummaryResponse.cs#L25
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (javascript): ConcernsCaseWork/ConcernsCaseWork.Utils/Extensions/EnumExtensions.cs#L11
Converting null literal or possible null value to non-nullable type.
Analyze (javascript): ConcernsCaseWork/ConcernsCaseWork.UserContext/ClientUserInfoService.cs#L14
Non-nullable property 'UserInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (javascript): ConcernsCaseWork/ConcernsCaseWork.UserContext/UserInfo.cs#L8
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 (csharp)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Analyze (csharp): ConcernsCaseWork/ConcernsCaseWork.Logging/CorrelationContext.cs#L5
Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): ConcernsCaseWork/ConcernsCaseWork.API.Contracts/Case/ActiveCaseSummaryResponse.cs#L25
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): ConcernsCaseWork/ConcernsCaseWork.UserContext/ClientUserInfoService.cs#L14
Non-nullable property 'UserInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): ConcernsCaseWork/ConcernsCaseWork.UserContext/UserInfo.cs#L8
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 (csharp): ConcernsCaseWork/ConcernsCaseWork.UserContext/UserInfo.cs#L9
Non-nullable property 'Roles' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): ConcernsCaseWork/ConcernsCaseWork.Utils/Extensions/EnumExtensions.cs#L11
Converting null literal or possible null value to non-nullable type.