Can LinqPad show my <summary> comments on properties from my custom EF lib?

27 Views Asked by At

The Title already is the question. In details: I'm using LinqPad 7/8 and I use it to inspect a database based on my own custom EF library which contains the entity classes. All properties are documented in xml style and a .xml output is created by the compiler in the same directory where the .dll is. But LinqPad doesn't display my property comment when I hover over a property name or a result column header. Is that not a supported feature? Do I need to configure something?

Thanks!

1

There are 1 best solutions below

0
KarloX On

Ok, as @sgmoore pointed out, what I'm asking for is supported in the code editor but not in the results view and not in the schema explorer. I files a suggestion for this with LinqPad.