-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c18e44
commit 97a98d7
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Thanks for downloading the AvantiPoint CodeGenHelpers. This helper library will help you more easily write Source Generators with a pattern that allows you to pass in strings, some System Type's or Roslyn Type Symbols. The generated code can be added to the builder in any order and will output a nicely formatted source file. | ||
|
||
The CodeGenHelpers come in two flavors, set using `CodeGenHelpersMode`: | ||
- `assembly`, in order to be used as a normal assembly | ||
- `source`, where the helpers are linked as source files to eliminate issues with assembly references. | ||
- `Assembly`, in order to be used as a normal assembly | ||
- `Source`, where the helpers are linked as source files to eliminate issues with assembly references. | ||
|
||
Please consider becomming a sponsor at https://github.com/sponsors/dansiegel |