In this scenario, we will use the Microsoft Unit Test (MSTest) framework. This section provides some instructions to create the initial project using the .NET Core command-line interface (CLI) tools. These steps could have been completed using an integrated development environment (IDE) such as Visual Studio or Visual Studio Code. The instructions are supplied here to illustrate how the CLI can be used to complement the IDE.
The solution for this chapter will consist ...