Unions
Union generator
A C# library that generates efficient union types with rich APIs and automatic relation type detection for various use cases.
10 stars
1 watching
0 forks
Language: C#
last commit: 7 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ne4to/n.sourcegenerators.uniontypes | A C# source generator that automates the creation of discriminated union types with helper methods. | 10 |
domn1995/dunet | A source generator that creates discriminated union types in C# with support for generics and implicit conversions. | 633 |
polyadic/funcky-discriminated-union | A source generator that automates the creation of Match methods for discriminated unions in C# | 6 |
paldepind/union-type | A JavaScript library for defining and using types that can represent multiple values with associated data. | 478 |
paulbraetz/attributefactorygenerator | A tool that automatically generates factories and helper methods to create attribute instances from AttributeData instances. | 1 |
ignatandrei/rscg_utilitytypes | A tool that generates utility types in C# based on specified utility types from TypeScript | 4 |
ladeak/protobufsourcegenerator | Generates partial helper classes with serialized properties for C# types used with protobuf-net. | 12 |
nickdodd79/autobogus | A C# library that adds auto creation and population capabilities to the Bogus generator | 444 |
b3b00/csly | A C# library that simplifies generating and maintaining lexer/parsers using compact definition syntax | 374 |
rudolfkurkams/structpacker | A binary serializer that generates optimized C# serialization code using Source Generators technology | 76 |
bcheidemann/entype | Generates type definitions for serialized data formats like JSON | 3 |
hermanussen/jsonbyexamplegenerator | A C# source generator that creates classes from example JSON files. | 78 |
jakubsturc/talk-csharp-source-generators | A presentation about C# Source Generators, covering their purpose and functionality in generating code at compile-time. | 3 |
paulsamuels/sbconstants | Automates the process of extracting identifiers from storyboards and generating constants files. | 311 |
ycanardeau/resxgenerator | A C# source generator to create strongly-typed resource classes for localized strings | 32 |