AebSolutions.CodeConvention.SolutionTemplates 6.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet new install AebSolutions.CodeConvention.SolutionTemplates::6.4.0
This package contains a .NET Template Package you can call from the shell/command line.

Code Convention Templates Code Convention Templates

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

These templates are for those who are familiar with Dependency Injection, Hosting, EFCore SQL Server and Sqlite.

Solution Templates Solution Templates

Features Features

The following features are available for all solution templates, and have default configurations.

  • Dependency Injection
  • Generic Host
  • StyleCop configuration file
  • .editorconfig
  • create-database.bat: Creates an initial migration and database using the selected provider.
  • appsettings.json
  • LICENSE file for the solution (Optional)
  • Logging
    • Generic Host
    • Serilog (Optional)
      If selected, see appsettings.json for initial configuration.
  • Data Access with Entity Framework Core
    • SQL Server Express LocalDB
    • SQL Server Express
    • Sqlite
  • AutoMapper (Optional)
  • FluentValidation (Optional)
  • MediatR (Optional)

Requirements Requirements

Installation Installation

.NET CLI

dotnet new --install AebSolutions.CodeConvention.SolutionTemplates::6.4.0

Instructions Instructions

Create the database

If Sqlite is selected as the database provider, configure the Build Action to None and Copy to Output Directory to Copy if newer for the sqlite database that gets created in the project's root folder. Build the application after configuration.

Help Help

.NET CLI

dotnet new cc-console --help
dotnet new cc-razorpages --help
dotnet new cc-webapi --help
dotnet new cc-winforms --help
dotnet new cc-wpf --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.6.0 871 6/11/2022
6.5.0 594 6/9/2022
6.4.0 593 4/21/2022
6.0.0 563 11/19/2021