Ryan Brandenburg
Ryan Brandenburg
We need `DocumentContextFactory` access to happen in a controlled manner which is not vulnerable to concurrency issues, which almost certainly means it needs to happen on the `RazorRequestContextFactory`. One idea...
CLaSP intentionally omits any depiction of the classes described in the LSP specification to keep things flexible and widely available. IMO this has achieved its goals WRT flexibility, but it...
In https://github.com/dotnet/roslyn/pull/66998 we needed to disable the check that no other methods are called before initialize and initialized because of threading issues, but we should re-enable that check (from within...
WebTools is setting a custom `ActivityTracingStrategy` in order to make events correlate-able in LogHub, we should investigate doing something similar and what that could buy us.
They currently fail with a couple of problems. Some of those issues are on the WebTools/Platform end (https://devdiv.visualstudio.com/DevDiv/_git/WebTools/pullrequest/444996, https://devdiv.visualstudio.com/DevDiv/_git/WebTools/pullrequest/444453 and https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1715306/) once those are resolved and merged we should re-visit.
The Diagnostic Integration tests are experiencing instability due to https://devdiv.visualstudio.com/DevDiv/_git/WebTools/pullrequest/444453, https://devdiv.visualstudio.com/DevDiv/_git/WebTools/pullrequest/444996 and https://github.com/dotnet/razor/issues/7942. We've skipped them for now, but we want to bring them back ASAP.
1. In the integration tests InitializeAsync step, instead of opening the Index.razor file as the first step create a new file with the same contents as it. 2. This will...
Some suggestions that were broadly agreed with: 1. "
It would be nice to add targets/properties to allow code coverage report generation out of the box in Arcade. Bonus points if it produces a format that AZDO pipelines can...