diff --git a/README.md b/README.md index 3f4a178..e45a8b0 100644 --- a/README.md +++ b/README.md @@ -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