Simplify message update #191
Annotations
5 warnings
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: dorny/test-reporter@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
AzureBatchQueue/MessageQueue.cs#L179
Possible null reference argument for parameter 'Item' in 'QueueMessage<T>.QueueMessage(T Item, MessageId MessageId, QueueMessageMetadata Metadata)'.
|
Build:
AzureBatchQueue.Tests/BatchQueueTests.cs#L232
Non-nullable property 'BatchQueue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
AzureBatchQueue/MessageQueue.cs#L179
Possible null reference argument for parameter 'Item' in 'QueueMessage<T>.QueueMessage(T Item, MessageId MessageId, QueueMessageMetadata Metadata)'.
|
Build:
AzureBatchQueue.Tests/BatchQueueTests.cs#L232
Non-nullable property 'BatchQueue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|