Skip to content

Commit

Permalink
rem - Removed parts from debugger display
Browse files Browse the repository at this point in the history
---

We've removed non-array parts from the debugger display.

---

Type: rem
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Apr 4, 2024
1 parent 6bb3ddc commit 611a33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VisualCard/Parts/Card.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace VisualCard.Parts
/// <summary>
/// A vCard card instance
/// </summary>
[DebuggerDisplay("vCard version {CardVersion.ToString()}, parts: (P [{parts.Count}] | A [{partsArray.Count}] | S [{strings.Count}]), explicit kind: {kindExplicitlySpecified}")]
[DebuggerDisplay("vCard version {CardVersion.ToString()}, parts: (A [{partsArray.Count}] | S [{strings.Count}]), explicit kind: {kindExplicitlySpecified}")]
public class Card : IEquatable<Card>
{
internal bool kindExplicitlySpecified = false;
Expand Down

0 comments on commit 611a33a

Please sign in to comment.