End-to-end happy path test #283
build-and-analyze.yml
on: pull_request
Build, test & analyze
2m 8s
Annotations
10 warnings
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/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/ServiceOwnerEntity.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/ServiceOwnerEntity.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/ActorFileStatusEntity.cs#L6
Non-nullable property 'Actor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build, test & analyze:
src/Altinn.Broker.Core/Domain/FileEntity.cs#L8
Non-nullable property 'ServiceOwnerId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build, test & analyze:
src/Altinn.Broker.Core/Domain/FileEntity.cs#L9
Non-nullable property 'Sender' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build, test & analyze:
src/Altinn.Broker.Core/Domain/FileEntity.cs#L10
Non-nullable property 'SendersFileReference' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|