Skip to content

Feature/251 get available files #503

Feature/251 get available files

Feature/251 get available files #503

Triggered via pull request January 29, 2024 11:59
Status Success
Total duration 2m 18s
Artifacts

build-and-analyze.yml

on: pull_request
Build, test & analyze
2m 10s
Build, test & analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build, test & analyze: 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.
Build, test & analyze: 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.
Build, test & analyze: src/Altinn.Broker.Core/Domain/ResourceOwnerEntity.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, test & analyze: src/Altinn.Broker.Core/Domain/ResourceOwnerEntity.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, test & analyze: 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.
Build, test & analyze: 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, test & analyze: 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.
Build, test & analyze: src/Altinn.Broker.Core/Domain/ResourceEntity.cs#L7
Non-nullable property 'OrganizationNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, test & analyze: src/Altinn.Broker.Core/Domain/ResourceEntity.cs#L8
Non-nullable property 'ResourceOwnerId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, test & analyze: src/Altinn.Broker.Core/Domain/ActorFileStatusEntity.cs#L6
Non-nullable property 'Actor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.