microsoft extension configuration gotchas
Important nuget packages
In case you're using Microsoft.Extensions.Configuration and unable to call methods like "AddJsonFile" or AddCommandLine, then you might be missing some nuget packages.
Once you added your nuget package, you can access those methods.
Comments