Why I can't insert any object into MongoDB
I’m working with a system where I save dynamic parameters on machines. This approach is quite convenient for me, and I’d like to continue using it. Here’s a brief overview of my setup: public List<Machine> Machines { get; set; }…