Try Catch on Serialize
Better Relation Data
This commit is contained in:
@ -10,7 +10,7 @@ internal class Value
|
||||
int id,
|
||||
int rev,
|
||||
Fields fields,
|
||||
Relation[] relations,
|
||||
WIQL.Relation[] relations,
|
||||
CommentVersionRef commentVersionRef,
|
||||
string url
|
||||
)
|
||||
@ -26,7 +26,7 @@ internal class Value
|
||||
[JsonPropertyName("commentVersionRef")] public CommentVersionRef CommentVersionRef { get; }
|
||||
[JsonPropertyName("fields")] public Fields Fields { get; }
|
||||
[JsonPropertyName("id")] public int Id { get; }
|
||||
[JsonPropertyName("relations")] public Relation[] Relations { get; }
|
||||
[JsonPropertyName("relations")] public WIQL.Relation[] Relations { get; }
|
||||
[JsonPropertyName("rev")] public int Rev { get; }
|
||||
[JsonPropertyName("url")] public string Url { get; }
|
||||
|
||||
|
Reference in New Issue
Block a user