Skip to content
/ vstudio Public

A .NET global tool that opens Visual Studio solution files from the command line.

Notifications You must be signed in to change notification settings

dulait/vstudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vstudio

A .NET global tool that opens Visual Studio solution files from the command line.

Installation

dotnet tool install --global vstudio

Usage

vstudio .                        # find and open a solution in the current directory
vstudio ./path/to/dir            # find and open a solution in a given directory
vstudio ./path/to/MyApp.sln      # open a specific solution file directly

Uninstall

dotnet tool uninstall --global vstudio

About

A .NET global tool that opens Visual Studio solution files from the command line.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors 2

  •  
  •  

Languages