Updates #2128
+33
−44
Merged
Updates #2128
Annotations
10 warnings
Build:
LibGit2Sharp.Tests/ConfigurationFixture.cs#L59
Do not use Assert.Empty to check if a value does not exist in a collection. Use Assert.DoesNotContain instead. (https://xunit.net/xunit.analyzers/rules/xUnit2029)
|
Build:
LibGit2Sharp.Tests/ConfigurationFixture.cs#L81
Do not use Assert.Empty to check if a value does not exist in a collection. Use Assert.DoesNotContain instead. (https://xunit.net/xunit.analyzers/rules/xUnit2029)
|
Build:
LibGit2Sharp.Tests/ConfigurationFixture.cs#L160
Do not use Assert.Empty to check if a value does not exist in a collection. Use Assert.DoesNotContain instead. (https://xunit.net/xunit.analyzers/rules/xUnit2029)
|
Build:
LibGit2Sharp.Tests/ResetIndexFixture.cs#L65
Do not use Assert.Empty to check if a value does not exist in a collection. Use Assert.DoesNotContain instead. (https://xunit.net/xunit.analyzers/rules/xUnit2029)
|
Build:
LibGit2Sharp.Tests/ResetIndexFixture.cs#L123
Do not use Assert.Empty to check if a value does not exist in a collection. Use Assert.DoesNotContain instead. (https://xunit.net/xunit.analyzers/rules/xUnit2029)
|
Build:
LibGit2Sharp.Tests/FilterBranchFixture.cs#L167
Do not use Assert.Empty to check if a value does not exist in a collection. Use Assert.DoesNotContain instead. (https://xunit.net/xunit.analyzers/rules/xUnit2029)
|
Build:
LibGit2Sharp.Tests/FilterBranchFixture.cs#L406
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
|
Build:
LibGit2Sharp.Tests/FilterBranchFixture.cs#L408
Do not use Assert.Empty to check if a value does not exist in a collection. Use Assert.DoesNotContain instead. (https://xunit.net/xunit.analyzers/rules/xUnit2029)
|
Build:
LibGit2Sharp.Tests/FilterBranchFixture.cs#L421
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
|
Build:
LibGit2Sharp.Tests/FilterBranchFixture.cs#L497
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
|
Loading