GordonBeeming.DefaultFiles.CSharp 2024.4.6.3

dotnet new install GordonBeeming.DefaultFiles.CSharp::2024.4.6.3
This package contains a .NET Template Package you can call from the shell/command line.

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 87 4/6/2024
2024.3.20.2 117 3/20/2024
2023.11.5.1 3,638 11/5/2023
0.0.0.4 361 10/29/2023
0.0.0.3 179 10/29/2023
0.0.0.1 179 10/29/2023