Open erdembayar opened 4 years ago
It looks like if you downgrade/upgrade EF then init.ps1 doesn't run properly is causing this problem.
Do you actually know whether init.ps1 is being? Or did you conclude this by observing the symptoms?
@nkolev92 I did debugging and discovered one no-Op check condition was preventing re-run init.ps1
.
You should leave a code pointer to make it easier for the implementer if this becomes a high priority.
I imagine you can repro the above by just downgrading to 6.1, is that correct? We might need to retitle the issue.
Removing "Perf" label since it's not really stressing performance, it's just bug. Maybe we can move to "Ice box" because no one is complaining, now I understand powershell more than before. It's already not perfect thing, actually it's best to restart VS this situation because we already import different .psm1 files which is polluting powershell, same time we can't un-import/remove what is already imported from powershell.
I'm not restart
VS should ever be a guidance that's consider ok
unless in really exceptional circumstasnces, but I agree with your assessment about the priority. Not high priority at this point.
Detailed repro steps so we can see the same problem
Let there is solution installed EF V6.3
Downgrade to EF FV6.1
Then upgrade to EF 6.4.4
Now if type "update-database" on PMC then you'll get error
A version of Entity Framework older than 6.3 is also installed. The newer tools are running. Use 'EntityFramework\Update-Database' for the older version.
It looks like if you downgrade/upgrade EF then init.ps1 doesn't run properly is causing this problem.