Closed Therzok closed 6 years ago
[sync] [VS-15] Comment by xamarinc
Fixed in version 7.8.0.891 (master)
Pull Request #6349 merged by: Marius Ungureanu
Author: mono
Commit: 220cdf3e78d416ee451af52f2133901a1f39429c (mono/monodevelop)
[sync] [VS-17] Comment by xamarinc
Fixed in version 7.7.0.1656 (release-7.7)
Pull Request #6361 merged by: Lluis Sanchez
Author: mono
Commit: 3ae063c58955fa118324fafca5cbcb9c37f8fc32 (mono/monodevelop)
[sync] [VS-20] Comment by xamarinc
Fixed in version 8.0.0.471 (release-8.0)
Pull Request #6349 merged by: Marius Ungureanu
Author: mono
Commit: 220cdf3e78d416ee451af52f2133901a1f39429c (mono/monodevelop)
[sync] [VS-23] Comment by xamarinc
Fixed in version 8.0.0.1738 (release-8.0)
Author: therzok
Commit: 53cf8bc015008547e4a49c161d2a512c2dc7ece1 (xamarin/monodevelop)
[sync] [VS-30] Comment by xamarinc
Fixed in version 8.6.0.802 (master)
Pull Request #6349 merged by: Marius Ungureanu
Author: mono
Commit: 220cdf3e78d416ee451af52f2133901a1f39429c (xamarin/monodevelop)
This whole bit of code is running on the UI thread.
Given that
UpdateFoldings
explicitly synchronizes to the UI thread, we should be running the outlining service calls at least on a background thread.