Feat/checksum (#186) #67
Annotations
10 warnings
src/Altinn.Correspondence.Core/Models/AttachmentEntity.cs#L19
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Altinn.Correspondence.Persistence/Repositories/AttachmentRepository.cs#L63
Nullability of reference types in return type of 'Task<List<AttachmentEntity?>> AttachmentRepository.GetAttachmentsByCorrespondence(Guid correspondenceId, CancellationToken cancellationToken)' doesn't match implicitly implemented member 'Task<List<AttachmentEntity>> IAttachmentRepository.GetAttachmentsByCorrespondence(Guid correspondenceId, CancellationToken cancellationToken)'.
|
src/Altinn.Correspondence.Persistence/Repositories/CorrespondenceRepository.cs#L60
Dereference of a possibly null reference.
|
src/Altinn.Correspondence.Persistence/Repositories/CorrespondenceRepository.cs#L60
Dereference of a possibly null reference.
|
src/Altinn.Correspondence.Persistence/Repositories/CorrespondenceRepository.cs#L80
Dereference of a possibly null reference.
|
src/Altinn.Correspondence.Integrations/Hangfire/PublishCorrespondenceService.cs#L78
Dereference of a possibly null reference.
|
src/Altinn.Correspondence.Application/Helpers/UploadHelper.cs#L87
Cannot convert null literal to non-nullable reference type.
|
src/Altinn.Correspondence.Application/DownloadAttachment/DownloadAttachmentHandler.cs#L30
Dereference of a possibly null reference.
|
src/Altinn.Correspondence.Application/GetAttachmentOverview/GetAttachmentOverviewHandler.cs#L51
Possible null reference assignment.
|
src/Altinn.Correspondence.Application/GetAttachmentOverview/GetAttachmentOverviewHandler.cs#L53
Possible null reference assignment.
|
This job succeeded
Loading