efcore: dotnet ef migrations list problem
dotnet ef migrations list give me: System.MissingMethodException: Method not found: ‘Microsoft.Extensions.PlatformAbstractions.IRuntimeEnvironment Microsoft.Extensions.PlatformAbstractions.PlatformServices.get_Runtime()’. at Microsoft.EntityFrameworkCore.Commands.ReflectionOperationExecutor…ctor(String startupProject, String environment) at Microsoft.EntityFrameworkCore.Commands.MigrationsListCommand.Execute(String context, String startupProject, String environment, Action`1 reportResultsAction) at Microsoft.EntityFrameworkCore.Commands.MigrationsListCommand.<>c__DisplayClass0_0.<Configure>b__0() at Microsoft.Extensions.CommandLineUtils.CommandLineApplication.Execute(String[] args) at Microsoft.EntityFrameworkCore.Commands.Program.Main(String[] args) Method not found: ‘Microsoft.Extensions.PlatformAbstractions.IRuntimeEnvironment Microsoft.Extensions.PlatformAbstractions.PlatformServices.get_Runtime()’.
All because of: https://github.com/aspnet/PlatformAbstractions/commit/95d352a1886ea53bab837714e0a47272657087a5
Please modify the code for accomodate this two day old commit.
Best regards
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 18 (7 by maintainers)
Working with @Eilon and @victorhurdugaci to determine if we could drop the ci[dev|release] feeds and rebuild them from latest coherence.