Use correspondence attachment id for download attachment (#127) #37
Annotations
10 warnings
src/Altinn.Correspondence.Persistence/Repositories/CorrespondenceRepository.cs#L52
Dereference of a possibly null reference.
|
src/Altinn.Correspondence.Persistence/Repositories/CorrespondenceRepository.cs#L52
Dereference of a possibly null reference.
|
src/Altinn.Correspondence.Persistence/Repositories/CorrespondenceRepository.cs#L72
Dereference of a possibly null reference.
|
src/Altinn.Correspondence.Integrations/Hangfire/PublishCorrespondenceService.cs#L78
Cannot convert null literal to non-nullable reference type.
|
src/Altinn.Correspondence.Application/InitializeAttachment/InitializeAttachmentCommandHandler.cs#L34
Cannot convert null literal to non-nullable reference type.
|
src/Altinn.Correspondence.Application/MalwareScanResult/Models/ScanResultData.cs#L17
Non-nullable property 'BlobUri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Altinn.Correspondence.Application/MalwareScanResult/Models/ScanResultData.cs#L20
Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Altinn.Correspondence.Application/MalwareScanResult/Models/ScanResultData.cs#L23
Non-nullable property 'ETag' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Altinn.Correspondence.Application/MalwareScanResult/Models/ScanResultData.cs#L29
Non-nullable property 'ScanResultDetails' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Altinn.Correspondence.Application/MalwareScanResult/Models/ScanResultData.cs#L32
Non-nullable property 'ScanResultType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading