Update resource Microsoft.Resources/resourceGroups to 2024-11-01 #762
test-application.yml
on: pull_request
Test application
53s
Annotations
11 warnings
Test application
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test application:
src/Altinn.Broker.Common/Models/TokenConsumer.cs#L7
Non-nullable property 'Authority' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test application:
src/Altinn.Broker.Common/Models/TokenConsumer.cs#L10
Non-nullable property 'ID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test application:
src/Altinn.Broker.Common/Models/SystemUserAuthorizationDetails.cs#L22
Non-nullable property 'AuthorizationDetails' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test application:
src/Altinn.Broker.Common/ClaimsPrincipalExtensions.cs#L29
Dereference of a possibly null reference.
|
Test application:
src/Altinn.Broker.Core/Helpers/BrokerServiceManifest.cs#L8
Non-nullable property 'ExternalServiceCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test application:
src/Altinn.Broker.Core/Helpers/BrokerServiceManifest.cs#L8
Non-nullable property 'SendersReference' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test application:
src/Altinn.Broker.Core/Helpers/BrokerServiceManifest.cs#L8
Non-nullable property 'Reportee' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test application:
src/Altinn.Broker.Core/Helpers/BrokerServiceManifest.cs#L42
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test application:
src/Altinn.Broker.Core/Helpers/BrokerServiceManifest.cs#L49
Non-nullable property 'PropertyKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test application:
src/Altinn.Broker.Core/Helpers/BrokerServiceManifest.cs#L52
Non-nullable property 'PropertyValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|