Use the AnyOf<TFirst, TSecond, ...> type to handle multiple defined types as input parameters or return values for methods.
☆123Jun 13, 2025Updated 9 months ago
Alternatives and similar repositories for AnyOf
Users that are interested in AnyOf are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Actual C# Enums with values and better performance as a source generator☆48Mar 21, 2024Updated 2 years ago
- A project which uses Source Generation to create a FluentBuilder for a specified model or DTO☆204Dec 6, 2025Updated 3 months ago
- Fight primitive obsession and create expressive domain models with source generators.☆18Jan 6, 2024Updated 2 years ago
- ☆31Jun 28, 2021Updated 4 years ago
- A complete Domain-Driven Design (DDD) toolset for implementing domain models, including base types and source generators.☆75Nov 24, 2025Updated 3 months ago
- A list of C# Source Generators (not necessarily awesome) and associated resources: articles, talks, demos.☆2,401Mar 3, 2026Updated 2 weeks ago
- A source generator to generate compile-time mapping of enums and description attributes☆24Aug 2, 2022Updated 3 years ago
- A demo example demonstraing a few useful practices when working with source generators☆21Feb 25, 2021Updated 5 years ago
- BigMachines is State Machine library for .NET☆44Mar 16, 2026Updated last week
- Generate fluent builders for your C# classes with ease.☆135Feb 1, 2026Updated last month
- LinqCube is a small utility library to define measures and dimensions in code an do in-memory cubes against LINQ queries.☆11Feb 24, 2026Updated 3 weeks ago
- Use the .NET types DateOnly and TimeOnly with the EF Core 6 and 7 SQL Server provider☆43Mar 2, 2026Updated 3 weeks ago
- ValueObjectGenerator is Generator for ValueObjects.☆40Nov 30, 2020Updated 5 years ago
- A library for .NET that uses source generators to automatically generate data annotations for your models.☆58Apr 12, 2021Updated 4 years ago
- Utilities for working with streams and pipes☆12Updated this week
- A collection of Roslyn analyzers and source generators empowering daily development☆14Jun 29, 2024Updated last year
- C# discriminated union source generator☆869Updated this week
- A trait engine for C#.☆14May 1, 2025Updated 10 months ago
- The ultimate fast alternative to Activator.CreateInstance<T> / new T()☆273Mar 6, 2026Updated 2 weeks ago
- Immutability is easy!☆54Mar 14, 2026Updated last week
- Update an entity graph in store to a given one by inserting, updating and removing the respective entities.☆32May 17, 2024Updated last year
- A modern, immutable, async-first, DI-friendly abstraction of hierarchical file systems with a consistent and developer friendly API that …☆40Aug 30, 2024Updated last year
- A C# source generator to create an enumeration class from an enum type.☆18Aug 19, 2022Updated 3 years ago
- A POC of the Blazor SSR capabilities in .NET 8☆14Apr 5, 2024Updated last year
- Seamlessly map Results from CSharpFunctionalExtensions to HttpResults for cleaner, more fluent Web APIs☆23Feb 13, 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 …