Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 764 Bytes

Build.md

File metadata and controls

15 lines (11 loc) · 764 Bytes

Building using Visual Studio

  • Open solution file located in repository root directory with Visual Studio.
  • Start Build solution to get things rolling
  • If you want to build Visual Studio extension, you need to Build solution one more time (this step is needed only the first time, so that Visual Studio binplaces all dependencies correctly).

Building using dotnet command

  • Open console and change directory to repository root
  • Type dotnet build

Running tests

Before running tests, you need to download all dumps. Execute dumps\download.ps1 script to fetch them from JFrog server.

With Visual Studio, you can use Test Explorer to find and execute tests.

Enter Tests\SharpDebug.Tests.Native directory. Run dotnet test command.