dotnet / efcore

EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
https://docs.microsoft.com/ef/
MIT License
13.73k stars 3.18k forks source link

Adding EF 2.0 results in Exception in VS2017 React/Redux template web app #9471

Closed stuartallenmills closed 2 years ago

stuartallenmills commented 7 years ago

'System.Collections.Generic.Dictionary`2<System.String,System.Object> Microsoft.Extensions.Configuration.IConfigurationBuilder.get_Properties()'.

Stack Trace: at Microsoft.Extensions.Configuration.FileConfigurationExtensions.SetFileProvider(IConfigurationBuilder builder, IFileProvider fileProvider) at Microsoft.Extensions.Configuration.FileConfigurationExtensions.SetBasePath(IConfigurationBuilder builder, String basePath) at Microsoft.AspNetCore.Hosting.WebHostBuilder.BuildCommonServices(AggregateException& hostingStartupErrors) at Microsoft.AspNetCore.Hosting.WebHostBuilder.Build() at reactredux.Program.BuildWebHost(String[] args) in C:\Users\smills\webstuff\reactredux\Program.cs:line 19 at reactredux.Program.Main(String[] args) in C:\Users\smills\webstuff\reactredux\Program.cs:line 15

stuartallenmills commented 7 years ago

Was using VS2107 preview. Retesting with Release - problem not encountered at this point.