Built-in cli in visual studio: Developer Command line tools in Visual Studio

Поделиться
HTML-код
  • Опубликовано: 16 июн 2023
  • Here I have explained Built-in cli in visual studio: Developer Command line tools in Visual Studio. Visual Studio provides two command-line tools for developers: the Developer Command Prompt and the Developer PowerShell.
    1. Developer Command Prompt: It's a regular command prompt with special settings that make it easier to use command-line developer tools. It has been available since Visual Studio 2015.
    2. Developer PowerShell: It is more powerful than a command prompt. For example, you can pass the output of one command to another command (called a cmdlet). This shell has the same settings as the Developer Command Prompt and has been available since Visual Studio 2019.
    Starting from Visual Studio 2019, there is an integrated terminal that can host either of these shells. You can also open multiple tabs for each shell. This terminal is built on top of Windows Terminal.
    When you open one of the developer shells, either separately or within the Terminal window, it automatically opens to the directory of your current solution (if you have one loaded). This makes it convenient to run commands related to the solution or its projects.
    Both shells have specific settings that simplify the use of command-line developer tools. Once you open one of these shells, you can enter commands for various utilities without needing to know their exact locations.
    #visualstudio #cli #viral
  • НаукаНаука

Комментарии •