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
- Host: GitHub
- URL: https://github.com/cfrenzel/dotnetcore.console.template_2.2
- Owner: cfrenzel
- Created: 2019-12-04T01:39:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T02:05:19.000Z (over 6 years ago)
- Last Synced: 2025-03-16T18:14:54.927Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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