ExpressionTreeVisualizer icon indicating copy to clipboard operation
ExpressionTreeVisualizer copied to clipboard

Parse XML doc on System.Linq.Expressions types and provide on visualizer

Open zspitz opened this issue 6 years ago • 2 comments

Provide documentation in tooltip for:

  • [ ] Property
  • [ ] Node type
  • [ ] Concrete object type, or narrowest public subtype (or interface?)

zspitz avatar Mar 20 '19 01:03 zspitz

https://docs.microsoft.com/en-us/dotnet/framework/unmanaged-api/metadata/imetadatadispenser-interface

zspitz avatar Jun 21 '19 07:06 zspitz

Or use https://www.mono-project.com/docs/tools+libraries/libraries/Mono.Cecil/ and store the XML doc in the assembly.

zspitz avatar Jun 21 '19 07:06 zspitz