DEV Community

.net core console application IOptions{T} configuration

Russ Hammett on September 14, 2018

So, I’m losing faith in my google skills, there didn’t seem to be a one stop shop that I could find to give information on setting up a .net co...
Collapse
 
thejoezack profile image
Joe Zack

Woah, how did I not know about the ConfigurationBuilder class?

Are you using the one that comes with ASP, or is that an AutoFac thing?

Collapse
 
kritner profile image
Russ Hammett

yar!

ConfigurationBuilder is built in .net core thinger ConfigurationBuilder from Microsoft.Extensions.Configuration package (or the metapackage if you're using asp.net core.)