Skip to content

scriptsengineer/StringUtility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

String Utility

This project is a test of use Visual Studio Code with multiple projects and solution!

travis-build

Learn Commands!

  • Create new Solution

      dotnet new sln
    
  • List new Projects types

      dotnet new -l
    
  • Create project type classlib with name String Utility

      dotnet new classlib -o StringUtility
    
  • Add reference project with path

      dotnet add reference "path.csproj"
    
  • Run project with path

      dotnet run "path.csproj"
    
  • Build solution

      dotnet build
    

About

Visual Studio Code Test Solution C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages