Add support for .NET 8 #615
Annotations
2 errors and 10 warnings
Run Tests:
_/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')
|
Run Tests
Process completed with exit code 1.
|
Build:
src/Foundatio.Extensions.Hosting/Jobs/HostedJobService.cs#L47
CancelAsync should be used instead of _stoppingCts.Cancel. (https://github.com/semihokur/AsyncFixer)
|
Build:
src/Foundatio.Extensions.Hosting/Jobs/HostedJobService.cs#L64
CancelAsync should be used instead of _stoppingCts.Cancel. (https://github.com/semihokur/AsyncFixer)
|
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:
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:
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:
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:
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:
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:
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:
src/Foundatio.TestHarness/Jobs/JobQueueTestsBase.cs#L149
CancelAsync should be used instead of cancellationTokenSource.Cancel. (https://github.com/semihokur/AsyncFixer)
|
The logs for this run have expired and are no longer available.
Loading