Alex

Results 87 comments of Alex

I confirm the above; I've also seen this here and there on larger projects and slower machines, while it always seems to work fine in other cases, including tests

+1 to get this done; it conveniently enables declaring your route strings once in the entire application, especially making it easier for parameterless routes. It's been 4 years since a...

I had a look at the compiler and I believe it won't require too significant changes. Is it okay if I gave it a go and submitted a PR if...

Hey I'd love to have the PR merged too; check this comment for more info: https://github.com/dotnet/razor/pull/11805#pullrequestreview-2812981914 Basically the required change would introduce a new kind of token in the language,...

That's some very good improvement. I'm only not sure about returning a new byte[], we could have a parameter accepting a writable Span to contain the output bytes in. This...

Right I missed that. It's all good then

The action of adding a snippet adds multiple lines and thus exposes the lack of checking whether the invalidated line range is out of bounds. The call stack shows that...

As discussed in dotnet/csharplang#7222, this PR will only focus on fixing the `Color Color` cases of constant field initializers and enum field initializers. Namespace binding is not intended from the...