Skip to content

Attachment backend

Attachment backend #23

Triggered via pull request May 30, 2024 07:54
Status Success
Total duration 1m 37s
Artifacts

test-application.yml

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

Annotations

10 warnings
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/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/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/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/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/CorrespondenceReplyOptionsEntity.cs#L11
Non-nullable property 'LinkURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test application: src/Altinn.Correspondence.Core/Models/CorrespondenceReplyOptionsEntity.cs#L13
Non-nullable property 'LinkText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test application: src/Altinn.Correspondence.Core/Models/CorrespondenceReplyOptionsEntity.cs#L17
Non-nullable property 'Correspondence' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.