We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 212f4c9 + 5c3910d commit 3d8369bCopy full SHA for 3d8369b
README.md
@@ -63,7 +63,7 @@ public T GetService<T>(ITestOutputHelper testOutputHelper);
63
To access async scopes simply call the following method in the abstract fixture class:
64
65
```csharp
66
-public AsyncServiceScope GetAsyncScope<T>(ITestOutputHelper testOutputHelper)
+public AsyncServiceScope GetAsyncScope(ITestOutputHelper testOutputHelper);
67
```
68
69
### Accessing the keyed wired up services in .NET 9.0
0 commit comments