Run status checks on pull requests #3
Annotations
10 warnings
Build:
src/Altinn.Broker.Core/Options/AltinnOptions.cs#L5
Non-nullable property 'OpenIdWellKnown' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Altinn.Broker.Core/Options/AltinnOptions.cs#L6
Non-nullable property 'LegacyOpenIdWellKnown' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Altinn.Broker.Core/Options/AltinnOptions.cs#L7
Non-nullable property 'PlatformGatewayUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Altinn.Broker.Core/Options/AltinnOptions.cs#L8
Non-nullable property 'PlatformSubscriptionKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Altinn.Broker.Core/Domain/ServiceOwnerEntity.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Altinn.Broker.Core/Domain/ServiceOwnerEntity.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Altinn.Broker.Core/Domain/ResourceEntity.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Altinn.Broker.Core/Domain/ResourceEntity.cs#L8
Non-nullable property 'ServiceOwnerId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Altinn.Broker.Core/Domain/PartyEntity.cs#L6
Non-nullable property 'OrganizationNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Altinn.Broker.Core/Domain/PartyEntity.cs#L7
Non-nullable property 'PartyId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading