We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Information
Describe the bug
The [DebuggerDisplay] attribute on Paragraph references a field that no longer exists:
[DebuggerDisplay]
Paragraph
spectre.console/src/Spectre.Console/Widgets/Paragraph.cs
Lines 7 to 8 in 8da05bc
This causes an error message to be rendered in a debugger if inspecting a Paragraph instance.
To Reproduce
View an instance of Paragraph in a debugger such as Visual Studio.
Expected behavior
No error is shown.
Screenshots
The text was updated successfully, but these errors were encountered:
Opened #1477 to remove the attribute as there appears to be no member that is a trivial equivalent.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Information
Describe the bug
The
[DebuggerDisplay]
attribute onParagraph
references a field that no longer exists:spectre.console/src/Spectre.Console/Widgets/Paragraph.cs
Lines 7 to 8 in 8da05bc
This causes an error message to be rendered in a debugger if inspecting a
Paragraph
instance.To Reproduce
View an instance of
Paragraph
in a debugger such as Visual Studio.Expected behavior
No error is shown.
Screenshots
The text was updated successfully, but these errors were encountered: