Skip to content

Commit da12803

Browse files
Update Sample App's Sample ToString method for helping with Debugging/UIA
1 parent ee38f3a commit da12803

File tree

1 file changed

+5
-0
lines changed
  • Microsoft.Toolkit.Uwp.SampleApp/Models

1 file changed

+5
-0
lines changed

Microsoft.Toolkit.Uwp.SampleApp/Models/Sample.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,5 +708,10 @@ public class GitRefObject
708708
[JsonPropertyName("sha")]
709709
public string Sha { get; set; }
710710
}
711+
712+
public override string ToString()
713+
{
714+
return $"SampleApp.Sample<{CategoryName}.{Subcategory}.{Name}>";
715+
}
711716
}
712717
}

0 commit comments

Comments
 (0)