We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a6001 commit 0eca6d2Copy full SHA for 0eca6d2
LibGit2Sharp/TreeEntry.cs
@@ -1,4 +1,5 @@
1
using System;
2
+using System.Diagnostics;
3
using System.Globalization;
4
using System.Runtime.InteropServices;
5
using LibGit2Sharp.Core;
@@ -8,6 +9,7 @@ namespace LibGit2Sharp
8
9
/// <summary>
10
/// Representation of an entry in a <see cref="Tree"/>.
11
/// </summary>
12
+ [DebuggerDisplay("TreeEntry: {Path} => {TargetId}")]
13
public class TreeEntry : IEquatable<TreeEntry>
14
{
15
private readonly ObjectId parentTreeId;
0 commit comments