-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Revise AI section #49905
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
base: main
Are you sure you want to change the base?
Revise AI section #49905
Conversation
Update the document to improve the section on using AI for serialization. Added details on handling nested and polymorphic types.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR revises the AI section of the serialization documentation to better explain how to use AI tools for generating code that handles nested and polymorphic types. The changes update the section heading and provide a more detailed example prompt for GitHub Copilot.
Key Changes
- Updated the heading to clarify focus on nested and polymorphic types
- Expanded the example Copilot prompt to demonstrate generating code for hierarchical object structures with custom JsonConverter
- Improved the link text for Visual Studio Code in the "See also" section
BillWagner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had a couple small comments, but this is good.
I'll let @gewarren review and approve.
adegeo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking much better. Here are some suggestions to push this through to the finish line. Thanks!
Co-authored-by: Andy (Steve) De George <[email protected]>
Update the document to improve the section on using AI for serialization. Added details on handling nested and polymorphic types.
Internal previews