Problem with MongoDB EF Core Provider Conventions
Hi guys, I'm having trouble setting up the conventions that I want for mongodb which was different in the mongo db driver, and if I use the mongodb driver convention register it does not work, there is an image of what I wanted to do, which is ignore null values and also change Guids to string, how can I do that in MongoDB EF core provider? I went through the documentation, but I did not see any examples on how to do this, and the API documentation only shows the types.
