In this chapter, we started by executing the xUnit.net test with Cake. Also, we extensively discussed .NET Core versioning, the concepts, and how it affects application development on the .NET Core platform. Later, we packaged the LoanApplication project that was used in this book for NuGet distribution.
You have been taken through an exciting TDD journey in this book. Using the xUnit.net unit test framework, the concept of TDD was introduced and discussed extensively. Data-driven unit tests were covered, which allow you to test your code with data from different data sources.
The Moq framework was used to introduce and explain how to unit test code with dependencies. The TeamCity CI server was used to explain the concepts of CI. Cake, a cross-platform build system was explored and used to create build steps executed in TeamCity. Also, Microsoft VSTS, another CI tool,...