Skip to content

Bug/fix datetimes

Bug/fix datetimes #38

Triggered via pull request May 31, 2024 14:07
Status Failure
Total duration 1m 17s
Artifacts

test-application.yml

on: pull_request
Test application
1m 8s
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/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.
Test application: src/Altinn.Correspondence.Core/Models/CorrespondenceContentEntity.cs#L18
Non-nullable property 'Attachments' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test application: src/Altinn.Correspondence.Core/Models/CorrespondenceContentEntity.cs#L22
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/CorrespondenceStatusEntity.cs#L21
Non-nullable property 'Correspondence' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.