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

PMC: Support cross-targeting and ASP.NET Core projects #146

Closed
bricelam opened this issue Dec 13, 2016 · 3 comments
Closed

PMC: Support cross-targeting and ASP.NET Core projects #146

bricelam opened this issue Dec 13, 2016 · 3 comments

Comments

@bricelam
Copy link
Contributor

The new VS2017 cross-targeting and ASP.NET Core (on .NET Framework) projects will require updates from us to make commands like Add-Migration and Update-Database work.

The DTE Project object isn't marshal-by-ref either. (See dotnet/project-system#934) If we can't get that changed it will require architectural changes on our end to make them work.

@rowanmiller
Copy link
Contributor

Closing as you can workaround this using a class library. We will reconsider if we get a lot of requests for this though.

@bricelam
Copy link
Contributor Author

bricelam commented Feb 23, 2017

DTE Project object isn't marshal-by-ref

We had CPS give us a private build with that change, but we hit additional issues. In the end we decided if it was going to require changes on our end, we should just update everything to use an architecture similar to EFCore thus avoiding the need for MarshalByRef.

@bricelam
Copy link
Contributor Author

Another workaround: mrahhal/Migrator.EF6

This allows you to use dotnet ef with EF6.

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

2 participants