-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Apply schema transformer to AdditionalProperties #59699
Conversation
@JTeeuwissen Thanks for opening this PR! It looks great overall and is good to merge. However, it's currently set up to target the release/9.0 branch. Can you update it to retarget to main? Since .NET 9 is publicly released, changes to it have to go through the servicing process in order to make it in. The servicing process is documented here. TL;DR: We'll retarget this PR to main and merge. Then we'll open a backport PR to release/9.0 and I'll take it through the servicing process for incorporation into the patch releases. |
97e004c
to
4f3121e
Compare
@dotnet-policy-service agree |
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.
Thanks for dealing with the branch change and CLA agreement!
/backport to release/9.0 |
Started backporting to release/9.0: https://github.com/dotnet/aspnetcore/actions/runs/12634564157 |
Apply schema transformer to AdditionalProperties
Applied
InnerApplySchemaTransformersAsync
toAdditionalProperties
whereAdditionalPropertiesAllowed
andjsonTypeInfo
has anElementType
Description
Fixed schema generation for
AdditionalProperties
, the result of a dictionary value type.Fixes #59616