You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GenerateConstructor code action fails spectacularly in some cases with @functions but not @code, (https://github.com/dotnet/aspnetcore/issues/26501) * 5 Days with the primary motivation being to figure out how to track spans after text edits have occurred.
Below is a list of known issues so far,
@section
formatting is messed up (https://github.com/dotnet/aspnetcore/issues/27710)Formats C# inside tags, (no longer repros)
@functions
but not@code
, (https://github.com/dotnet/aspnetcore/issues/26501) * 5 Days with the primary motivation being to figure out how to track spans after text edits have occurred.NewLines are removed unexpectedly in C# blocks with nested HTML (https://github.com/dotnet/aspnetcore/issues/26836)
1041173 (Fixed by LSPfication)
Newline after a nested C# block causes an exception,
Multi-line explicit expressions don't format correctly
Multi-line csharp expression indentation at the start of a block (https://github.com/dotnet/aspnetcore/issues/29200)
The text was updated successfully, but these errors were encountered: