-
Notifications
You must be signed in to change notification settings - Fork 297
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
feat: switch JsonConverters to public for Source Generators #1311
feat: switch JsonConverters to public for Source Generators #1311
Conversation
will the pr include Source Generators? |
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## master #1311 +/- ##
=========================================
Coverage ? 69.90%
=========================================
Files ? 95
Lines ? 2701
Branches ? 0
=========================================
Hits ? 1888
Misses ? 813
Partials ? 0 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I can look to add the Source Generator, the code will need to be added to the Model generation code of this code base so that its dynamic. There is also a fallback to the Reflection based Serializer if the Source Gen doesn't exist:
Here is what my Source Generator looks like at the moment
|
Any news on this PullRequest ? :p |
hi @IvanJosipovic , may you rebase your PullRequest for a merge ? |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: IvanJosipovic The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Does this PullRequest ready to review @brendandburns ? |
i am working in another pr of aot |
Any news about this PR?
|
close as of #1498 |
Fixes #1309