Skip to content

Feature/mark operations #25

Feature/mark operations

Feature/mark operations #25

Triggered via pull request May 30, 2024 10:03
Status Failure
Total duration 1m 20s
Artifacts

test-application.yml

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

Annotations

1 error and 10 warnings
Test application
Process completed with exit code 1.
Test application: src/Altinn.Correspondence.Core/Models/ExternalReferenceEntity.cs#L18
Non-nullable property 'Correspondence' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test application: src/Altinn.Correspondence.Core/Models/AttachmentStatusEntity.cs#L21
Non-nullable property 'Attachment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test application: src/Altinn.Correspondence.Core/Models/CorrespondenceAttachmentEntity.cs#L37
Non-nullable property 'Statuses' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test application: src/Altinn.Correspondence.Core/Models/CorrespondenceAttachmentEntity.cs#L45
Non-nullable property 'Attachment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test application: src/Altinn.Correspondence.Core/Models/CorrespondenceStatusEntity.cs#L21
Non-nullable property 'Correspondence' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test application: src/Altinn.Correspondence.Core/Models/AttachmentEntity.cs#L35
Non-nullable property 'Statuses' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test application: src/Altinn.Correspondence.Core/Models/AttachmentEntity.cs#L41
Non-nullable property 'CorrespondenceAttachments' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test application: src/Altinn.Correspondence.Core/Models/CorrespondenceContentEntity.cs#L12
Non-nullable property 'Language' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test application: src/Altinn.Correspondence.Core/Models/CorrespondenceContentEntity.cs#L14
Non-nullable property 'MessageTitle' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test application: src/Altinn.Correspondence.Core/Models/CorrespondenceContentEntity.cs#L16
Non-nullable property 'MessageSummary' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.