-
Notifications
You must be signed in to change notification settings - Fork 4k
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
[17.10] Disable nullable comparison optimization for decimals #73572
[17.10] Disable nullable comparison optimization for decimals #73572
Conversation
In what version of VS 17.10 this will be deployed? |
This is planned for VS 17.10.1, i.e., the next version |
I assume a new SDK version with the fix will be released at the same time as VS 17.10.1? |
So, has this been fixed in 17.10.1? Because the release notes page still mentions the known issue. |
Sorry, it looks like the fix did not make it into SDK 8.0.301, it should be part of some future 8.0.3xx version. I think it should be fixed in VS 17.10.1 (if you build from inside VS). |
Is it fixed in SDK 8.0.302? |
17.10.3 already, and the bug still exist in known issues 🤷♂️ |
If you build from VS 17.10.1 and later versions, this bug should not be there. But if you have SDK 8.0.3xx (and build using |
TBH I find this quite irritating. The bug was so severe that it:
But still, now 6 weeks later, there is no SDK release with the fix. In my opinion, the SDK is way more important than VS because the SDK is what actually compiles our release software on build agents. |
Can any one confirm that this was deployed in 8.0.303? |
Yes, this fix is part of SDK 8.0.303. |
Cherry-pick of #73536.
QB issue: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2060321