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

.Net: Update JsonSchemaMapper to incorporate the .NET 9 shim #7960

Merged

Conversation

eiriktsarpalis
Copy link
Member

@eiriktsarpalis eiriktsarpalis commented Aug 7, 2024

Updates JsonSchemaMapper to include the changes from eiriktsarpalis/stj-schema-mapper#5. The changes reimplement the component as a shim over the built-in schema exporter available in System.Text.Json v9, for targets that support it. This should give SK built-in schema generation for free simply by upgrading its dependencies to STJ version 9.0.x once generally available.

cc @stephentoub @markwallace-microsoft

@eiriktsarpalis eiriktsarpalis requested a review from a team as a code owner August 7, 2024 13:46
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code documentation labels Aug 7, 2024
@github-actions github-actions bot changed the title Update JsonSchemaMapper to incorporate the .NET 9 shim .Net: Update JsonSchemaMapper to incorporate the .NET 9 shim Aug 7, 2024
@markwallace-microsoft markwallace-microsoft self-assigned this Aug 13, 2024
@markwallace-microsoft
Copy link
Member

@eiriktsarpalis Thanks for creating this PR. I plan to get it merged next week.

Add ExcludeFromCodeCoverage attribute
@markwallace-microsoft markwallace-microsoft added this pull request to the merge queue Sep 2, 2024
Merged via the queue into microsoft:main with commit 38a2c26 Sep 2, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Ignite .NET Issue or Pull requests regarding .NET code
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

5 participants