Skip to content

Commit 35b8d01

Browse files
committed
Add DebuggerDisplay attribute to Link
1 parent e335835 commit 35b8d01

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/corelib/Core/Domain/Link.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
namespace net.openstack.Core.Domain
22
{
3+
using System.Diagnostics;
34
using Newtonsoft.Json;
45

56
/// <summary>
@@ -8,6 +9,7 @@ namespace net.openstack.Core.Domain
89
/// <seealso href="http://docs.openstack.org/api/openstack-compute/2/content/LinksReferences.html">Links and References (OpenStack Compute API v2 and Extensions Reference)</seealso>
910
/// <threadsafety static="true" instance="false"/>
1011
[JsonObject(MemberSerialization.OptIn)]
12+
[DebuggerDisplay("{Rel,nq}: {Href,nq}")]
1113
public class Link
1214
{
1315
/// <summary>

0 commit comments

Comments
 (0)