You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In core there has been a shift away from web.config files and to using appsettings.json to hold configuration settings. It would be ideal if these configuration files could be used with type providers.
Repro steps
Build an asp.net core application
Configure trivial type provider that references the name of the connection string in appsettings.json
Build applicaiton
Expected behavior
The expected behavior is for the type provider to be able to locate the connection string in the config file.
Actual behavior
The connection string cannot be found and the application will not build.