Skip to content

Commit 19b8c33

Browse files
committed
Fix tests and analyzers
1 parent 729aab6 commit 19b8c33

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/BizHawk.Client.Common/RecentFiles.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ namespace BizHawk.Client.Common
66
{
77
public class RecentFiles
88
{
9+
[JsonInclude]
10+
[JsonPropertyOrder(-1)]
911
// ReSharper disable once FieldCanBeMadeReadOnly.Local
1012
private List<string> recentlist;
1113

0 commit comments

Comments
 (0)