Skip to content

Differentiate unset value from null value in OpenApiSchema.Const#2936

Merged
baywet merged 8 commits into
microsoft:mainfrom
Youssef1313:dev/ygerges/const
Jul 14, 2026
Merged

Differentiate unset value from null value in OpenApiSchema.Const#2936
baywet merged 8 commits into
microsoft:mainfrom
Youssef1313:dev/ygerges/const

Conversation

@Youssef1313

Copy link
Copy Markdown
Member

Fixes #2935

@Youssef1313 Youssef1313 marked this pull request as ready for review July 14, 2026 07:40
@Youssef1313 Youssef1313 requested a review from a team as a code owner July 14, 2026 07:40
@Youssef1313

Copy link
Copy Markdown
Member Author

Benchmark is reporting a perf regression. @baywet I assume it's because we are introducing a new field (bool) to the objects which is increasing the object size? Should it be fine?

baywet
baywet previously approved these changes Jul 14, 2026

@baywet baywet left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution! Would you mind updating the performance reports please?

@Youssef1313

Copy link
Copy Markdown
Member Author

@copilot Can you update the performance report?

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Youssef1313 and others added 2 commits July 14, 2026 13:53
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
@baywet baywet merged commit 07b525f into microsoft:main Jul 14, 2026
9 checks passed
@Youssef1313 Youssef1313 deleted the dev/ygerges/const branch July 14, 2026 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OpenApiSchema.Const cannot differentiate between "null" and unset value.

3 participants