Skip to content

automate release notes #98

automate release notes

automate release notes #98

Triggered via pull request May 23, 2024 08:23
Status Success
Total duration 1m 39s
Artifacts

test-application.yml

on: pull_request
Test application
1m 20s
Test application
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Test application: src/Altinn.Broker.Core/Domain/StorageReferenceEntity.cs#L4
Non-nullable property 'StorageProvider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test application: src/Altinn.Broker.Core/Domain/StorageReferenceEntity.cs#L5
Non-nullable property 'FileLocation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test application: src/Altinn.Broker.Core/Domain/StorageProviderEntity.cs#L8
Non-nullable property 'ResourceName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test application: src/Altinn.Broker.Core/Domain/ActorEntity.cs#L6
Non-nullable property 'ActorExternalId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test application: 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.
Test application: 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.
Test application: 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.
Test application: 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.
Test application: src/Altinn.Broker.Core/Domain/ActorFileTransferStatusEntity.cs#L6
Non-nullable property 'Actor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test application: 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.