-
-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attribute free entity configuration #183
Comments
it's currently not possible with this library. |
If you give me a hint of how it can be done, maybe I can colaborate with it |
if I'm not mistaken, we need to look at all the places where the [Collection] attribute is being used and figure out a way to get that info without relying on the attribute. good thing we have good test coverage. so if the tests pass, with whatever changes we make, we should be ok to proceed with that approach. also need to check if any other custom attributes are being relied on in our code. |
any update on this? |
Would love to help here, just need some guidance to start. Will have a look into the Collections. |
In my use case:
This is the code I wanna avoid
The default driver support this with BsonClassMap (ref)
The text was updated successfully, but these errors were encountered: