krunalm / dotnetcore-xunit-debugging

An example showing how to debug unit tests in .net core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

netcore-xunit-debugging

Update: See this post.

An example showing how to debug unit tests in .net core

dotnet restore
dotnet build

f5 to debug, make sure you put a breakpoint in program.cs

About

An example showing how to debug unit tests in .net core


Languages

Language:C# 100.0%