dotnet/roslyn

Handle user typing Action<T> in a documentation comment

Open

#21.476 aperta il 12 ago 2017

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)C# (4257 fork)batch import
Area-IDEConcept-Design Debthelp wanted

Metriche repository

Star
 (20.414 star)
Metriche merge PR
 (Merge medio 6g 17h) (256 PR mergiate in 30 g)

Descrizione

Version Used: 15.3 Preview 7

⚠️ This feature is not ready to implement. It needs design work to understand all the specific cases we're interested in handling.

Steps to Reproduce:

  1. In an XML documentation comment, type Action<T> (as a set of keystrokes, not copy/paste)

Expected Behavior:

<see cref="Action{T}"/>

Actual Behavior:

Action<![CDATA[>]]>

Guida contributor