Attempt to fix fody issues by ignoring new property

This commit is contained in:
Dean Herbert 2021-11-22 16:45:55 +09:00
parent 1cdfa6d9a0
commit a8bc1ab052
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ public class RealmBeatmap : RealmObject, IHasGuidPrimaryKey, IBeatmapInfo, IEqua
public RealmBeatmapSet? BeatmapSet { get; set; }
[Ignored]
public RealmNamedFileUsage? File => BeatmapSet?.Files.First(f => f.File.Hash == Hash);
public BeatmapSetOnlineStatus Status