Robert McLaws
Robert McLaws
Yep! So let's say I have an API that only allows one request per second. Adding that option would let me set a 2 second cache, for example, to make...
Yes, I could. But I think it should be a built-in feature.
Thanks for the quick response! Well, does ts-loader have access to the webpack configuration instance? Because if so, then ts-loader could parse the files with the NMRP function and hot-swap...
@bradygaster et al, I'm working to implement Feature Flags in our **Blazor WebAssembly** port of BurnRate.io. Are there any docs specifically for this yet? I saw [the Server-Side version here](https://devblogs.microsoft.com/aspnet/configuring-a-server-side-blazor-app-with-azure-app-configuration/)...
If you are porting an app from Javascript, then you don't get all the fancy Feature Flag wire-up stuff that you get on the server-side. So I think it's important...
Going to 8.1 for this is probably warranted. it's not a breaking change, but it's a big enough change that it should not be hidden inside incrementing the build number.
I just want to let y'all know that we experience the same issue with Version 8.0.4 in this configuration. We do not experience it on version 7.5.12, and have been...
I just ran into this issue as well. The offending lines in ConfigreWebJobs should just be removed. Best practices should be to call Host.CreateDefaultBuilder() before calling ConfigureWebJobs(). I'm using the...
Out of curiosity to those that came up with other solutions, did my 7 LoC solution not work?
So, the way the Configuration API works is, the registration order matters, because the data is merged all the way down. If the same Provider with the same FileName is...