VijayAnand.CommonTemplates 1.0.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This package has a SemVer 2.0.0 package version: 1.0.1+sha.e87d998.
dotnet new install VijayAnand.CommonTemplates::1.0.1
This package contains a .NET Template Package you can call from the shell/command line.

Common CLI Templates

For now, a project template for defining a source generator to automate the source code generation and is named as sourcegen.

To support the incremental source generator, it takes the below optional parameter:

  • -inc | --incremental - Default value is false.

To install the template NuGet package, use the below .NET CLI command:

dotnet new install VijayAnand.CommonTemplates

If you've already installed this package, then it can be updated to the latest version with the below command:

dotnet new update --check-only
dotnet new update

Use the below .NET CLI command to create the project out these template:

dotnet new sourcegen -n XamlAutomation

Incremental Source Generator:

dotnet new sourcegen -n XamlAutomation -inc
  • .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.

Version Downloads Last updated
1.0.1 3,683 10/23/2023
1.0.0 96 3/17/2023

Join me on Developer Thoughts (https://egvijayanand.in/), an exclusive blog for articles on .NET MAUI and Blazor.

What's new in ver. 1.0.1:
-------------------------
Package versions have been made dynamic to pull the latest stable version.

v1.0.0:

Initial release of Common CLI Templates and it covers Source Generator project template.

Usage:

dotnet new sourcegen -n XamlAutomation

dotnet new sourcegen -n XamlAutomation -inc