David Wengier
David Wengier
@NormanM123 Thanks for the detailed info! I wish GitHub allowed me to move comment, as https://github.com/dotnet/razor/issues/6632 is the issue I was thinking of, and is the best one to track...
@SoulSeekkor I've copied your comment to a https://github.com/dotnet/razor/issues/10738 so it can be tracked separately. Each specific example of a formatting issue is a different fix, so separating things out makes...
> @davidwengier I'm not following the explanation why the second time would be different than the first here -- do we have a problem where a late dynamic registration isn't...
So under the intense load of the integration tests, which constantly close and create (ie, open) new solutions, I found that VS sometimes wouldn't shut the server down before the...
Okay, David is out. Going to work on the assumption that moving forward is better than backward, and merge this. If there are issues, we can always revert.
> It works in c# I'm afraid it doesn't:  Single line comments work like this in C#, but Razor has no concept of single line comments.
It occurs to me this could be a tooling request, not a compiler one, and when they say "you can't comment a section", they could mean the actual act of...
From the issue, seems like this might only happen after `@bind-Value`, so could be our regex in language-configuration.json needs to be updated to allow for @ signs.
Yep, you are correct. Looks like it only happens at the end of a line: 