-
-
Notifications
You must be signed in to change notification settings - Fork 301
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
Multi Targetting Seems to have stopped working as workaround #508
Comments
Please share a repro project. |
The link to the repro is in the issue. :) |
One more note for now:
and add a program.cs file, then all of the gazillion dlls DO get pulled into that projects bin/debug folder. |
updated VS2019 to 16.7.3. No difference. |
It is a bug, I broke it on June 25: https://github.com/ErikEJ/EFCorePowerTools/pull/414/files#diff-70ae16c326d365ebb8e1c19ef02113d0 (Line 247) |
OOOHHHH!!!! Sorry its a bug but hooray! Now I know why people keep having this problem. An easy fix?? |
Will let you know tomorrow if it is an easy fix - one possibility is to disable support for EF Core 5 for now. |
I will be crossing my fingers. I don't want to make your life harder. |
I have many times successfully created a DGML with a non-executable project by multi-targeting the project. For example, I would change a project that was originally targetting .NETStandard2.0 to:
<TargetFrameworks>netcoreapp3.0;netstandard2.0</TargetFrameworks>
Now (possibly result of a VS2019 update???) creating the DGML fails with a message that Microsoft.EntityFrameworkCore.dll cannot be found in the appliations's bin/debug path. Example with my long path:
I can follow Karl Shifflet's workaround (#451) successfully, however I cannot understand why multi-targeting is no longer working. I am using a project on the same computer that I have successfully created the dgml with many times. This seems to be the problem a number of people following my EF Core course are hitting.
##Repro Repo
https://github.com/julielerman/Demo-Solution-Set-up-for-EF-Core-Power-Tools-Testing
Further technical details
EF Core Power Tools version: 2.4.212 (must have auto updated just today)
Database engine: SQL Server Localdb
Visual Studio version: VS 2019 16.7.2
The text was updated successfully, but these errors were encountered: