Mongo.Migration icon indicating copy to clipboard operation
Mongo.Migration copied to clipboard

MongoDB Driver 2.28 does not work with package v.3.1.4

Open OldShaterhan opened this issue 6 months ago • 5 comments

When I try to update MongoDB.Driver to v. 2.28.0 from v.2.27.0, with Mongo.Migration 3.1.4 it throws I get following errors:

'M_1_0_0_MigrationName' does not implement inherited abstract member 'DatabaseMigration.Up(IMongoDatabase)'
'M_1_0_0_MigrationName' does not implement inherited abstract member 'DatabaseMigration.Down(IMongoDatabase)'
'M_1_0_0_MigrationName.Up(IMongoDatabase)': no suitable method found to override
'M_1_0_0_MigrationName.Down(IMongoDatabase)': no suitable method found to override

It worked properly for older MongoDB Driver versions.

OldShaterhan avatar Jul 28 '24 20:07 OldShaterhan