-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Update debugger contracts to 18.0.0-beta.25353.1 #79277
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
Conversation
Should this target main-vs-deps? |
I don't think that would work. We need to flow this change to dotnet-watch as well. Will sacrifice EnC integration tests for now. Since the debugger protocol is changing they would test legacy behavior that is not relevant anymore. |
5676534
to
6b7af96
Compare
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
@DustinCampbell ptal |
src/Features/Core/Portable/Contracts/EditAndContinue/IManagedHotReloadLanguageService.cs
Show resolved
Hide resolved
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
…rlier * upstream/main: (217 commits) Fix tests Fix tests Fix tests Fix tests Fix tests Fix tests Reduce allocations during CommonCompletionItem.Create (dotnet#79591) Fix tests Fix tests Fix tests Fix tests Add test Fix tests Add work item Fix eol handling on the last token in a file when formatting code actions remove unchecked values from tests [main] Source code updates from dotnet/dotnet (dotnet#79599) Nullable extensions: Add assertion to AsMemberOfType and handle failures (dotnet#79428) Avoid adding dependency on System.Threading.Channels to InteractiveHost (dotnet#79594) Update debugger contracts to 18.0.0-beta.25353.1 (dotnet#79277) ...
This reverts commit 6c7ade3.
Removes "allow partial updates" flag and the implementation of
UpdateBaselinesAsync
. The debugger has made the necessary changes.