tranb3r
tranb3r
Using HttpRequestMessage.Properties is a way to pass data to an http DelegatingHandler, on a per-request basis. Several examples: - log some contextual data, that is not already part of the...
So, what do you think ? The code is [here](https://github.com/tranb3r/Flurl/commit/649272a6681668a126c9cbabc79aad1f58be7ed2) if you want to take a look before accepting a PR.
You're absolutely right, it's easier to do with FlurlRequest.Settings.BeforeCall. Would you accept a PR for adding such an extension to Flurl, or is it better if I keep it in...
New code with pure extension is [here ](https://github.com/tranb3r/Flurl/commit/06955e59c6fd1a69d412d686a780a7c69e2d08e9) if you want to take a look.
Adding this extension to Flurl would be a guarantee that it is properly tested and that it will continue to work with future versions. But I understand your point, and...
> I'm actively gathering feedback to help prioritize issues for 3.0. If this one is important to you, please vote for it [here](https://www.surveymonkey.com/r/FDFS8YN)! Thank you! Done.
> **But before you code that ;)** Actually, I've read the guidelines before opening this issue... I really needed a solution, this is why I coded the extension, and I'm...
Any update on this issue? Is there any workaround?
I remember :) But do you think the issue still exists with more recent versions of System.Text.Json ? Also, I see that you've removed the newtonsoft dependency for .net6 versions....
@thudugala Thank you for answering. It seems to me that #150 is a totally different issue. But maybe I've missed something ? What do you recommend exactly ? Do you...