Matt Warren 10/3/2016

Adding a verb to the dotnet CLI tooling

Read Original

This technical article details the process of adding custom verbs to the .NET Core CLI tooling. It explains the convention-based extensibility model, where any executable named `dotnet-{command}` in the PATH becomes a CLI command. The post goes beyond basic examples, showing how to use the `Microsoft.DotNet.ProjectModel` library to access and interact with the current project's data (like source files and dependencies) from within a custom command.

Adding a verb to the dotnet CLI tooling

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week