oneof
There are 18 repositories under oneof topic.
biegehydra/OneOf.TypeExtensions
An incremental source generator that creates typed extension methods for OneOf<> types for more readable and robust code.
Drizin/OneOf.DeconstructorExtensions
Extends OneOf<> and OneOfBase<> with methods to deconstruct their underlying types, while converting non-nullable value-types into nullable types (so only one of the resulting values will be non-null). Also provides extensions to convert into Tuple<> or ValueTuple<>
anton-martyniuk/OneOf.Deconstruct
An extension that offers a deconstruction to the popular OneOf library to the F#-like ~discriminated~ unions for C#
moxystudio/next-webpack-oneof
Wraps all webpack loader rules into a single oneOf rule
ndrwrbgs/OneOf.Linq
Extensions for https://github.com/mcintyre321/OneOf that expose XOrResonWhyNot extension methods for LINQ
albinronnkvist/WebApiElasticSearch
Elasticsearch implemented in ASP.NET Core Web API for learning purposes.
AivanF/Aidantic
Data parsing and validation with OneOf using Python type hints
BMTLab/StateResults
A redesigned version of the Unions functional paradigm, inspired by the OneOf package
donwellus/go-protobuf-oneof
A Simple PoC in Go using Protobuf: Repeated and OneOf
fenrisdotio/Fenris.OneOfContrib.Blazor
A collection of Blazor components for working with OneOf discriminated unions
MaksymKhanin/Kafka-Events-Microservice
Kafka event publisher and listener. Kafka emulator in docker. OneOf pattern (functional programming), exception filters
biplovkc/email-smtp
SMTP mail service
MaksymKhanin/OneOf-Discriminated-Unions-Exception-Filters
Template of api with OneOf discriminated union (functional programming), exception filters
ptakpiotr/Tasks
REST API with custom-built simple identity management, output caching and EF core interceptors techniques as well as utilizing Scalar UI
reiugit/CustomOneOfTypesWithOneOfBase
Custom OneOf-Types with OneOfBase.
reiugit/OneOfAsOptionType
'OneOf' used as 'Option Type'
reiugit/OneOfExample
OneOf example showing Match, Switch, TryPickTx, AsTx.
reiugit/OptionTypeTwoWays
'OneOf' used as 'Option Type' compared with pure 'Option Type'.