Technical requirements
The code examples in this chapter have been tested with Visual Studio 2019 version 16.8.2 and the full .NET Framework version 4.7.2. Also, to follow along, make sure 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/.
Please check the following link for 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 in a new repository. If that value is unset, init.defaultBranch
defaults to master
. Because this repository uses main
as its default branch, you may have to run the following code from Command Prompt or Git Bash to avoid an error:
$ git config --global init.defaultBranch main
Microsoft.VisualStudio.TemplateWizard
was updated in the version 16.8 release of...