Problem
Attempting to debug why my configuration isn't binding to my object the way I want it to and I can't seem to step into ConfigurationRoot.Get();. It either breaks inside the method or steps over when I try to step into it.
I believe my debugger settings are correct and I've verified the correct modules and symbols are loaded as well. Any suggestions on what to check for next?
Running Visual Studio 2017
Relevant Packages:
- Microsoft.Extensions.Configuration (1.1.1)
- Microsoft.Extensions.Configuration.Binder (1.1.1)