We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Hi, I almost done https://github.com/rpallares/Mongo.Migration
I still need to update the documentation ans I have a few optimisation to do also. In a nutshell:
I probably forget some stuff. I hesitate to remove startup document migration, I won't use it.
Feel free to add comments. I'll propose an Mr here but i doubt it will be merged one day. I'll also change the pipeline but that will be kept internal
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: