chore(deps): update nuget non-major dependencies #1554
Annotations
11 warnings
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):
src/Core/Extensions/HttpClientExtensions.cs#L17
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp):
src/Core/Extensions/HttpClientExtensions.cs#L39
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp):
src/Core/Extensions/HttpClientExtensions.cs#L81
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp):
src/Core/Models/VendorInfo.cs#L19
Non-nullable field 'Authority' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Analyze (csharp):
src/Core/Models/VendorInfo.cs#L22
Non-nullable property 'ID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analyze (csharp):
src/Core/Helpers/JwtTokenUtil.cs#L19
Converting null literal or possible null value to non-nullable type.
|
Analyze (csharp):
src/Core/Helpers/JwtTokenUtil.cs#L24
Converting null literal or possible null value to non-nullable type.
|
Analyze (csharp):
src/Core/Helpers/JwtTokenUtil.cs#L38
Possible null reference return.
|
Analyze (csharp):
src/Core/Models/SystemUserUpdateDTO.cs#L22
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analyze (csharp):
src/Core/Models/SystemUserUpdateDTO.cs#L30
Non-nullable property 'PartyId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|