DEV Community

Discussion on: .net core console application IOptions{T} configuration

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.)