Pär Dahlman

Results 67 comments of Pär Dahlman

I've dug some more in this and made another observations: There is a similar issue with [the creation of activity in `IncomingPhysicalMessageDiagnostics`](https://github.com/jbogard/NServiceBus.Extensions.Diagnostics/blob/master/src/NServiceBus.Extensions.Diagnostics/IncomingPhysicalMessageDiagnostics.cs#L82-L84). Even with `parentId` present, no activity is created...

Let me know if there is anything I can do clarify my argumentation or help out in assessing how reasonable the proposed change is!

Have you given this any though? I understand if addressing this issue is not a priority, but it would be helpful to get an indication if it is going to...

Thanks for getting back to me. I didn't realize that support for open telemetry and activity propagation was coming to NServiceBus.

What serializer are you using? The default serializers for XML ([`XmlSerializer`](https://msdn.microsoft.com/en-us/library/system.xml.serialization.xmlserializer(v=vs.110).aspx)) and JSON ([`DataContractJsonSerializer`](https://msdn.microsoft.com/en-us/library/system.runtime.serialization.json.datacontractjsonserializer(v=vs.110).aspx)) uses serializers from the .NET Framework. If you are sending data as json, I would recommend...

Understood! The idea with the main library is to provide an easy-to-use client without any external dependencies. Unfortunately, that limits the options when it comes to serialization 😄 That is...

Hi @DanielSundberg, Thanks for reporting this. `PainlessHttp` has not been updated for some time, one reason is that it's based on `HttpRequester`, which is discontinued in dotnet core. Anyways, I...