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
{{ message }}
This repository was archived by the owner on Feb 23, 2021. It is now read-only.
Based on the discussion with @DamianEdwards@glennc@davidfowl and others today, the UserSecrets configuration provider should read project.json from the same location used for configuration files, i.e. it should use the IFileProvider obtained from configurationBuilder.GetFileProvider() to read the file.
In addition, if the project.json file is not found it shouldn't fail.
@muratg we need someone to make this change for RC2.
Based on the discussion with @DamianEdwards @glennc @davidfowl and others today, the UserSecrets configuration provider should read project.json from the same location used for configuration files, i.e. it should use the
IFileProviderobtained fromconfigurationBuilder.GetFileProvider()to read the file.In addition, if the project.json file is not found it shouldn't fail.
@muratg we need someone to make this change for RC2.