Calabonga.ConsoleApp.Template 2.0.0

dotnet new install Calabonga.ConsoleApp.Template@2.0.0
                    
This package contains a .NET Template Package you can call from the shell/command line.

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.

Changes

2025-11-16

  • .NET10 migrated

How To Install

Just run a command in your terminal (command prompt):

dotnet new install Calabonga.ConsoleApp.Template

image

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

image

Visual Studio

image

JetBrains Rider

image

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: image

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: image

Screenshot

image

Author

Donation

Donate

  • net10.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.

Version Downloads Last Updated
2.0.0 483 11/16/2025
2.0.0-beta.1 427 11/16/2025
1.1.0 445 7/30/2025
1.0.5 391 5/31/2025
1.0.4 486 3/19/2025
1.0.3 445 2/4/2025
1.0.2 434 2/1/2025
1.0.1 428 2/1/2025
1.0.0 436 2/1/2025

Migration to .NET10