Winton.Extensions.Configuration.Consul icon indicating copy to clipboard operation
Winton.Extensions.Configuration.Consul copied to clipboard

Enables Consul to be used as a configuration source in dotnet core applications

Results 8 Winton.Extensions.Configuration.Consul issues
Sort by recently updated
recently updated
newest added

If the configuration key is deleted in Consul or even set to an empty string, the configuration is not reloaded, it still has the old value. This behavior is explicitly...

I have a single key value that I want to read (consul) in alongside the appsettings.json file(not consul) The value is a string representation of a boolean (true, false) but...

Added Top Level JSON Arrays Support

I have a node (with data) in Consul like below: ``` Node: data/stage/process Data: {"key1":value1,"key2":"value2","key3":"value3"} ``` I don't have any other children of "process" node in Consul. I just have...

[consuldotnet](https://github.com/PlayFab/consuldotnet) is now archived and doesn't seem to have been updated recently. Given it is a wrapper around Consul's REST API it should be possible to remove our dependency on...

enhancement

Hi. Not sure this is the right place to post so do not hesitate to tell me. I would like to use a retry policy (for instance with Polly) whenever...

Hi, How can I determine the decimal separator without overriding the global culture when deserializing JSON? As a matter of fact, I am asking to learn the most elegant approach...

We have raised consul bug https://github.com/G-Research/consuldotnet/issues/329 on issue with consul Url with subpaths. They are in progress of fixing the bug. Raised this bug to consume latest consul into Winton.Extensions.Configuration.Consul,...