CodeQL #10229
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build solution:
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.
|
Build solution:
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.
|
Build solution:
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.
|
Build solution:
ConcernsCaseWork/ConcernsCaseWork.UserContext/UserInfo.cs#L41
Possible null reference return.
|
Build solution:
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.
|
Build solution:
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.
|
Build solution:
ConcernsCaseWork/ConcernsCaseWork.Utils/Extensions/DateExtension.cs#L24
Possible null reference return.
|
Build solution:
ConcernsCaseWork/ConcernsCaseWork.Utils/Extensions/EnumExtensions.cs#L11
Converting null literal or possible null value to non-nullable type.
|
Build solution:
ConcernsCaseWork/ConcernsCaseWork.Utils/Extensions/EnumExtensions.cs#L15
Possible null reference return.
|
Build solution:
ConcernsCaseWork/ConcernsCaseWork.Utils/Extensions/StringExtension.cs#L40
Possible null reference assignment.
|
Loading