-
Notifications
You must be signed in to change notification settings - Fork 797
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
Cancellable: set token in more places #18283
Conversation
❗ Release notes required
|
a51a17e
to
3e8fe33
Compare
What is the proper way to update the ILVerify tests? I've tried to run
The FSharp.Core.dll file does exist in that location. Also, could we somehow make it work in other shells? |
@auduchinok so at least for Windows, this should run in the PowerShell 7. Since many people have had a hiccup here, I agree this should be improved... |
@psfinaki I've installed another PowerShell version, but it did not help:
The dll still exists. |
|
Could someone please take a look? 🙂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @auduchinok - I've updated the baselines.
Fixes #18278.
I do agree that a more general approach would be better, but for now I'd like to fix the places where our asserts are triggering. It also helps to see different places we'll need to take into account when something like
cancellableTask
exists.