CodeQL #10217
Annotations
10 warnings
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.Utils/Extensions/DateExtension.cs#L24
Possible null reference return.
|
Build solution:
ConcernsCaseWork/ConcernsCaseWork.Utils/Extensions/StringExtension.cs#L40
Possible null reference assignment.
|
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#L79
Possible null reference return.
|
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.
|
Loading