reduce duplication - #27
Merged
Merged
Annotations
5 warnings
|
test/MinimalWorker.Test/ScopingTests.cs#L57
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
test/MinimalWorker.Test/ServiceResolutionTests.cs#L230
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
test/MinimalWorker.Test/ServiceResolutionTests.cs#L186
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
test/MinimalWorker.Test/ServiceResolutionTests.cs#L144
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
test/MinimalWorker.Test/ServiceResolutionTests.cs#L48
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