Upgrade your console application and use the same pattern as .NET Core MVC projects to configure services, logging, and use application settings.
Info
Version: | 3.0.0 |
Author(s): | Todd Skelton |
Last Update: | Monday, September 23, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/xKloc/ConsoleBuildR |
NuGet Url: | https://www.nuget.org/packages/ConsoleBuildR |
Install
Install-Package ConsoleBuildR
dotnet add package ConsoleBuildR
paket add ConsoleBuildR
ConsoleBuildR Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Configuration(>= 3.0.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables(>= 3.0.0)
- Microsoft.Extensions.Configuration.Json(>= 3.0.0)
- Microsoft.Extensions.DependencyInjection(>= 3.0.0)
- Microsoft.Extensions.Logging(>= 3.0.0)
- Microsoft.Extensions.Logging.Configuration(>= 3.0.0)
- Microsoft.Extensions.Logging.Console(>= 3.0.0)
Tags