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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,11 +353,12 @@ Add GitHub topic [`csharp-sourcegenerator`](https://github.com/topics/csharp-sou
- [AutoInvoke](https://github.com/LokiMidgard/AutoInvoke.Generator) -![stars](https://img.shields.io/github/stars/LokiMidgard/AutoInvoke.Generator?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/LokiMidgard/AutoInvoke.Generator?style=flat-square&cacheSeconds=86400) A generator that generates a method that invokes a specified generic method, for every Type in your project that satisfies a defined constraint.
- [BigMachines](https://github.com/archi-Doc/BigMachines) -![stars](https://img.shields.io/github/stars/archi-Doc/BigMachines?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/archi-Doc/BigMachines?style=flat-square&cacheSeconds=86400) BigMachines is State Machine library for .NET.
- [BitsKit](https://github.com/barncastle/BitsKit) - A C# library for efficient bit-level reading and writing also adding bit field support
- [BuildInformationGenerator](https://github.com/pekspro/BuildInformationGenerator) -![stars](https://img.shields.io/github/stars/pekspro/BuildInformationGenerator?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/pekspro/BuildInformationGenerator?style=flat-square&cacheSeconds=86400) Adds build information, like build time, commit it and branch, as simple constants.
- [BuildInformationGenerator](https://github.com/pekspro/BuildInformationGenerator) -![stars](https://img.shields.io/github/stars/pekspro/BuildInformationGenerator?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/pekspro/BuildInformationGenerator?style=flat-square&cacheSeconds=86400) Adds build information, like build time, commit id and branch, as simple constants.
- [CacheSourceGenerator](https://github.com/jeppevammenkristensen/cachesourcegenerator) -![stars](https://img.shields.io/github/stars/jeppevammenkristensen/cachesourcegenerator?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/jeppevammenkristensen/cachesourcegenerator?style=flat-square&cacheSeconds=86400) Generates an IMemoryCache wrapper around a method call.
- [Cloneable](https://github.com/mostmand/Cloneable) - ![stars](https://img.shields.io/github/stars/mostmand/Cloneable?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/mostmand/Cloneable?style=flat-square&cacheSeconds=86400) auto-generate Clone method.
- [Credfeto.Version.Information.Generator](https://github.com/credfeto/credfeto-version-constants-generator) - ![stars](https://img.shields.io/github/stars/credfeto/credfeto-version-constants-generator?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/credfeto/credfeto-version-constants-generator?style=flat-square&cacheSeconds=86400) Minimal source generator for embedding build information as compile time constants. Constants added to `VersionInformation` class in each assembly for `Version`, `Product`, `Company` and `Copyright`.
- [CsCodeGenerator](https://github.com/borisdj/CsCodeGenerator) - ![stars](https://img.shields.io/github/stars/borisdj/CsCodeGenerator?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/borisdj/CsCodeGenerator?style=flat-square&cacheSeconds=86400) Easy C# class and code generation, POCO object and Methods creation.
- [DataAnnotationValuesExtractor](https://github.com/pekspro/DataAnnotationValuesExtractor) -![stars](https://img.shields.io/github/stars/pekspro/DataAnnotationValuesExtractor?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/pekspro/DataAnnotationValuesExtractor?style=flat-square&cacheSeconds=86400) Extracts values from data annotation attributes, like maximum string length, and exposes them as strongly-typed constants.
- [Dolly](https://github.com/AnderssonPeter/Dolly) - ![stars](https://img.shields.io/github/stars/AnderssonPeter/Dolly?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/AnderssonPeter/Dolly?style=flat-square&cacheSeconds=86400) auto-generate Clone & DeepClone method.
- [Durian](https://github.com/piotrstenke/Durian) - ![stars](https://img.shields.io/github/stars/piotrstenke/Durian?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/piotrstenke/Durian?style=flat-square&cacheSeconds=86400) Extends the default capabilities of C# by mimicking features from other languages.
- [Fairy](https://github.com/hermanussen/Fairy) -![stars](https://img.shields.io/github/stars/hermanussen/Fairy?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/hermanussen/Fairy?style=flat-square&cacheSeconds=86400) generates C# code based on Sitecore Content Serialization (SCS) `.yml` files.
Expand Down