JasperFx / marten

.NET Transactional Document DB and Event Store on PostgreSQL
https://martendb.io
MIT License
2.74k stars 428 forks source link

Add discriminated union support for strongly-typed identifiers #3280

Closed nkosi23 closed 1 week ago

nkosi23 commented 2 weeks ago

Build on the recent work done to support value types as identifiers to also support single case F# discriminated union as identifiers.

See #3257 and #2487 for context.