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…
☆32Mar 28, 2022Updated 3 years ago
Alternatives and similar repositories for EnumFastToStringDotNet
Users that are interested in EnumFastToStringDotNet are comparing it to the libraries listed below
Sorting:
- A source generator to generate compile-time mapping of enums and description attributes☆24Aug 2, 2022Updated 3 years ago
- A C# source generator to create an enumeration class from an enum type.☆18Aug 19, 2022Updated 3 years ago
- A C# source generator to make an interface and a class wrapper to test static and extension methods.☆16Sep 20, 2022Updated 3 years ago
- ☆31Jun 28, 2021Updated 4 years ago
- A source generator that generates partial helper classes where member properties are attributed with ProtoMember attribute.☆13Jan 20, 2026Updated last month
- Tiny and simple data format/serializer.☆22Feb 21, 2026Updated last week
- A convention based object to object mapper using Roslyn source generator.☆95Jun 6, 2025Updated 8 months ago
- A library for .NET that uses source generators to automatically generate data annotations for your models.☆58Apr 12, 2021Updated 4 years ago
- A .NET 5 source generator proof of concept that allows executing a method during compilation, so that it can be really fast during runtim…☆20Nov 10, 2020Updated 5 years ago
- BigMachines is State Machine library for .NET☆44Jan 30, 2026Updated last month
- Source Generator for dumping the git branch information, commit hash, and if the working tree is dirty or clean on projects that install …☆41Apr 7, 2022Updated 3 years ago
- Durian is a collection of Roslyn-based analyzers and source generators that extend the default capabilities of C#.☆69Jan 8, 2025Updated last year
- Provides an easy way to implement Smart Enums, Value Objects and Discriminated Unions in .NET☆82Updated this week
- Useful set of utilites and extensions for simplifying cache usage.☆11Apr 23, 2023Updated 2 years ago
- Generates configuration objects in build-time based on *.json config files☆12Jul 9, 2024Updated last year
- Utilities for working with streams and pipes☆12Feb 7, 2026Updated 2 weeks ago
- Actual C# Enums with values and better performance as a source generator☆48Mar 21, 2024Updated last year
- This project uses Source Generation to generate an interface and a Proxy class for classes. This makes it possible to wrap external class…☆47Sep 5, 2025Updated 5 months ago
- Spectre.IO is a .NET library containing cross-platform abstractions and implementations for file system I/O.☆56Oct 21, 2025Updated 4 months ago
- ScenarioTests are a different way of writing tests with XUnit. The goal is to be able to write tests like you would write notebooks. Scen…☆47Dec 5, 2022Updated 3 years ago
- Simple C# source generation based on custom templates☆111Aug 7, 2023Updated 2 years ago
- C# interface-to-member source generator☆87Feb 16, 2026Updated last week
- C# Source Generator for UTF-8 binary literal☆148Sep 4, 2024Updated last year
- Auto generate Clone method using C# Source Generator☆86Apr 1, 2023Updated 2 years ago
- .NET proxy generator powered by Roslyn☆15Jun 15, 2025Updated 8 months ago
- QuickConstructor is a reliable and feature-rich source generator that can automatically emit a constructor from the fields and properties…☆26Jun 7, 2022Updated 3 years ago
- Source generator for decorator pattern boilerplate code in C#.☆17Updated this week
- ☆14Nov 16, 2022Updated 3 years ago
- Low-level, lightweight and performance-focused serializer for C# struct types that uses Source Generators technology.☆81Jun 25, 2022Updated 3 years ago
- A C# mocking library that generates mocks at compile-time using a source generator☆12Feb 20, 2021Updated 5 years ago
- A Rust library for detecting and parsing data about games currently installed on the system☆17Updated this week
- A simple sound synthesis software.☆14Dec 8, 2022Updated 3 years ago
- Generates a synchronized version of an async method☆75Dec 24, 2025Updated 2 months ago
- A source generator for C# that uses Roslyn (the C# compiler) to allow you to generate your dependencies injection during compile time.☆81Oct 15, 2022Updated 3 years ago
- A simple source generator that creates interfaces by implementations.☆38May 30, 2024Updated last year
- A simple code foundation for a WPF application to handle basic view navigation, data templating, commands, property notification, and mor…