Technical requirements
The code examples in this chapter have been tested with Visual Studio 2019 and the full .NET Framework v4.7.2. Also, to follow along, make sure to clone the repository for this book. The code for this chapter may be cloned from GitHub using this repository location: https://github.com/PacktPublishing/Visual-Studio-2019-Tricks-and-Techniques.git.
The CodeGenHeroâ„¢ Visual Studio extension used in this chapter is available for download at https://codegenhero.com/. Free trials are available with registration and email confirmation.
Please visit the following link to check the CiA videos: https://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 in a new repository. If that value is unset, init.defaultBranch
defaults to master
. Because this repository uses main
as its default branch, you...