SteveDunn / Vogen

A semi-opinionated library which is a source generator and a code analyser. It Source generates Value Objects
Apache License 2.0
782 stars 46 forks source link

BSON serializer from higher-level project #651

Open aradalvand opened 1 month ago

aradalvand commented 1 month ago

Describe the feature

Basically like #541 but for BSON serialization (support for which got added in #645).

Since the the MongoDB driver is an infrastructure-level tool just like EF, being able to create serializers/converters for it from a separate project makes just as much sense as it did for EF.

Thank you in advance.

SteveDunn commented 1 month ago

Thanks @aradalvand - I'll add that shortly. I had in the back of my mind that this would be needed at some point (I just didn't think it'd be soon!) :)

alphaleonis commented 1 month ago

I would love to see this for Json converters as well.