Results 15 comments of Pavel Steinl

@findulov Hi, thanks for this project, it's exactly what I was looking for but sadly am stuck on dotnetcore 3.1/nestandard 2.1 for at least another year and a half. Would...

I understand your concerns, however according to the dotnet compatibility matrix (https://docs.microsoft.com/en-us/dotnet/standard/net-standard) both core 3.1 and 5.0 support netstandard 2.1 equally. I will use a fork for now and will...

I am interested in this, have taken a look at the source code for an attempt to implement this but I am not sure that the extensibility points needed to...

Hi @iancooper sounds great to me! Using the context bag looks like the easiest/least invasive thing to implement on the receiving end. Are you thinking of exposing _all_ of the...

right, thanks for the quick response, I did try looking for existing issues, but probably only open issues by mistake 👍 In the mean time I've implemented a workaround, coincidentally...