scriptsengineer / StringUtility

Visual Studio Code Test Solution C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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#


Languages

Language:C# 100.0%