Copy content to new blob on quarantine #267
Annotations
4 warnings
|
Build:
AzureBatchQueue.Tests/BatchQueueTests.cs#L302
Non-nullable property 'BatchQueue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
AzureBatchQueue/TimerBatch.cs#L265
Nullability of reference types in value of type 'BatchItem<T>?[]' doesn't match target type 'IEnumerable<BatchItem<T>>'.
|
|
Build:
AzureBatchQueue.Tests/BatchQueueTests.cs#L302
Non-nullable property 'BatchQueue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
AzureBatchQueue/TimerBatch.cs#L265
Nullability of reference types in value of type 'BatchItem<T>?[]' doesn't match target type 'IEnumerable<BatchItem<T>>'.
|