Technical requirements
To follow along with the examples in this chapter, the following software is recommended for Windows developers:
- Visual Studio 2022 version 17.2 or later
- .NET 6
- A JetBrains dotMemory Unit standalone console runner
All the code examples for this chapter can be found on GitHub at https://github.com/PacktPublishing/Parallel-Programming-and-Concurrency-with-C-sharp-10-and-.NET-6/tree/main/chapter12.
Let’s get started by examining how to write unit tests that cover async
C# methods.