Skip to content

Getting started

Jason Cavalere edited this page Aug 3, 2016 · 4 revisions
  • Download the source and compile in VS
  • Open up the NuGet package manager console
  • Run the sample app using run-es-sample

The main solution uses Solution Scripts (thanks Matt, I love it!) - at startup any power shell script located in folder "SolutionScripts" as a peer folder to the packages will be loaded into the package manager console. If the run-es-sample is missing, this mean you loaded hte package manager before the packages were restored. Restore package, build, close the solution, and re-open - you should see a list of scripts loaded when the console is opened again.

Clone this wiki locally