Calabonga.ConsoleApp.Template
1.0.1
See the version list below for details.
dotnet new install Calabonga.ConsoleApp.Template::1.0.1
Calabonga.ConsoleApp.Template
Custom Template for Console Application template for Visual Studio with some integrated features: DI, Serilog, Logging, etc. You can find this package on the nuget.org Calabonga.ConsoleApp.Template.
How To Install
Just run a command in your terminal (command prompt):
dotnet new install Calabonga.ConsoleApp.Template
How To Check Installation
CLI
Run this command in your terminal (command prompt) to see which console app templates were installed:
dotnet new list console
Visual Studio
JetBrains Rider
How To Update
To install the latest verions of the template run this command in your terminal (command prompt):
dotnet new install Calabonga.ConsoleApp.Template
You will see something like this:
How To Uninstall
To uninstall template run this command in your terminal (command prompt):
dotnet new uninstall Calabonga.ConsoleApp.Template
You will see something like this:
Screenshot
Author
Donation
-
net9.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Improve documentation