Fix all warnings #106
Annotations
10 warnings
Build:
src/Altinn.Broker.Application/GetFileTransfersQuery/GetFileTransfersQueryRequest.cs#L9
Non-nullable property 'ResourceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Altinn.Broker.Application/ExpireFileTransferCommand/ExpireFileTransferCommandHandler.cs#L77
Nullability of reference types in value of type 'Task<FileTransferEntity?>' doesn't match target type 'Task<FileTransferEntity>'.
|
Build:
src/Altinn.Broker.Application/ExpireFileTransferCommand/ExpireFileTransferCommandHandler.cs#L86
Nullability of reference types in value of type 'Task<ServiceOwnerEntity?>' doesn't match target type 'Task<ServiceOwnerEntity>'.
|
Build:
src/Altinn.Broker.Application/ExpireFileTransferCommand/ExpireFileTransferCommandHandler.cs#L95
Nullability of reference types in value of type 'Task<ResourceEntity?>' doesn't match target type 'Task<ResourceEntity>'.
|
Build:
src/Altinn.Broker.API/Mappers/FileStatusOverviewExtMapper.cs#L27
Possible null reference assignment.
|
Build:
src/Altinn.Broker.API/Mappers/LegacyFileStatusOverviewExtMapper.cs#L27
Possible null reference assignment.
|
Build:
src/Altinn.Broker.API/Mappers/FileStatusOverviewExtMapper.cs#L78
Dereference of a possibly null reference.
|
Build:
src/Altinn.Broker.API/Mappers/LegacyFileStatusOverviewExtMapper.cs#L74
Dereference of a possibly null reference.
|
Build:
src/Altinn.Broker.Application/GetFileTransfersQuery/GetFileTransfersQueryRequest.cs#L9
Non-nullable property 'ResourceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Altinn.Broker.Application/ExpireFileTransferCommand/ExpireFileTransferCommandHandler.cs#L77
Nullability of reference types in value of type 'Task<FileTransferEntity?>' doesn't match target type 'Task<FileTransferEntity>'.
|
Loading