This commit introduces a new benchmark, MemoryAnalysisBenchmarks, d…
#15
Annotations
3 errors and 10 warnings
|
test
Process completed with exit code 1.
|
|
test
Duplicate 'Compile' items were included. The .NET SDK includes 'Compile' items from your project directory by default. You can either remove these items from your project file, or set the 'EnableDefaultCompileItems' property to 'false' if you want to explicitly include them in your project file. For more information, see https://aka.ms/sdkimplicititems. The duplicate items were: 'MemoryAnalysisBenchmarks.cs'
|
|
test
Duplicate 'Compile' items were included. The .NET SDK includes 'Compile' items from your project directory by default. You can either remove these items from your project file, or set the 'EnableDefaultCompileItems' property to 'false' if you want to explicitly include them in your project file. For more information, see https://aka.ms/sdkimplicititems. The duplicate items were: 'MemoryAnalysisBenchmarks.cs'
|
|
test:
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.
|
|
test:
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)
|
|
test:
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)
|
|
test:
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)
|
|
test:
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)
|
|
test:
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)
|
|
test:
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)
|
|
test:
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)
|
|
test:
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)
|
|
test:
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.
|