You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently EF Core 2.0 tooling will not work directly with EF Core models in .NET Core. This is described in more detail at dotnet/efcore#9666.
In the short term, we need to update the guidance for working with UWP projects to place the EF Core model in a separate project that is compatible with our tooling.
This could be a .NET Standard library which either cross compiles for .NET Core, is used by a .NET Core console app.
The text was updated successfully, but these errors were encountered:
Currently EF Core 2.0 tooling will not work directly with EF Core models in .NET Core. This is described in more detail at dotnet/efcore#9666.
In the short term, we need to update the guidance for working with UWP projects to place the EF Core model in a separate project that is compatible with our tooling.
This could be a .NET Standard library which either cross compiles for .NET Core, is used by a .NET Core console app.
The text was updated successfully, but these errors were encountered: