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

Reverse Engineer: UWP Projects #2646

Closed
bricelam opened this issue Jul 16, 2015 · 7 comments
Closed

Reverse Engineer: UWP Projects #2646

bricelam opened this issue Jul 16, 2015 · 7 comments
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Milestone

Comments

@bricelam
Copy link
Contributor

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 the EntityFramework7.Relational.Design package.

@rowanmiller rowanmiller modified the milestone: 7.0.0 Jul 21, 2015
@rowanmiller
Copy link
Contributor

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).

@ErikEJ
Copy link
Contributor

ErikEJ commented Jul 24, 2015

An opportunity for a third party Tool, perhaps?

@rowanmiller
Copy link
Contributor

@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.

@ErikEJ
Copy link
Contributor

ErikEJ commented Jul 24, 2015

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:
SQL Server => SQLite db => EF7 codegen

@bricelam
Copy link
Contributor Author

bricelam commented Nov 9, 2015

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.

@bricelam bricelam reopened this Nov 9, 2015
@rowanmiller rowanmiller added this to the Backlog milestone Nov 13, 2015
@rowanmiller rowanmiller added the help wanted This issue involves technologies where we are not experts. Expert help would be appreciated. label Nov 13, 2015
@bricelam
Copy link
Contributor Author

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.

@bricelam
Copy link
Contributor Author

The workaround for when it doesn't work is to reverse engineer into a console app and copy the files to the UWP one.

@bricelam bricelam added closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. and removed help wanted This issue involves technologies where we are not experts. Expert help would be appreciated. labels Jan 10, 2017
@bricelam bricelam modified the milestones: Backlog, 2.1.0 Jan 2, 2018
@ajcvickers ajcvickers modified the milestones: 2.1.0-preview1, 2.1.0 Nov 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Projects
None yet
Development

No branches or pull requests

4 participants