Vedran Mandić
Vedran Mandić
Adds support for passing dashed key / property names so they appear as expected in SEQ `@Properties` list. Ref: #49
Hi, I have a log4net context propety like 'X-SomeName-Something', it gets pushed to SEQ with SeqAppender but in SEQ it appears in properties with a different name, ie. without the...
**Describe the bug** Encountered a NullReferenceException in ApiException inside HttpResponseBodySafe. I'd say somehow ContentType is null in: ```csharp protected string HttpResponseBodySafe { get { return HttpResponse != null && !HttpResponse.ContentType.StartsWith("image/",...