context information
I Use the scaffolder nuget package to make database upgrade classes. by calling scaffold dbupgrade
in the package manager console.
De upgrade powershell file ends with: Add-ProjectItemViaTemplate ....
What i want
It all works great and generates a class for me and adds it to the project file but: I would like to open the generated file in my solution.
Is this possible? and how would i go from here?
I use visual studio 2015 Community edition.
What I tried
I tried commands such as Open-File
, Open-Document
but these do not exist.