We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In .NET Core 2.0 it is advised to switch to IConfiguration: https://docs.microsoft.com/en-us/aspnet/core/migration/1x-to-2x/?view=aspnetcore-2.0#add-configuration-providers
This means there is no IConfigurationRoot anymore to pass to AppSettingsProvider https://github.com/jason-roberts/FeatureToggle/blob/master/src/FeatureToggle.Shared/Internal/AppSettingsProvider.cs#L32
The text was updated successfully, but these errors were encountered:
Thanks @CumpsD - we'll look at this in v5
Sorry, something went wrong.
No branches or pull requests
In .NET Core 2.0 it is advised to switch to IConfiguration:
https://docs.microsoft.com/en-us/aspnet/core/migration/1x-to-2x/?view=aspnetcore-2.0#add-configuration-providers
This means there is no IConfigurationRoot anymore to pass to AppSettingsProvider
https://github.com/jason-roberts/FeatureToggle/blob/master/src/FeatureToggle.Shared/Internal/AppSettingsProvider.cs#L32
The text was updated successfully, but these errors were encountered: