Skip to content

Add NewtonsoftJsonSerializer<T> without compression #283

Add NewtonsoftJsonSerializer<T> without compression

Add NewtonsoftJsonSerializer<T> without compression #283

Triggered via push April 24, 2026 09:56
Status Success
Total duration 1m 26s
Artifacts

workflow.yml

on: push
Fit to window
Zoom out
Zoom in

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>>'.