We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.
This is money, helped me quickly get to my issue, thanks for sharing!
Saved lots of my time, thanks!
Thank you for making this!!! Exactly what I was looking for.
Thanks a lot for your Get-Project hint!
Note, I meant the NuGetDebugTools, not this article
For debugging NuGet specific scripts in the Visual Studio NuGet console (init.ps1, install.ps1, uninstall.ps1, etc.) this simple script debugger may be useful:
https://www.nuget.org/packa...
I tried to find usage information on this, but failed. How is this package meant to be used ?
Nice!
Have you checked out Pester?
https://github.com/pester/P...
Haven't used it, but I do know of it :)
While it's handy, it's less useful in this case because (I imagine) constructing a DTE object and getting the right values for the other input parameters is a pain - using real NuGet install pipeline as a test harness is the easiest way and the technique I've shown here streamlines it so it's not too painful (I think).
Great idea! And wonderful hint about the Get-Project cmdlet.
This helps me to write unit tests using Pester and a small extension that I've write to use it easily inside the Package Manager Console:
https://www.nuget.org/packa...