Performance improvement for .NET 9.0+ #304
Annotations
1 error and 4 warnings
Run tests on net9.0
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build with dotnet:
test/EasyCaching.UnitTests/CachingTests/MemoryCachingProviderTest.cs#L91
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Build with dotnet:
test/EasyCaching.UnitTests/CachingTests/MemoryCachingProviderTest.cs#L91
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Run tests on net9.0:
test/EasyCaching.UnitTests/CachingTests/MemoryCachingProviderTest.cs#L91
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Loading