Technical requirements
To run the sample application in this chapter, you will need to have the .NET desktop development workload installed. This can be installed using the Visual Studio Installer. One easy way to start the installer from within Visual Studio is via the Tools | Get Tools and Features… menu item. The .NET desktop development workload is shown in the following screenshot:
If you have not done so already, it would be a good idea to clone the repository for this book. The code for this chapter is available on GitHub at https://github.com/PacktPublishing/Visual-Studio-2019-Tricks-and-Techniques/tree/main/.
Please visit the following link to check the CiA videos: http://bit.ly/3oxE5QM.
Warning
Please read the following if you receive an error while cloning the repository. Starting in Git 2.28, git init
will look to the value of init.defaultBranch
when creating the first branch...