Ryan Brandenburg
Ryan Brandenburg
@Tragetaschen thanks for the report and Gif! My first instinct is that what you're seeing is the SemanticTokens requests "stacking" on each-other while you type (but none of them completing...
Oh jeez, wrong button, obviously still work to do here.
@Tragetaschen thanks for the data, we're taking a look now but initial impressions are that this is actually a performance issue. Most of the coloration requests are timing out, which...
For the tests to be added later we can start by porting the behavior from Microsoft.Test.Apex.Razor in the VS repo. That may still involve some significant work because a lot...
Talked with @JoeRobich offline, [Roslyn runs on VS Main here](https://github.com/dotnet/roslyn/blob/main/azure-pipelines-integration-dartlab.yml). We're not currently allowed to turn that on in an automated way, but I can start working on it with...
I've got the Tests running against VS Main now, just need to put them on a schedule, build against each commit in razor/tooling:main and hopefully make sure they're the only...
Here's an example failure: https://dev.azure.com/dnceng/public/_build/results?buildId=1729510&view=results
The fact that it doesn't totally burn down from assembly issues is at least progress.
@MarvinKlein1508: regarding circle 3, we made a bunch of changes to Razor coloration in VS with an eye toward accessibility and a more visually pleasing Razor page, of which `Razor...
A good resolution here would be that VS provides explicit colors for all "basic" classifications rather than relying on the default to "Plain Text".