SRoddis / Mongo.Migration

On-the-fly migrations with MongoDB C# Driver
MIT License
176 stars 59 forks source link

This library is not compatible Mongo.drive 3.0 #89

Open jhonheve opened 2 weeks ago

jhonheve commented 2 weeks ago

When a migration file is create it does not compile correctly.

"Does not implement inherited abstract member DatabaseMigration.Down and DatabaseMigration.Up"

You must add a reference The type Mongodb.Drive version version=2.13.1, and the application has the 3.0.

rpallares commented 1 week ago

Unfortunatly the library look to not be really maintained anymore. That's sad I appreciate it.

The major issue with the new driver looks to be the serializers are now sealed ans cannot bé overriden directly.

I started a fork, but i'll probably be quite brutal in my cleanup to modernize it a bit and fit more with my needs.