Skip to content

Fixes #1494: Enable DeltaSet<T> for minimal API parameter binding #1495

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

Merged
merged 1 commit into from
Jul 10, 2025

Conversation

xuzhg
Copy link
Member

@xuzhg xuzhg commented Jul 2, 2025

Fixes #1494: Enable DeltaSet for minimal API parameter binding

@xuzhg
Copy link
Member Author

xuzhg commented Jul 2, 2025

/AzurePipelines run OData-AspNetCoreOData-main-rolling-1ES

Copy link

No pipelines are associated with this pull request.

using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.OData.Deltas;
Copy link
Member

Choose a reason for hiding this comment

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

I believe we usually place System directives first

Copy link
Contributor

@gathogojr gathogojr left a comment

Choose a reason for hiding this comment

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

Other than for the comment that Samuel left, it looks good to me

@xuzhg xuzhg merged commit 0d971da into main Jul 10, 2025
2 checks passed
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.

Enable DeltaSet<T> for minimal API parameter binding
3 participants