- 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).
- Open console and change directory to repository root
- Type
dotnet build
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.