-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Reverse Engineer: UWP Projects #2646
Comments
Discussed and concluded we'll only do this if folks ask for it. Targeting an existing database from UWP seems like a less common scenario (at least until we support targeting non-local storage). |
An opportunity for a third party Tool, perhaps? |
@ErikEJ could be, though I'm not sure how often you have an existing local SQLite database that you want to start accessing with EF. |
Yes, but I have tools already in place that lets you migrate from SQL Server to sqlite, so a possible RAD workflow if you want to resuse your SQL Server based schema could be: |
Re-opening for triage. After #3687, we're really close to having this. The rest of the work should be relatively cheap. If nothing else, this could be Backlog, up-for-grabs. |
This "works" (as much as it can). It could be made better by #6128, but I don't think there's anything else to do here. |
The workaround for when it doesn't work is to reverse engineer into a console app and copy the files to the UWP one. |
The big issue we have to sort out here is how to get Razor into the project to use at design-time. One option is to redistribute it (and any of its dependencies that also won't install on
uwp10
projects) as part of theEntityFramework7.Relational.Design
package.The text was updated successfully, but these errors were encountered: