An open API service indexing awesome lists of open source software.

https://github.com/cfrenzel/dotnetcore.console.template_2.2

.NET Core 2.2 Console Application Template with DI / Configuration / Logging / EFCore
https://github.com/cfrenzel/dotnetcore.console.template_2.2

Last synced: 12 months ago
JSON representation

.NET Core 2.2 Console Application Template with DI / Configuration / Logging / EFCore

Awesome Lists containing this project

README

          

DotNetCore.Console.Template_2.2
=======

.NET Core 2.2 Console Application Template

Supports:
* Microsoft.Extensions.DependencyInjection
* Configuration
* appsettings.json
* secrets
* environment variables
* Logging
* appsettings.json
```
"Logging": {
"LogLevel": {
"Default": "Warning",
"System": "Warning",
"Microsoft": "Warning",
"DotNetCore.ConsoleApp" : "Information"
}
```
* EFCore / Migrations