Summary
Congratulations! You now have a development environment that is properly configured and ready to be used.
As a reminder, we’ve installed the following:
- Visual Studio Code, which will serve as our code editor
- The C#, C# Dev Kit, IntelliCode for C# Dev Kit, and GitLens extensions for Visual Studio Code, which will make the development, debugging, and testing process smoother
- The .NET SDK, which is obviously required since we’ll be developing a .NET CLI application
- Git, which is required since we’ll be dealing with a GitHub repository
Now that we’re fully set up and ready, we can begin our journey to the wonderful land of CLI applications. Our first stopover will lead us to explore the concepts and anatomy of CLI applications.