Skip to content

Commit fd15859

Browse files
authored
Fix FastCloner link and update last commit badge
1 parent 0a97c77 commit fd15859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Add GitHub topic [`csharp-sourcegenerator`](https://github.com/topics/csharp-sou
112112
- [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/)
113113
- [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.
114114
- [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.
115-
- [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/Tim-Maes/Facet?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.
115+
- [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.
116116

117117
### Communication
118118

0 commit comments

Comments
 (0)