N.SourceGenerators.UnionTypes
Union type generator
A C# source generator that automates the creation of discriminated union types with helper methods.
Discriminated union type source generator
10 stars
2 watching
1 forks
Language: C#
last commit: 7 months ago
Linked from 1 awesome list
csharp-sourcegenerator
Related projects:
Repository | Description | Stars |
---|---|---|
domn1995/dunet | A source generator that creates discriminated union types in C# with support for generics and implicit conversions. | 633 |
paulbraetz/unions | A C# library that generates efficient union types with rich APIs and automatic relation type detection for various use cases. | 10 |
thenameless314159/sourcegeneratorutils | Provides utility classes and abstractions to simplify source generation tasks in .NET source generators | 21 |
polyadic/funcky-discriminated-union | A source generator that automates the creation of Match methods for discriminated unions in C# | 6 |
davidwengier/sourcegeneratortemplate | Provides a basic template and tools to generate C# source code programmatically | 181 |
lokimidgard/sourcegenerator.helper.copycode | Generates source code strings for attribute definitions in C#. | 7 |
ycanardeau/resxgenerator | A C# source generator to create strongly-typed resource classes for localized strings | 32 |
ignatandrei/rscg_utilitytypes | A tool that generates utility types in C# based on specified utility types from TypeScript | 4 |
ufcpp/memberaccessgenerator | A source generator that creates C# code to implement member accessors with name-based and index-based access. | 7 |
nenonaninu/typedsignalr.client | A C# source generator that creates strongly typed SignalR clients by defining interfaces for hub methods and client registrations. | 147 |
engrajabi/enum.source.generator | A C# source generator that creates an enumeration class from an enum type without using reflection. | 180 |
musictopia2/commonsourcegeneratorshelpers | A set of reusable helper classes for generating common source code elements in a music-related context | 11 |
jakubsturc/talk-csharp-source-generators | A presentation about C# Source Generators, covering their purpose and functionality in generating code at compile-time. | 3 |
ladeak/protobufsourcegenerator | Generates partial helper classes with serialized properties for C# types used with protobuf-net. | 12 |
hamedfathi/enumerationclassgenerator | A C# source generator tool to create enumeration classes from enum types with additional features and customization options. | 16 |