andrewvk
andrewvk
https://github.com/wintoncode/Winton.Extensions.Configuration.Consul/blob/d9705de56f83572fc96d5e880ae24301da92cb18/src/Winton.Extensions.Configuration.Consul/ConsulConfigurationProvider.cs#L137 result.HasValue returns false if the key is deleted or contains an empty string.
I think the best approach is to do it completely similar to standard providers, such as FileConfigurationProvider. The code is like this: ``` private void Load(bool reload) { IFileInfo file...
Made PR - https://github.com/wintoncode/Winton.Extensions.Configuration.Consul/pull/129
Hello. Any fixes or workarounds?
https://github.com/rsdn/CodeJam/blob/master/CodeJam.Main/Threading/AsyncLock.cs You may copy source code to your project.