Spinnernicholas / EnumFastToStringDotNet
This is a Visual Studio C# source generator for automatically generating enum extension methods that implement a switch expression based ToString method. Why? The default enum ToString method implements a binary search which is great for large lists but becomes time and memory inefficient for a just a few items when compared to a switch expressi…
☆31Updated 3 years ago
Alternatives and similar repositories for EnumFastToStringDotNet:
Users that are interested in EnumFastToStringDotNet are comparing it to the libraries listed below
- Stack based zero-allocation XML serializer and deserializer powered by C# 9 source generators☆50Updated last week
- High-performance zero-reflection approach to C# metaprogramming☆31Updated 6 months ago
- ☆30Updated 3 years ago
- Linq for Span<T> using SourceGenerators☆53Updated 3 years ago
- ZeroIoC is reflectionless IoC Container for C#☆46Updated 8 months ago
- ☆48Updated 2 months ago
- A Roslyn analyzer with rules related to generation and consumption of enumerables and async enumerables in C#.☆44Updated 10 months ago
- Simple source only reflection library with default interface property support☆69Updated 2 weeks ago
- Extremely fast and lightweight minimalistic object mapper generated on the fly☆42Updated last week
- BigMachines is State Machine library for .NET☆41Updated last month
- Simple C# source generator for text templates☆33Updated 2 years ago
- This project uses Source Generation to generate an interface and a Proxy class for classes. This makes it possible to wrap external class…☆43Updated 2 months ago
- Durian is a collection of Roslyn-based analyzers and source generators that extend the default capabilities of C#.☆61Updated 2 months ago
- A source generator to generate compile-time mapping of enums and description attributes☆23Updated 2 years ago
- Micro ORM with source generator☆27Updated last year
- Source Generator for dumping the git branch information, commit hash, and if the working tree is dirty or clean on projects that install …☆39Updated 3 years ago
- Automatically create strongly typed C# settings objects from AppSettings.json. Uses Source Generators. Includes a simple deserialization…☆31Updated 2 months ago
- Highly efficient compile-time general purpose DI container based on C# source generators.☆34Updated 2 years ago
- Analyzers checking System.Reflection☆81Updated last year
- C# SourceGenerator helper which helps you query your files, and adds LINQ support☆25Updated 2 years ago
- A .NET source generator for creating simple value objects wrapping primitive types.☆53Updated 2 years ago
- A C# string parser based on simple templates using source generators.☆37Updated last month
- Actual C# Enums with values and better performance as a source generator☆41Updated last year
- The most revolutionary syntax visualizer☆69Updated 2 months ago
- Non-boxing passing of values.☆27Updated 8 months ago
- A set of generators helping dealing with structs in C#☆47Updated 3 years ago
- HttpClientGenerator is a tool that uses the Roslyn code generator feature to write boilerplate HttpClient code for you.☆46Updated 4 months ago
- Simple C# source generation based on custom templates☆103Updated last year
- A Roslyn source generator for creating constructors.☆89Updated this week
- A .NET library that provides strongly-typed implementations of multiple coordinate systems, including rectangular, polar, spherical, and …☆35Updated last year