Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update UWP guidance to recommend creating the model on a separate project #467

Closed
divega opened this issue Aug 31, 2017 · 0 comments
Closed
Milestone

Comments

@divega
Copy link
Contributor

divega commented Aug 31, 2017

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.

@ajcvickers ajcvickers added this to the 2.1.0 milestone Sep 18, 2017
AndriySvyryd pushed a commit that referenced this issue Oct 18, 2017
AndriySvyryd pushed a commit that referenced this issue Oct 18, 2017
AndriySvyryd pushed a commit that referenced this issue Oct 19, 2017
AndriySvyryd pushed a commit that referenced this issue Oct 19, 2017
divega pushed a commit that referenced this issue Nov 30, 2017
* Update the UWP page to 2.x

Fixes #446
Fixes #467

* Added reference to 2.0.3 and fixed typo
@AndriySvyryd AndriySvyryd removed their assignment Nov 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants