Skip to content

Commit

Permalink
chore: Adjust doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Dec 12, 2024
1 parent 2c18e44 commit 97a98d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CodeGenHelpers/ReadMe.txt
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

0 comments on commit 97a98d7

Please sign in to comment.