Add Console log event bus #57
Annotations
10 warnings
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.
|
src/Altinn.Correspondence.Core/Models/CorrespondenceStatusEntity.cs#L22
Non-nullable property 'Correspondence' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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.
|
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.
|
src/Altinn.Correspondence.Core/Models/AttachmentStatusEntity.cs#L22
Non-nullable property 'Attachment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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.
|
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.
|
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.
|
src/Altinn.Correspondence.Core/Models/CorrespondenceNotificationStatusEntity.cs#L12
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Altinn.Correspondence.Core/Models/CorrespondenceNotificationStatusEntity.cs#L21
Non-nullable property 'Notification' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading