Add NewtonsoftJsonSerializer<T> without compression #283
Annotations
5 warnings
|
Build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
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>>'.
|