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

Upcast/downcast old ExclusiveMin/Max #1962

Closed
darrelmiller opened this issue Nov 26, 2024 · 0 comments · Fixed by #2172
Closed

Upcast/downcast old ExclusiveMin/Max #1962

darrelmiller opened this issue Nov 26, 2024 · 0 comments · Fixed by #2172
Assignees
Labels
priority:p1 High priority but not blocking. Causes major but not critical loss of functionality SLA <=7days
Milestone

Comments

@darrelmiller
Copy link
Member

Upcast from 2/3 to 3.1

If ExclusiveMin/Max is true
Copy Min/Max value to ExclusiveMin/Max value and remove Min/Max keyword

if ExclusiveMin/Max is false
do nothing

Downcast from 3.1 to earlier

if ExclusiveMin/Max has non-null value
Write ExclusiveMin/Max as true and write min/max value

@darrelmiller darrelmiller added this to the NET:2.0 milestone Nov 26, 2024
@darrelmiller darrelmiller added the priority:p1 High priority but not blocking. Causes major but not critical loss of functionality SLA <=7days label Feb 19, 2025
@baywet baywet self-assigned this Feb 26, 2025
@baywet baywet modified the milestones: v2-Preview11, v2-Preview10 Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:p1 High priority but not blocking. Causes major but not critical loss of functionality SLA <=7days
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants