Feature/e2e systembrukerstatus 576 #1786
Annotations
10 warnings
Analyze:
test/Altinn.Platform.Authentication.SystemIntegrationTests/Tests/SystemRegisterState.cs#L16
Non-nullable property 'RedirectUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analyze:
test/Altinn.Platform.Authentication.SystemIntegrationTests/Tests/SystemUserStatus.cs#L91
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
|
Analyze:
test/Altinn.Platform.Authentication.SystemIntegrationTests/Tests/SystemRegisterTests.cs#L141
Public method 'UpdateRegisteredSystemReturns200Ok' on test class 'SystemRegisterTests' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
Analyze:
test/Altinn.Platform.Authentication.SystemIntegrationTests/Tests/SystemUserTests.cs#L205
Public method 'ApproveSystemUserRequest' on test class 'SystemUserTests' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
Analyze:
src/Core/Extensions/HttpClientExtensions.cs#L17
Cannot convert null literal to non-nullable reference type.
|
Analyze:
src/Core/Extensions/HttpClientExtensions.cs#L39
Cannot convert null literal to non-nullable reference type.
|
Analyze:
src/Core/Extensions/HttpClientExtensions.cs#L81
Cannot convert null literal to non-nullable reference type.
|
Analyze:
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:
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:
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.
|
Loading