Skip to content

Conversation

@elinor-fung
Copy link
Member

  • Use type instantiation (instead of method) for formatting signature with class type variables
  • Handle creating instantiation for arrays to pass to signature formatting helper

Examples:

-System.Collections.Generic.Dictionary`2[[System.Int32, System.Private.CoreLib],[System.UInt64, System.Private.CoreLib]].Add(!!0, !!1)
+System.Collections.Generic.Dictionary`2[[System.Int32, System.Private.CoreLib],[System.UInt64, System.Private.CoreLib]].Add(Int32, UInt64)

-System.Object[].Set(Int32, !!0)
+System.Object[].Set(Int32, System.Object)

@ghost ghost added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Aug 19, 2024
@elinor-fung elinor-fung added area-Diagnostics-coreclr and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Aug 19, 2024
@dotnet-policy-service
Copy link
Contributor

Tagging subscribers to this area: @tommcdon
See info in area-owners.md if you want to be subscribed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants