Bump xunit from 2.4.2 to 2.7.1 #561
Annotations
8 warnings
Build:
tests/SheepTools.XUnit.Test/AsssertTest.cs#L30
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Build:
tests/SheepTools.XUnit.Test/AsssertTest.cs#L31
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Build:
tests/SheepTools.Test/Extensions/CollectionExtensionsTest.cs#L20
Comparing an instance of System.Collections.Generic.List<int> with an instance of System.Collections.Generic.HashSet<int> has undefined results, because the order of items in the set is not predictable. Create a stable order for the set (i.e., by using OrderBy from Linq). (https://xunit.net/xunit.analyzers/rules/xUnit2027)
|
Build:
tests/SheepTools.Test/Extensions/CollectionExtensionsTest.cs#L65
Comparing an instance of System.Collections.Generic.List<int> with an instance of System.Collections.Generic.HashSet<int> has undefined results, because the order of items in the set is not predictable. Create a stable order for the set (i.e., by using OrderBy from Linq). (https://xunit.net/xunit.analyzers/rules/xUnit2027)
|
Build:
tests/SheepTools.XUnit.Test/AsssertTest.cs#L30
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Build:
tests/SheepTools.XUnit.Test/AsssertTest.cs#L31
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Build:
tests/SheepTools.Test/Extensions/CollectionExtensionsTest.cs#L20
Comparing an instance of System.Collections.Generic.List<int> with an instance of System.Collections.Generic.HashSet<int> has undefined results, because the order of items in the set is not predictable. Create a stable order for the set (i.e., by using OrderBy from Linq). (https://xunit.net/xunit.analyzers/rules/xUnit2027)
|
Build:
tests/SheepTools.Test/Extensions/CollectionExtensionsTest.cs#L65
Comparing an instance of System.Collections.Generic.List<int> with an instance of System.Collections.Generic.HashSet<int> has undefined results, because the order of items in the set is not predictable. Create a stable order for the set (i.e., by using OrderBy from Linq). (https://xunit.net/xunit.analyzers/rules/xUnit2027)
|
The logs for this run have expired and are no longer available.
Loading