alexdawes
alexdawes
Remove file trimming as this can sometimes change the meaning of the file (eg in the case of yaml files where whitespace and indentation is important)
From what I can tell, git2consul drops leading whitespace. I was using this to mirror a repo full of yaml files, but trying to parse the yaml from consul was...
### Description Currently, the `_consumerCache` within the `ConsumerFactory` has bad `IBasicConsumer`'s removed and swapped out for new ones. This mechanism uses the `Task.IsCompleted` method (https://docs.microsoft.com/en-us/dotnet/api/system.threading.tasks.task.iscompleted?view=net-6.0), which catches cancelled and faulted...
See: https://github.com/pardahlman/RawRabbit/pull/421
Hi, I'm having a bit of trouble relating to the validation of urls containing certain encoded characters that is causing a bit of a headache. ```using System; using Newtonsoft.Json.Linq; using...