Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support new System.Text.Json source generator #777

Open
tranb3r opened this issue Dec 4, 2023 · 3 comments
Open

Support new System.Text.Json source generator #777

tranb3r opened this issue Dec 4, 2023 · 3 comments

Comments

@tranb3r
Copy link
Contributor

tranb3r commented Dec 4, 2023

Hi,

Is there any plan to support the new System.Text.Json source generator, in a future version of Flurl?
https://devblogs.microsoft.com/dotnet/try-the-new-system-text-json-source-generator/

I think it would require new extensions, similar to PostJsonAsync or ReceiveJson, but with an additionnal parameter (either JsonTypeInfo or JsonSerializerContext).
Or maybe it's already supported and I'm missing something?

Thanks

@tmenier
Copy link
Owner

tmenier commented Dec 15, 2023

Not familiar with this, I'll read up on it when I have some time. In a nutshell, what are you looking to accomplish?

@tranb3r
Copy link
Contributor Author

tranb3r commented Dec 15, 2023

Well, basically this new SG eliminates runtime reflection (amongst other improvements).
Which is critical for linker and native-aot stuff (aka the future of .NET).
The article explains the details of it, we can discuss the changes after you read it, nothing urgent.

@wbaldoumas
Copy link

+1 to this one.

Implementing overloads of methods like GetJsonAsync and PostJsonAsync which take in JsonTypeInfo or JsonSerializerContext as parameters will really help folks wanting to leverage source generators for improved JSON serialization performance, as well as AoT (like @tranb3r mentions).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants