Skip to content

Add support for .NET 8 #615

Add support for .NET 8

Add support for .NET 8 #615

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

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
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#L47
CancelAsync should be used instead of _stoppingCts.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.TestHarness/Storage/FileStorageTestsBase.cs#L74
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build / build: src/Foundatio.TestHarness/Storage/FileStorageTestsBase.cs#L88
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build / build: src/Foundatio.TestHarness/Storage/FileStorageTestsBase.cs#L91
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build / build: src/Foundatio.TestHarness/Storage/FileStorageTestsBase.cs#L96
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build / build: src/Foundatio.TestHarness/Storage/FileStorageTestsBase.cs#L99
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build / build: src/Foundatio.TestHarness/Storage/FileStorageTestsBase.cs#L104
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build / build: src/Foundatio.TestHarness/Storage/FileStorageTestsBase.cs#L107
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build / build: src/Foundatio.TestHarness/Jobs/JobQueueTestsBase.cs#L149
CancelAsync should be used instead of cancellationTokenSource.Cancel. (https://github.com/semihokur/AsyncFixer)