Zev Spitz
Zev Spitz
ping @BhaaLseN re #13
It may be just as simple as updating the Microsoft.VisualStudio.DebuggerVisualizers.dll reference to the one used by VS 2022. It may not be so simple, because [Microsoft deprecated the BinaryFormatter](https://learn.microsoft.com/en-us/visualstudio/debugger/create-custom-visualizers-of-data?view=vs-2019#special-debugger-side-considerations-for-net-50) used...
There is an enum at `ExpressionTreeToString.BuiltInRenderer`.  I don't know why Intellisense isn't displaying all the members, though: 
1. Hasn't this been implemented already? The linked PR seems to have been closed. 2. Is this / should it be implemented using .NET regular expressions? Or the VBScript regex...
@ErikSchierboom Do you have any experience producing an API reference? Do you have any thoughts about how this should be done?
@tommck What's being discussed here is auto-generating the documentation from XML docs. I don't think anyone is suggesting that the current situation -- "use Intellisense" -- is ideal. I think...
@tommck You obviously feel strongly about the issue; would you consider implementing this? xUnit is an open-source project after all. :)
@tommck You are correct WRT to conceptual documentation, that it requires knowledge of how to use xUnit, but that's not the only type of documentation there is. For starters, I...
Can you upload the lexer/parser class?
`RowCountChanged` is not getting called for the default value, in this case `1`. Therefore there are no row definitions, and `PerformLayout` returns early.