Lifeng Lu
Lifeng Lu
We run into a bug recently when we clean up code for other thread validation rules. Basically, add SwitchToUIThread to ensure code to use thread bound COM object on the...
When two caller accesses the same AsyncLazy, it can end up with the second caller's continuation code to be executed inside the first caller's stack, which can cause some odd...
Not sure anyone uses that. But it appears that this CompletionSource is not implemented correctly. It is not being set when any read lock is released, or any request is...
We noticed some JoinableTask/Project lock hangs due to the JTF holding a lock (and switching to UI thread) is not added to the lock service collection, even those JTFs are...
not a problem when ETW trace is not enabled. But when I turn it on to investigate potential lock contentions, I notice contentions in the AsyncReaderWriterLock, but further investigating shows...
I remember the bug #94 was fixed. But when I removed 'set', and imported collection becomes empty. I noticed it in a recent d16.0stg build.
Repro: 1, Open Roslyn solution, after everything settled, close VS. 2, Restart VS, open Roslyn solution again, notice it reaches intellisense ready state quickly after the solution explorer shows the...
#### Is your feature request related to a problem? Please describe. When solution loading moves towards async, it exposes new issues inside VS product. Some original background tasks would be...
This PR is to address #1273. It is to allow other feature to detect whether a blocking waiting task is actually blocking the main thread. It could allow code to...
I saw that in the latest 17.2 branch build. Actually when I open the project-system repo: 1. Somehow NuGet restore failed, due to: > NU1301 Unable to load the service...