borisdj / CsCodeGeneratorLinks
Easy C# class and code generation, POCO object and Methods creation
☆93Updated 2 months ago
Alternatives and similar repositories for CsCodeGenerator
Users that are interested in CsCodeGenerator are comparing it to the libraries listed below
Sorting:
- Simple C# source generation based on custom templates☆104Updated last year
- Declarative Structured Concurrency for C#☆123Updated this week
- 7x-10x faster alternative to MemoryCache. A high-performance, lighweight (8KB dll) and thread-safe memory cache for .NET.☆165Updated last month
- A fork of Roslyn that adds an extension point that allows for arbitrary code modifications.☆38Updated last week
- A fast and low allocation StringBuilder for .NET.☆100Updated this week
- Durian is a collection of Roslyn-based analyzers and source generators that extend the default capabilities of C#.☆62Updated 4 months ago
- 🔑🔒 Lock your c# threads by key☆71Updated 6 months ago
- ZeroIoC is reflectionless IoC Container for C#☆47Updated 2 weeks ago
- The fastest cache library written in C# for items with set expiration time. Easy to use, thread-safe and light on memory.☆104Updated 3 weeks ago
- C# implementation of a Rope<T> immutable data structure.☆123Updated 7 months ago
- Benchmarking LINQ and alternative implementations☆183Updated last year
- The ultimate fast alternative to Activator.CreateInstance<T> / new T()☆259Updated 2 months ago
- Better random number generation for .NET☆63Updated 2 months ago
- Source Generator and .NET 8 UnsafeAccessor based high-performance strongly-typed private accessor for unit testing and runtime.☆245Updated last year
- Write scripts with the power of C# and .NET☆220Updated 3 years ago
- ZoneTree.FullTextSearch is an open-source library that extends ZoneTree to provide efficient full-text search capabilities. It offers a f…☆81Updated 4 months ago
- A C# source generator to create an enumeration class from an enum type. With this package, you can work on enums very, very fast without …☆191Updated 2 months ago
- .NET library that aims to provide faster usage of C# reflection features. Especially the usage of constructor and members accessors (get/…☆57Updated last year
- Use the AnyOf<TFirst, TSecond, ...> type to handle multiple defined types as input parameters or return values for methods.☆116Updated 6 months ago
- Step by step guide on how to debug a C# SourceGenerator in Visual Studio 2022☆130Updated 2 years ago
- Auto generate Clone method using C# Source Generator☆83Updated 2 years ago
- Roslyn Source Code Generators with Examples☆83Updated last week
- Low-level, lightweight and performance-focused serializer for C# struct types that uses Source Generators technology.☆78Updated 2 years ago
- Moxy - Mixins code generator for C#☆120Updated 5 months ago
- 🔀 Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", …☆195Updated 3 weeks ago
- Actual C# Enums with values and better performance as a source generator☆42Updated last year
- Super fast mapping DataReader to strongly typed object, Using AOT source generator.☆70Updated last year
- Extends Verify to allow verification of C# Source Generators.