release: 6.2.0 #5
Annotations
8 warnings
|
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test:
tests/DotNetCore.Collections.Multi.Tests/ConcurrentVariantsStressTests.cs#L192
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
test:
tests/DotNetCore.Collections.Multi.Tests/ConcurrentVariantsStressTests.cs#L93
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
test:
tests/DotNetCore.Collections.Multi.Tests/ConcurrentVariantsStressTests.cs#L91
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
test:
tests/DotNetCore.Collections.Multi.Tests/ConcurrentVariantsStressTests.cs#L157
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
test:
tests/DotNetCore.Collections.Multi.Tests/ConcurrentVariantsStressTests.cs#L133
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
test
File 'D:\a\Collections\Collections\msic\images\icon.png' is not added because the package already contains file 'icon.png'
|
|
test
File 'D:\a\Collections\Collections\LICENSE' is not added because the package already contains file 'LICENSE'
|