- edited description
UpdateToLatestAsync does not work
This is happening on v1.1.2
runner.UpdateToLatestAsync(result => true).GetAwaiter().GetResult();
Migrations not found in assambly System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
at at MongoDBMigrations.MigrationLocator.GetAllMigrations(Assembly assembly)
at at MongoDBMigrations.MigrationLocator.GetAllMigrations()
at at MongoDBMigrations.MigrationLocator.GetMigrations(Version currentVersion, Version targetVerstion)
at at MongoDBMigrations.MigrationRunner.UpdateToAsync(Version targetVersion, Func2 confirmation, IProgress
1 progress)
Comments (5)
-
reporter -
reporter Doesn’t really seem to be an issue when you use the locator to specify the assembly path. Can you please just add documentation for the async methods?
-
reporter - marked as minor
-
repo owner Hi Meghan Pretorius, I am working on a huge update now under version 2.0.0. There are lots of changes in the library API. One of them is removing all async staff. It’s a temporary decision. So this ticket will be closed.
-
repo owner - changed status to wontfix
Async functionality will be throw out in text major version. The new version will be available soon. (Jan 2020)
- Log in to comment