Michael Vivet

Results 39 comments of Michael Vivet

Hi Let me think a bit about this. I kind of like Newtonsoft.

I did a quick tryout, and it seems System.Text.Json is missing a way to specify converter type for serialization of tems in collections. This isn't planned before .NET 8, so...

Not sure what you mean. It's the attribute to specify itemconvertertype that isn't available. Probably it's possible to implement it, but i prefer waiting for the support in .NET

I will take a look at the PR

I have merged your PR. I still need to do some refactoring and testing before I can release it.

Will just keep the issue open until released

I did some testing, and mostly nothing works, so I have decided to rollback. I will abort the project for now

I am not sure what the specific problem is, but if you can send the failing code example or create a PR that fixes it, i will take a look

Did you see my last comment, or maybe you figured out why your code didnt work?

I am not sure a demo project will help me much, as I am not proficient in Blazor. You mention that the root problem is HttpClientHandler or something.... What exactly...