Skip to content

Determine version in CI/CD workflow, not the release version call #32

Determine version in CI/CD workflow, not the release version call

Determine version in CI/CD workflow, not the release version call #32

Triggered via pull request May 31, 2024 12:20
Status Success
Total duration 1m 14s
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/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/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/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.
Test application: src/Altinn.Correspondence.Core/Models/CorrespondenceNotificationStatusEntity.cs#L11
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test application: src/Altinn.Correspondence.Core/Models/CorrespondenceNotificationStatusEntity.cs#L19
Non-nullable property 'Notification' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.