diff --git a/README.md b/README.md index 2069f96..b59c041 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ Add GitHub topic [`csharp-sourcegenerator`](https://github.com/topics/csharp-sou - [SourceMapper](https://github.com/alekshura/SourceMapper) - ![stars](http://img.shields.io/github/stars/alekshura/SourceMapper?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/alekshura/SourceMapper?style=flat-square&cacheSeconds=86400) - generates Mappers code based on attributes used on interfaces or abstract classes. It is inspired by Java [MapStruct](https://mapstruct.org/) - [SourceMapper](https://github.com/paiden/SourceMapper/) -![stars](https://img.shields.io/github/stars/paiden/SourceMapper?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/paiden/SourceMapper?style=flat-square&cacheSeconds=86400) A source generator that creates extension methods for cloning and mapping. - [Facet](https://github.com/Tim-Maes/Facet/) -![stars](https://img.shields.io/github/stars/Tim-Maes/Facet?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/Tim-Maes/Facet?style=flat-square&cacheSeconds=86400) A source generator that instantly scaffolds DTOs, ViewModels and typed LINQ projections. +- [FastCloner](https://github.com/lofcz/FastCloner/) -![stars](https://img.shields.io/github/stars/lofcz/FastCloner?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/lofcz/FastCloner?style=flat-square&cacheSeconds=86400) A source generator for deep cloning of objects with automatic reflection-based fallback for types that cannot be cloned ahead of time. ### Communication