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

null propagation: Fix Throw expression bug #1787

Merged
merged 1 commit into from Feb 25, 2024

Conversation

Throw expression is not allowed for technical
reasons inside more complex expression, such as
`TimeSpan.FromHours(1 + (throw ...)).Milliseconds`.
However, calling a method which throws is fine
(CIL stack doesn't need to be spilled).
@exyi exyi added the bug label Feb 25, 2024
@exyi exyi added this to the Version 4.2 milestone Feb 25, 2024
@tomasherceg tomasherceg merged commit 2304616 into main Feb 25, 2024
14 of 15 checks passed
@tomasherceg tomasherceg deleted the fix-uitest-validation-dateonly branch February 25, 2024 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants