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
It generates a partial class for all partial classes that implement `IDisposable` interface.
13
13
@@ -46,7 +46,7 @@ public partial class SampleClass : IDisposable
46
46
}
47
47
```
48
48
49
-
If you have a partial class implements `IDisposable` interface, but you want to exclude it from generation, just use `IgnoreGeneration` attribute.
49
+
If you have a partial class implements `IDisposable` interface, but you want to exclude it from source generation, just use `IgnoreGeneration` attribute.
0 commit comments