Setting up the projects

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.

CLI .NET Core CLI tools are cross-platform utilities for developing .NET applications and are the basis for more sophisticated tooling, such as IDEs. Please see the documentation for more information: https://docs.microsoft.com/en-us/dotnet/core/tools.

The solution for this chapter will consist ...

Get Hands-On Design Patterns with C# and .NET Core now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.