From d4b190281dc9cfa5143e20595cdf20ed12518571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20=C5=A0t=C3=A1gl?= Date: Sun, 7 Dec 2025 12:50:10 +0100 Subject: [PATCH] Add FastCloner to the list of source generators --- README.md | 1 + 1 file changed, 1 insertion(+) 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