David Wengier
David Wengier
Not sure how common this is, but I would expect that formatting of Razor components in the global namespace would not work. With on-type formatting specifically, editing these files could...
I think expecting you to fix the formatting engine is unreasonable. Maybe if we're really lucky, then we'd just need to change the numbers in this line from `2` and...
That's how they're indented _before_ we ask Roslyn to format the generated code, and then interpret the results.
> the solution to this is the use of virtual/abstract methods to create part of the template Do sections provide a viable alternative solution to this at all? https://learn.microsoft.com/en-us/aspnet/core/blazor/components/sections?view=aspnetcore-8.0
/azp run
/azp run
This was fixed by https://github.com/dotnet/razor/pull/8996
Fixed!! I'm taking the rest of the year off. https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=7157928&view=results is green
The issue here is in the `AutoClosingTagOnAutoInsertProvider` but the root cause is we're getting back odd answers when we ask the compiler for the owner of the position in the...
This doesn't repro any more, probably fixed by https://github.com/dotnet/razor/pull/8979 since that was the intent of the new API 😁