Summary

In this chapter, we covered the power of NuGet: its simplicity (it enables you to publish and consume packages) and its extensibility (the three mayor clients to work with NuGet can be extended with more power).

We’ve created extensions for all three clients: we’ve extended the NuGet command line with an analyze command and have demonstrated an easy way to install these additional commands.

The Package Manager Console was extended with several cmdlets; some simple commands that instruct Visual Studio to search for symbols or remove and sort using directives. We’ve covered how to create more complex commands with tab expansions support for creating an experience similar to IntelliSense for the users of your extensions.

NuGet Package Explorer ...

Get Pro NuGet now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.