Skip to content

Revert "Update Roslyn snapshot when editorconfig is updated#26374

Merged
jasonmalinowski merged 1 commit intodotnet:dev15.7.xfrom
jasonmalinowski:revert-editorconfig-update-support
Apr 25, 2018
Merged

Revert "Update Roslyn snapshot when editorconfig is updated#26374
jasonmalinowski merged 1 commit intodotnet:dev15.7.xfrom
jasonmalinowski:revert-editorconfig-update-support

Conversation

@jasonmalinowski
Copy link
Copy Markdown
Member

This reverts commit f56d67a. We are seeing deadlocks where our code tries to fetch the options for a file, and that code runs on the background thread. The background thread is trying to hop back to the foreground thread to apply file watchers for .editorconfig files.

… it only… (dotnet#26221)"

This reverts commit f56d67a.
We are seeing deadlocks where our code tries to fetch the options
for a file, and that code runs on the background thread. The background
thread is trying to hop back to the foreground thread to apply file
watchers for .editorconfig files.
@jasonmalinowski jasonmalinowski requested a review from a team as a code owner April 25, 2018 00:37
@jasonmalinowski jasonmalinowski merged commit b0be5ea into dotnet:dev15.7.x Apr 25, 2018
@jasonmalinowski jasonmalinowski deleted the revert-editorconfig-update-support branch May 3, 2018 20:34
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.

3 participants