This repository has been archived by the owner on Dec 18, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 224
Package Manager Console hook for ASP.NET 5 projects #952
Labels
Comments
Needs to be moved to the tooling issues. |
Re-openeing; @barrytang says it's a runtime issue. |
Moved to the NuGet repo NuGet/Home#634 |
👍 This would be a convenience and a time saver for me. I very much would like to make the move to EF7, but all the pieces I need are not all there and from all indications ( the backlog ) it will be sometime before EF7 is ready to take over from EF6. |
I think this may need to be reopened. It was closed for the move to NuGet, but the NuGet item is closed with guidance to talk to DNX. NB. I have not encountered the need for this issue yet, just reporting the issue with the Issues. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If a user is developing on Windows in Visual Studio, it's clear from dotnet/efcore#1196 that they still expect to be able to use the Package Manager Console with ASP.NET 5 projects.
The piece that's missing for us to light up the Entity Framework PowerShell commands on ASP.NET 5 projects is a hook to import our PowerShell module.
For *.csproj projects this is as simple as calling
Import-Module
inside of tools/init.ps1.The text was updated successfully, but these errors were encountered: