feat: Implement GetElementsInRange for IntSet #4
Annotations
10 warnings
|
src/IntSet/IntSet.cs#L372
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '5' is not covered.
|
|
src/IntSet.Tests/StrykerTests.cs#L420
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
src/IntSet.Tests/StrykerTests.cs#L211
Do not use Assert.Equal() to check for boolean conditions. Use Assert.False instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
|
|
src/IntSet.Tests/StrykerTests.cs#L203
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
|
|
src/IntSet.Tests/StrykerTests.cs#L59
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
src/IntSet.Tests/StrykerTests.cs#L43
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
src/IntSet.Tests/StrykerTests.cs#L35
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
src/IntSet.Tests/StrykerTests.cs#L16
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
src/IntSet.Tests/StrykerTests.cs#L25
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
src/IntSet/IntSet.cs#L372
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '5' is not covered.
|
The logs for this run have expired and are no longer available.
Loading