dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
18.92k stars 4.02k forks source link

Type name of EditorFeaturesOnTheFlyDocsElement appears at the end of QuickInfo in Razor component #75106

Open svick opened 1 week ago

svick commented 1 week ago

Version Used: VS 17.11.3, 17.12.0 Preview 2.0

Steps to Reproduce:

Hover over a piece of code in a Blazor component file (.razor).

Expected Behavior: QuickInfo shows normally.

Actual Behavior:

QuickInfo shows with the string Microsoft.CodeAnalysis.Editor.Implementation.IntelliSense.QuickInfo.EditorFeaturesOnTheFlyDocsElement (the output of calling ToString()?) appended at the end:

FM1973 commented 3 days ago

The same in 17.11.4