Jussi Saarivirta

Results 3 comments of Jussi Saarivirta

Reply from beyond the grave... Yeah, can confirm. The problem lies in JSON serialization, or precisely in here: https://github.com/saleem-mirza/serilog-sinks-azure-analytics/blob/fd97ca4f43f60eb616f40934faeb7c20acbea282/src/Serilog.Sinks.AzureAnalytics/Sinks/AzureAnalytics/AzureLogAnalyticsSink.cs#L177-L182 This one is also easyish to reproduce, trying to serialize an...

Ok, so here's a workaround: https://gist.github.com/saarivirtajCGI/0131da367b1a7b45fd903992240d72e2 It's not pretty, but it does stop the stack overflow and the resulting app crash, and still logs exceptions. It's a stopgap solution until...

> > > @saleem-mirza Is there any movement on this? Not committing to using this sink until this bug is fixed as our project relies heavily on AutoMapper. @lankymart, having...