Support for JSON source generators for C# client #4289
harrison314
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
would it be possible to add JSON source generator support to the generation of the C# client for System.Text.Json?
At the same time, it is necessary to use the
JsonSerializable
attribute for all models, which is very impractical for a large number of medels.This feature would help in NativeAoT compilation scenarios.
Beta Was this translation helpful? Give feedback.
All reactions