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: docs/site/docs/extensions/bunit-generators.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ To use the generator, the **Interceptor** feature has to be used inside the cspr
60
60
61
61
Due to the usage of **Interceptors** the generator is only available for .NET 8.0 and above. The generator does create a `partial` class, so it can be extended with custom logic if needed.
62
62
63
-
## Component stub generator via `StubAttribute`
63
+
## Component stub generator via `ComponentStubAttribute`
64
64
65
65
This generator adds the ability to automatically generate stubs for a given type via an attribute.
66
66
The general setup for the given component above looks like this:
@@ -77,7 +77,7 @@ public class FeatureTests : TestContext
0 commit comments