chore(deps): update nuget non-major dependencies #1566
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/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.
|
Analyze (csharp):
src/Core/Models/SystemUserUpdateDTO.cs#L36
Non-nullable property 'ReporteeOrgNo' 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#L43
Non-nullable property 'IntegrationTitle' 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#L53
Non-nullable property 'SystemId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|