Skip to content

embergershared/netcoreconsoleapp-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET core 8 LTS Console App template

Overview

The .NET Console App template:

  • From Visual Studio:

Visual Studio 2022 Console App project template

  • Or command-line:

dotnet new console --framework net8.0 --use-program-main

generates a very basic Console App.

The template lacks important and useful features:

So I created this template that adds all of these built-in.

It allows me to get started fast for all my coding Proof of Concepts.

Enjoy,

Emmanuel.

Disclaimer

It is a starting point.

There are a lots of features and practices that can, and should, be added.

I use .NET 8 LTS version. It is a personal choice, not a recommendation.

This is a WAY BETTER starting point than the default "Console App".

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages