Skip to content

Fixed build warnings #616

Fixed build warnings

Fixed build warnings #616

Triggered via push January 4, 2024 15:12
Status Failure
Total duration 1m 40s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 6 warnings
Foundatio.Tests.Queue.InMemoryQueueTests.CanHandleAutoAbandonInWorker
System.Threading.Tasks.TaskCanceledException : A task was canceled.
Foundatio.Tests.Queue.InMemoryQueueTests.CanHaveMultipleQueueInstancesAsync: _/src/Foundatio.TestHarness/Queue/QueueTestBase.cs#L829
System.ArgumentException : Destination array was not long enough. Check the destination index, length, and the array's lower bounds. (Parameter 'destinationArray')
build / build
Process completed with exit code 1.
build / build: src/Foundatio.Extensions.Hosting/Jobs/HostedJobService.cs#L64
CancelAsync should be used instead of _stoppingCts.Cancel. (https://github.com/semihokur/AsyncFixer)
build / build: src/Foundatio.Extensions.Hosting/Jobs/HostedJobService.cs#L47
CancelAsync should be used instead of _stoppingCts.Cancel. (https://github.com/semihokur/AsyncFixer)
build / build: src/Foundatio.TestHarness/Jobs/JobQueueTestsBase.cs#L149
CancelAsync should be used instead of cancellationTokenSource.Cancel. (https://github.com/semihokur/AsyncFixer)
build / build: src/Foundatio.Extensions.Hosting/Jobs/HostedJobService.cs#L64
CancelAsync should be used instead of _stoppingCts.Cancel. (https://github.com/semihokur/AsyncFixer)
build / build: src/Foundatio.Extensions.Hosting/Jobs/HostedJobService.cs#L47
CancelAsync should be used instead of _stoppingCts.Cancel. (https://github.com/semihokur/AsyncFixer)
build / build: src/Foundatio.TestHarness/Jobs/JobQueueTestsBase.cs#L149
CancelAsync should be used instead of cancellationTokenSource.Cancel. (https://github.com/semihokur/AsyncFixer)