AebSolutions.CodeConvention.SolutionTemplates.6.0 6.0.0-alpha.1

This is a prerelease version of AebSolutions.CodeConvention.SolutionTemplates.6.0.
dotnet new install AebSolutions.CodeConvention.SolutionTemplates.6.0::6.0.0-alpha.1
This package contains a .NET Template Package you can call from the shell/command line.

Solution Templates

Solution Templates for the .NET command-line interface and Visual Studio.

Compatibility

Visual Studio 2022 6.0.100-preview.7.21379.14

Install

Version 6.0.0-alpha.1

dotnet new --install AebSolutions.CodeConvention.SolutionTemplates.6.0::6.0.0-alpha.1

Usage Examples

Console Application

Create
dotnet new cc-console -c "My Company" -f net6.0 -li MIT -n "MyApp" -o "MyApp"
dotnet new cc-console --company "My Company" --framework net6.0 --license-identifier MIT --name "MyApp" --output "MyApp"
Help
dotnet new cc-console -h
dotnet new cc-console --help

EfCore Application

Create
dotnet new cc-efcore -c "My Company" -d "MyDatabase" -f net6.0 -li Apache-2.0 -n "MyApp" -o "MyApp"
dotnet new cc-efcore --company "My Company" --database "MyDatabase" --framework net6.0 --license-identifier Apache-2.0 --name "MyApp" --output "MyApp"
Help
dotnet new cc-efcore -h
dotnet new cc-efcore --help

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
6.0.0-alpha.1 366 8/17/2021
6.0.0-alpha 1,091 7/22/2021