lucabriguglia / OpenCQRS

.NET Standard framework to create simple and clean design. Advanced features for DDD, CQRS and Event Sourcing.
Apache License 2.0
3 stars 115 forks source link

Issue with MongoDB.Driver library v2.8.0 #83

Closed quentin-villevieille closed 5 years ago

quentin-villevieille commented 5 years ago

Hi guys,

There seems to be a bug with MongoDB.Driver v2.8.0. I had the following error message :

System.TypeInitializationException : 'The type initializer for 'MongoDB.Bson.Serialization.BsonClassMap' threw an exception.'

I added a reference to MongoDB.Driver v2.9.2 and it works just fine !

Btw, great project!

lucabriguglia commented 5 years ago

Thanks @quentin-villevieille! I'll upgrade the reference :-)