add code coverage tag, simplify returns #199
Annotations
8 warnings
Build:
test/RulesEngine.UnitTest/NestedRulesTest.cs#L47
Do not use a Where clause to filter before calling Assert.Single. Use the overload of Assert.Single that accepts a filtering function. (https://xunit.net/xunit.analyzers/rules/xUnit2031)
|
Build:
test/RulesEngine.UnitTest/NestedRulesTest.cs#L54
Do not use a Where clause to filter before calling Assert.Single. Use the overload of Assert.Single that accepts a filtering function. (https://xunit.net/xunit.analyzers/rules/xUnit2031)
|
Build:
test/RulesEngine.UnitTest/NestedRulesTest.cs#L243
Do not use a Where clause to filter before calling Assert.Single. Use the overload of Assert.Single that accepts a filtering function. (https://xunit.net/xunit.analyzers/rules/xUnit2031)
|
Build:
test/RulesEngine.UnitTest/NestedRulesTest.cs#L250
Do not use a Where clause to filter before calling Assert.Single. Use the overload of Assert.Single that accepts a filtering function. (https://xunit.net/xunit.analyzers/rules/xUnit2031)
|
Build:
test/RulesEngine.UnitTest/NestedRulesTest.cs#L47
Do not use a Where clause to filter before calling Assert.Single. Use the overload of Assert.Single that accepts a filtering function. (https://xunit.net/xunit.analyzers/rules/xUnit2031)
|
Build:
test/RulesEngine.UnitTest/NestedRulesTest.cs#L54
Do not use a Where clause to filter before calling Assert.Single. Use the overload of Assert.Single that accepts a filtering function. (https://xunit.net/xunit.analyzers/rules/xUnit2031)
|
Build:
test/RulesEngine.UnitTest/NestedRulesTest.cs#L243
Do not use a Where clause to filter before calling Assert.Single. Use the overload of Assert.Single that accepts a filtering function. (https://xunit.net/xunit.analyzers/rules/xUnit2031)
|
Build:
test/RulesEngine.UnitTest/NestedRulesTest.cs#L250
Do not use a Where clause to filter before calling Assert.Single. Use the overload of Assert.Single that accepts a filtering function. (https://xunit.net/xunit.analyzers/rules/xUnit2031)
|
Loading