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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,14 +113,14 @@ See the full example project here: [`/EasySourceGenerators.Examples`](./EasySour
113
113
114
114
## What it does
115
115
116
-
You declare partial methods and provide generator methods marked with attributes such as:
116
+
You declare partial methods, both static and non-static, and provide generator methods marked with attributes such as:
117
117
-`[GeneratesMethod(...)]`
118
118
-`[SwitchCase(...)]`
119
119
-`[SwitchDefault]`
120
120
121
-
The generator uses Roslyn Source Generators under the hood to generate the source in build time.
121
+
The generator uses Roslyn Source Generators under the hood to generate the source at build time.
122
122
123
-
The Generators package and binaries is not going to be added to your shipped code. The generators package will be added as a compile-time only dependency:
123
+
The Generators package and its binaries will not be included in your shipped code. The generators package will be added as a compile-time only dependency:
0 commit comments