Spinnernicholas / EnumFastToStringDotNetLinks
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
Sorting:
- Extremely fast and lightweight minimalistic object mapper generated on the fly☆44Updated 3 months ago
- High-performance zero-reflection approach to C# metaprogramming☆31Updated 9 months ago
- Analyzers checking System.Reflection☆82Updated last year
- ☆53Updated last week
- Simple C# source generator for text templates☆33Updated 2 years ago
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- A LINQ-like extensions for C# that uses SIMD extensions to parallelize the operations☆38Updated 9 months ago
- ☆31Updated 4 years ago
- Easy C# class and code generation, POCO object and Methods creation☆95Updated 4 months ago
- Durian is a collection of Roslyn-based analyzers and source generators that extend the default capabilities of C#.☆65Updated 6 months ago
- BigMachines is State Machine library for .NET☆42Updated last month
- ZeroIoC is reflectionless IoC Container for C#☆47Updated last month
- Simple build versioning for .NET, powered by Git tags☆65Updated 3 weeks ago
- A Roslyn analyzer with rules related to generation and consumption of enumerables and async enumerables in C#.☆44Updated last year
- Automatically create strongly typed C# settings objects from AppSettings.json. Uses Source Generators. Includes a simple deserialization…☆31Updated 5 months ago
- A source generator to generate compile-time mapping of enums and description attributes☆23Updated 2 years ago
- System.IO.Pipelines API adapter for System.Net.WebSockets☆31Updated this week
- Simple C# source generation based on custom templates☆105Updated last year
- Lightweight Git local repository traversal library for .NET/.NET Core/.NET Framework.☆98Updated 2 weeks ago
- A set of generators helping dealing with structs in C#☆47Updated 4 years ago
- Example implementation of IValueTaskSource☆30Updated 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…☆44Updated last month
- Actual C# Enums with values and better performance as a source generator☆42Updated last year
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- A Roslyn source generator for creating constructors.☆93Updated this week
- Roslyn Source Code Generators with Examples☆84Updated last month
- Spectre.IO is a .NET library containing cross-platform abstractions and implementations for file system I/O.☆53Updated last year
- HttpClientGenerator is a tool that uses the Roslyn code generator feature to write boilerplate HttpClient code for you.☆46Updated 8 months ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆70Updated 2 years 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