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

GitHub

10 stars
2 watching
1 forks
Language: C#
last commit: over 2 years ago
Linked from 1 awesome list

csharp-sourcegenerator

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
domn1995/dunetA source generator that creates discriminated union types in C# with support for generics and implicit conversions.652
paulbraetz/unionsA C# library that generates efficient union types with rich APIs and automatic relation type detection for various use cases.10
thenameless314159/sourcegeneratorutilsProvides utility classes and abstractions to simplify source generation tasks in .NET source generators21
polyadic/funcky-discriminated-unionA source generator that automates the creation of Match methods for discriminated unions in C#6
davidwengier/sourcegeneratortemplateProvides a basic template and tools to generate C# source code programmatically182
lokimidgard/sourcegenerator.helper.copycodeGenerates source code strings for attribute definitions in C#.7
ycanardeau/resxgeneratorA C# source generator to create strongly-typed resource classes for localized strings31
ignatandrei/rscg_utilitytypesA tool that generates utility types in C# based on specified utility types from TypeScript4
ufcpp/memberaccessgeneratorA source generator that creates C# code to implement member accessors with name-based and index-based access.7
nenonaninu/typedsignalr.clientA C# source generator that creates strongly typed SignalR clients by defining interfaces for hub methods and client registrations.152
engrajabi/enum.source.generatorA C# source generator that creates an enumeration class from an enum type without using reflection.181
musictopia2/commonsourcegeneratorshelpersA set of reusable helper classes for generating common source code elements in a music-related context11
jakubsturc/talk-csharp-source-generatorsA presentation about C# Source Generators, covering their purpose and functionality in generating code at compile-time.3
ladeak/protobufsourcegeneratorGenerates partial helper classes with serialized properties for C# types used with protobuf-net.12
hamedfathi/enumerationclassgeneratorA C# source generator tool to create enumeration classes from enum types with additional features and customization options.16