Commands: Microsoft.CodeAnalysis.CSharp missing on UWP #2661
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
Repro:
"EntityFramework7.Commands" : "(latest version number)"
to the dependencies.Get-Package -ProjectName {name}
Add-Migration
should be available, but instead it throwsThe term 'Add-migration' is not recognized as the name of a cmdlet
Commands on UWP are installed if the package is added via Nuget GUI or
Install-Package
(There is probably not much we can do here except offer a workaround for users. This is a bug on UWP tooling.)
#1242
The text was updated successfully, but these errors were encountered: