FluentMigrator.ServiceStack
FluentMigrator.ServiceStack copied to clipboard
Cannot configure FluentMigrator.ServiceStack with latest servicestack
Method 'get_RequestName' in type 'FluentMigrator.ServiceStack.EmbeddedFileHandler' from assembly 'FluentMigrator.ServiceStack4, Version=1.0.21.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
This is because when I add nuget package it adds 1.1.1.0 version of FluentMigrator and Runner but it actually expects 1.0.21.0 and latest version is pointing to 1.4 version of FluentMigrator.
Do you think this one is an issue with nuspec file or something that needs update?
I'm sure this library just needs to be updated, as I haven't pushed any changes to it in over 2 years. I'm not currently using ServiceStack or FluentMigrator, but if you submit a pull request fixing this issue, I'll happily accept it and push out an update.