BrandonStudio opened a new pull request, #634:
URL: https://github.com/apache/lucenenet/pull/634
It is so hard to debug without a friendly display. I just add a
`DebuggerDisplay` for `SegToken`, you can also add one for `SegTokenPair` and
others.
In C# 10, the attribute should be
```csharp
[System.Diagnostics.DebuggerDisplay($"\{new string({nameof(CharArray)})\}"]
```
You can also override the `ToString` method instead.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]