Skip to content

angelitocsg/coding-live-005

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/