After moving a class through projects, one of the IConfiguration methods, GetValue, stopped working. The usage is like this:
IConfiguration
GetValue
Just install Microsoft.Extensions.Configuration.Binder and the method will be available.
Microsoft.Extensions.Configuration.Binder
The reason is that GetValue is an extension method and does not exist directly in the IConfiguration interface.