roslyn icon indicating copy to clipboard operation
roslyn copied to clipboard

Extensions: public API follow-ups

Open jcouv opened this issue 10 months ago • 0 comments

This issue is referenced in source/tests.

The list includes:

  • [ ] Should the GetMemberGroup API be adapted for the new scenario where a property access could refer to one of multiple properties?
  • [ ] we need a public API for ExtensionName to support symbol display in VB
  • [ ] LookupStaticMembers should return extension static members
  • [ ] New API to pair symbols for FAR? (similar to TryGetCorrespondingExtensionImplementationMethod)
  • [ ] Normalize whitespaces
  • [ ] Test IOperation
  • [ ] Test GetSpeculativeSymbolInfo
  • [ ] Test IsAccessible
  • [ ] Improve handling of BoundBadExpression in GetMemberGroup
  • [ ] Fix arity in symbol display for VB

Relates to test plan https://github.com/dotnet/roslyn/issues/76130

jcouv avatar Jun 13 '25 17:06 jcouv