From 0508a317961d81908066fbc4707f49e01ab73d36 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Sun, 10 Nov 2024 12:35:54 +0000 Subject: [PATCH] Added Credfeto.Version.Information.Generator --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d301509..2569884 100644 --- a/README.md +++ b/README.md @@ -317,6 +317,7 @@ Add GitHub topic [`csharp-sourcegenerator`](https://github.com/topics/csharp-sou - [BitsKit](https://github.com/barncastle/BitsKit) - A C# library for efficient bit-level reading and writing also adding bit field support - [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`. - [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. - [FastGenericNew](https://github.com/Nyrest/FastGenericNew) - ![stars](https://img.shields.io/github/stars/Nyrest/FastGenericNew?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/Nyrest/FastGenericNew?style=flat-square&cacheSeconds=86400) The ultimate fast alternative to `Activator.CreateInstance` / `new T()`. Built on SourceGenerator V2 (Incremental Generator).