Modernization #149
Open
Modernization #149
Annotations
11 warnings
|
|
|
|
|
Facts.DiffPlex/DifferFacts.cs#L60
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
Facts.DiffPlex/DifferFacts.cs#L71
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
Facts.DiffPlex/DifferFacts.cs#L86
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
Facts.DiffPlex/DifferFacts.cs#L101
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
Facts.DiffPlex/DifferFacts.cs#L116
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
Facts.DiffPlex/DifferFacts.cs#L130
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
Facts.DiffPlex/DifferFacts.cs#L144
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
Facts.DiffPlex/DifferFacts.cs#L414
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
Facts.DiffPlex/DifferFacts.cs#L425
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
The logs for this run have expired and are no longer available.
Loading