funcky-discriminated-union
Match generator
A source generator that automates the creation of Match methods for discriminated unions in C#
A source generator that generates Match methods for all your discriminated unions needs. ✨
6 stars
2 watching
1 forks
Language: C#
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
domn1995/dunet | A source generator that creates discriminated union types in C# with support for generics and implicit conversions. | 652 |
ne4to/n.sourcegenerators.uniontypes | A C# source generator that automates the creation of discriminated union types with helper methods. | 10 |
paulbraetz/unions | A C# library that generates efficient union types with rich APIs and automatic relation type detection for various use cases. | 10 |
ignatandrei/rscg_utilitytypes | A tool that generates utility types in C# based on specified utility types from TypeScript | 4 |
igglybuff/mreg | An application that generates a string expression for filtering movie releases. | 15 |
nogizhopaboroda/f_context | A CoffeeScript library providing a simple and easy-to-use way to implement functional programming concepts using pattern matching. | 34 |
ycanardeau/resxgenerator | A C# source generator to create strongly-typed resource classes for localized strings | 31 |
diegofrata/generator.equals | Automates the implementation of IEquatable<T> using attributes. | 138 |
nickdodd79/autobogus | A C# library that adds auto creation and population capabilities to the Bogus generator | 447 |
surgicalcoder/jsonpolymorphicgenerator | Generates partial classes with JSON-derived type attributes based on polymorphic base classes | 7 |
krasin-ga/matryoshki | A framework for creating type-agnostic decorators and adapters using C# source generators | 29 |
stcarrez/dynamo | An Ada application code generator that creates web applications or database mappings from various input formats. | 17 |
hamedfathi/mockablestaticgenerator | A tool to generate mockable interfaces and wrapper classes for static and extension methods in C#. | 14 |
pvginkel/microsoft.codeanalysis.csharp.patternmatching | A library to simplify pattern matching on Roslyn syntax trees for C# code analysis and refactoring. | 29 |
drizin/codegencs | A code generation toolkit that enables easy creation of templates for generating code in various languages and formats. | 263 |