consuldotnet icon indicating copy to clipboard operation
consuldotnet copied to clipboard

.NET API for Consul (http://www.consul.io/)

Results 33 consuldotnet issues
Sort by recently updated
recently updated
newest added

Currently the nuget package does not contain the XML doc file, `consul.dll.xml`, which provides XML docs in editor tooltips and other places.

Consul already provides a grpc heartbeat checking mechanism, and if consuldotnet can be updated, just add the GRPC attribute to the AgentServiceCheck class

Hi, we have a consul cluster build on 3 server with each ip address, does consuldotnet support auto transfer to other endpoint when some node failure. thanks!

This PR adds support for .NET Standard 2.0. I've built this locally with VS2017 (15.9.10).

Hi, We are using this package (version 0.7.2.6) for Leader election using distributed lock. It is based on blog : https://codeblab.herokuapp.com/high-availability-and-leader-election-with-consul-c-part-1/ It works pretty fine (thanks for great work). We...

Hello. Is there a way, with the API, to get the status (passing, critical, etc.) of a service (not a node) that, by the ways, doesn't have any custom checks...

Hi. After start blocking query to KV storage Agent.ServiceRegister call hangs.

Missing CAF here: https://github.com/PlayFab/consuldotnet/blob/master/Consul/KV.cs#L614 Causes deadlock when the call is made in a Sync context (i.e. caller blocks with `GetAwaiter().GetResult()`)

There is no version of package available supports .Net Framework 4.0, although the versions including 0.6.xx shows no dependency in nuget store. Would be nice to have a version with...

Add GRPC property on line 254.