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

Porting an EF 6 library to EF Core #14130

Closed
figuerres opened this issue Dec 10, 2018 · 2 comments
Closed

Porting an EF 6 library to EF Core #14130

figuerres opened this issue Dec 10, 2018 · 2 comments

Comments

@figuerres
Copy link

Question: what are the guidelines for an EF 6 Model class library project to move to EF Core ?
i found the microsoft doc pages at https://docs.microsoft.com/en-us/ef/efcore-and-ef6/porting/port-code
and i do not see them listing any kind of details about what to look at before you start, no mentaion of what might be a problem area. no mention of any known issues with switching.
the only thing it says is to chnage the namespace
slightly more is said here:
https://docs.microsoft.com/en-us/ef/efcore-and-ef6/porting/ensure-requirements

is that it ? no other issues ? no other details ?

I am looking at move to core in the near future and looking for information to help before i start editing code or installing packages.

@Vasim-DigitalNexus
Copy link

s that it ? no other issues ?

For us the biggest issue so far is #14063, the missing function is hard to replace, perhaps if you do not utilize the SqlQuery function in EF 6 you should be okay, EF Core is much more capable then EF 6 - IMHO

@ajcvickers
Copy link
Contributor

@figuerres Agreed that it would be good to have better documentation here--I filed dotnet/EntityFramework.Docs#1180. I can't make any guarantees when it will be worked on since we don't currently have any resources (other than the dev team) to write docs.

@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants