This is a fork of https://github.com/mongodb-developer/mongodb-dotnet-example, reduced to reproduce a (already fixed) problem with FerretDB.
How to run:
- Install
dotnettool. - Run
dotnet run mongodb://localhost:27017/.- To run with the strict Stable API use the
--strictflag. - To run with authentication use credentials and
authMechanismas usual:dotnet run 'mongodb://username:password@localhost:27017/?authMechanism=PLAIN'.
- To run with the strict Stable API use the