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
I have a requirement to allow authorized users/administrators to edit certain settings from the appsettings.json file in an Blazor Server web app.
I am confident this will work in a regular MVC core app, but not sure about blazor.
cheers!!!!
The text was updated successfully, but these errors were encountered:
I'm not sure yet, but I'll do it.
Sorry, something went wrong.
Disregard, so far it is working fine, so long as IOptionsMonitor1 is injected instead of IOptions1 inside of every consumer.
1 is injected instead of IOptions
No branches or pull requests
I have a requirement to allow authorized users/administrators to edit certain settings from the appsettings.json file in an Blazor Server web app.
I am confident this will work in a regular MVC core app, but not sure about blazor.
cheers!!!!
The text was updated successfully, but these errors were encountered: