You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs
+25-11Lines changed: 25 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -168,31 +168,45 @@ public void SingletonServiceCanBeResolvedFromScope()
168
168
{
169
169
// Arrange
170
170
varcollection=newTestServiceCollection();
171
+
// When resolved from the root service provider / root scope, the scoped IFakeService effectively
0 commit comments