Nongzhsh / Awesome.Net.WritableOptions

Awesome.Net.WritableOptions can update values into appsetting.json
MIT License
12 stars 4 forks source link

Will this work with a blazor server app? #4

Open TorreyGarland opened 2 years ago

TorreyGarland commented 2 years ago

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!!!!

Nongzhsh commented 2 years ago

I'm not sure yet, but I'll do it.

TorreyGarland commented 2 years ago

Disregard, so far it is working fine, so long as IOptionsMonitor1 is injected instead of IOptions1 inside of every consumer.