Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ Add GitHub topic [`csharp-sourcegenerator`](https://github.com/topics/csharp-sou
- [HotReload](https://github.com/andrzejolszak/BuilderGeneratorHotReload) - ![stars](https://img.shields.io/github/stars/andrzejolszak/BuilderGeneratorHotReload?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/andrzejolszak/BuilderGeneratorHotReload?style=flat-square&cacheSeconds=86400) - A simple hack to enable hot reload in Visual Studio Intellisense when developing a source generator project together with an example dependent client project inside a single solution.
- [SourceGeneratorUtils](https://github.com/thenameless314159/SourceGeneratorUtils) - ![stars](https://img.shields.io/github/stars/thenameless314159/SourceGeneratorUtils?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/thenameless314159/SourceGeneratorUtils?style=flat-square&cacheSeconds=86400) An essential library equipped with utility functions and helpers to aid in writing source files for source generators or for general purposes. Based on the `System.Text.Json` source generator architecture for best-practices.
- [SourceGenerator.Helper.CopyCode](https://github.com/LokiMidgard/SourceGenerator.Helper.CopyCode) - ![stars](https://img.shields.io/github/stars/LokiMidgard/SourceGenerator.Helper.CopyCode?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/LokiMidgard/SourceGenerator.Helper.CopyCode?style=flat-square&cacheSeconds=86400) - A simple Generator that generates a string representation to an annotated Type.
- [Zomp.MethodCloning](https://github.com/zompinc/method-cloning) - ![stars](https://img.shields.io/github/stars/zompinc/method-cloning?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/zompinc/method-cloning?style=flat-square&cacheSeconds=86400) - Building blocks for generators which copy a method into a file of its own and change it on the way: finding the marked methods, fully qualifying every name, and declaring the containing types again. The core of SyncMethodGenerator. Comes with Zomp.MethodCloning.Variants, a ready generator which writes the variants of a method from the one written by hand, in place of T4 templates.

## Tips & Tricks

Expand Down