There is a feature that has been in pretty much every PowerShell host inside Visual Studio and that is the ability to access the DTE (the top level automation object). Here are a couple cool things that you can do using the DTE. I’ll start by defining a couple simple functions for finding code elements. [...]
Posts Tagged ‘nuget’
NuGet: Call Get-Package Outside of Visual Studio
March 14th, 2011
No Comments
NuGet is awesome! It’s really cool how fast it really took off. One thing I didn’t really understand was why you couldn’t run Get-Package outside of Visual Studio to retrieve remote packages. After some digging I realized that all the cmdlets, to some extent, relied on the Visual Studio automation interfaces. NuGet Package Explorer made [...]







