GordonBeeming.DefaultFiles.CSharp
2023.11.5.1
See the version list below for details.
dotnet new install GordonBeeming.DefaultFiles.CSharp::2023.11.5.1
Default C# Repository Files
A couple of files that I generally add to each repository I create containing C# code
Installing the template
To install the template, run the following command:
dotnet new install GordonBeeming.DefaultFiles.CSharp
You'll see an update similar to this
Template Name Short Name Language Tags
--------------------------- ------------------ -------- ----------------------------
Default C# Repository Files gb-defaults-csharp [C#] .NET/CSharp/git/editorconfig
Using the template
Once installed, you can easily use the files by using the following command:
dotnet new gb-defaults-csharp
If you have any of the files already, you'll need to run the command with a --force
argument.
Checking for template updates only
If you already have the template installed you can run the following command to see if there is an update available
dotnet new update --check-only
To update all templates, remove the --check-only
argument, to update this template only, run the install command again.
Updating files to be included in the template
Updating files is simple... just add them and they should be published as DefaultCSharpRepoFiles.nuspec
includes all files off the repository root.
This package has 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 |
---|---|---|
2024.4.6.3 | 282 | 4/6/2024 |
2024.3.20.2 | 160 | 3/20/2024 |
2023.11.5.1 | 3,685 | 11/5/2023 |
0.0.0.4 | 406 | 10/29/2023 |
0.0.0.3 | 224 | 10/29/2023 |
0.0.0.1 | 226 | 10/29/2023 |