Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 566 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 566 Bytes

Practicing TDD with xUnit in .NET | Coding Live #005

Getting Started

These instructions is a part of a live coding video.

Prerequisites

.NET Core 3.1 SDK - https://dotnet.microsoft.com/download

Example project

Create a base folder CodingLive005.

Create the .gitignore file based on file https://github.com/github/gitignore/blob/master/VisualStudio.gitignore

Create classlib project

dotnet new classlib -o MyProject

Create xUnit test project

dotnet new xunit -o MyProjectTest

References

https://xunit.net/