Add support for .NET 8 #615
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)
|