Drivers
2 results found
-
.NET 6.0 support for Entity Framework driver
The pre-release version of the EF support in C# driver is only published for .NET 7.0 while the LTS version of .NET is 6.0 and many vendors use (and will use it) for a long time. The roadmap from https://github.com/mongodb/mongo-efcore-provider#limitations–roadmap doesn't mention support for any other .NET versions.
The support of .NET 6.0 would potentially increase adoption and user base.
1 voteWe've decided to support .NET 8 as the LTS release and will be adding support future versions as they are released (.NET 10).
-
SnakeCaseElementNameConvention
Please add support for snake case convention. Snake Case is super popular with API designs.
https://mongodb.github.io/mongo-csharp-driver/2.13/reference/bson/mapping/conventions/
1 voteWe evaluated this request and did not seem that it was necessary since there are workarounds for this via custom conventions. Please refer to this ticket for further details.
- Don't see your idea?