added json ignore tags because oc cyclic references in Logs
This commit is contained in:
parent
fc5e75cc9d
commit
f322c18c57
3 changed files with 8 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
using System.ComponentModel.DataAnnotations;
|
||||
using System;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace Lieb.Models.GuildWars2.Raid
|
||||
{
|
||||
|
@ -42,6 +42,7 @@ namespace Lieb.Models.GuildWars2.Raid
|
|||
|
||||
public int RaidId { get; set; }
|
||||
|
||||
[JsonIgnore(Condition = JsonIgnoreCondition.Always)]
|
||||
public Raid Raid { get; set; }
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue