Just install Microsoft.Extensions.Configuration.Binder and the method will be available.
The reason is that GetValue<T> is an extension method and does not exist directly in the IConfiguration interface.
Just install Microsoft.Extensions.Configuration.Binder and the method will be available.
The reason is that GetValue<T> is an extension method and does not exist directly in the IConfiguration interface.