You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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: