Adding a verb to the dotnet CLI tooling
Read OriginalThis 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.
Comments
No comments yet
Be the first to share your thoughts!
Browser Extension
Get instant access to AllDevBlogs from your browser