Skip to content

chore(deps): bump Swashbuckle.AspNetCore.Annotations from 6.9.0 to 7.2.0 in /test/Altinn.Platform.Authentication.Tests #1559

chore(deps): bump Swashbuckle.AspNetCore.Annotations from 6.9.0 to 7.2.0 in /test/Altinn.Platform.Authentication.Tests

chore(deps): bump Swashbuckle.AspNetCore.Annotations from 6.9.0 to 7.2.0 in /test/Altinn.Platform.Authentication.Tests #1559

Status Success
Total duration 3m 4s
Artifacts

codeql-analysis.yml

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

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.