CodeQL #623
Annotations
4 warnings
Analyze (csharp):
src/CurlToCSharp.UnitTests/Models/Parsing/HeaderParameterEvaluatorTests.cs#L18
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Analyze (csharp):
src/CurlToCSharp.UnitTests/Services/CommandLineParserTests.cs#L183
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Analyze (csharp):
src/CurlToCSharp.UnitTests/Models/Parsing/HeaderParameterEvaluatorTests.cs#L18
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Analyze (csharp):
src/CurlToCSharp.UnitTests/Services/CommandLineParserTests.cs#L183
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|