Tests project and Resize bug
This commit is contained in:
@ -111,6 +111,8 @@ public class B_Metadata
|
||||
dictionary = new();
|
||||
else if (!fileInfo.Exists)
|
||||
dictionary = new();
|
||||
else if (!fileInfo.FullName.EndsWith(".json") && !fileInfo.FullName.EndsWith(".old"))
|
||||
throw new ArgumentException("must be a *.json file");
|
||||
else if (dateTimes.Any() && dateTimes.Max() > fileInfo.LastWriteTime)
|
||||
dictionary = new();
|
||||
else
|
||||
|
Reference in New Issue
Block a user