You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The new VS2017 cross-targeting and ASP.NET Core (on .NET Framework) projects will require updates from us to make commands like
Add-Migration
andUpdate-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.
The text was updated successfully, but these errors were encountered: