andrewlock / StronglyTypedId

A Rosyln-powered generator for strongly-typed IDs
MIT License
1.52k stars 80 forks source link

MongoDB support and MessagePack support #60

Closed feritzcan2 closed 9 months ago

feritzcan2 commented 2 years ago

Hello, do you plan to add serialization support for mongodb and MessagePack( binary serializer) . Or do they already exist, I couldnt find...

Thank you

feritzcan2 commented 2 years ago

No, I guess :(

andrewlock commented 2 years ago

No, I guess :(

Sorry, I've been on holiday, hence the slow reply!

Do you plan to add serialization support for mongodb and MessagePack( binary serializer)

I don't have any specific plans, but I've got nothing against it if someone creates a PR 🙂

andrewlock commented 9 months ago

For feature requests like this, I think I've found an answer in the big redesign of the library in this PR:

The main idea is to make the library much more maintainable while also giving people a mechanism to customise the generated IDs as much as they like. This will make it easy to make changes like this 🙂