tomschrot.VSCode.Templates
1.1.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet new install tomschrot.VSCode.Templates::1.1.0
This package contains a .NET Template Package you can call from the shell/command line.
Dotnet C# 11 Console Application Template for VS Code Version 1.2 Updated for .NET 7 by Tom Schröter (tomschrot)
If you have suggestions / questions reply to Nuget or Github.
Creates a new C# 11 console project.
Use special shortcut
Crtl-Shift-B
to build the project on the fly, hit Space to close terminal.
usage 1:
dotnet new vsc-console
Creates the files in the actual directory and takes the name of the directory as the project name.
usage 2:
dotnet new vsc-console -o [myAppName]
Creates the new directory [myAppName] and all files in that directory. The project name is [myAppName].
-
.NETStandard 2.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.