This commit is contained in:
Mike Phares 2023-04-01 12:43:27 -07:00
parent ee19be74d9
commit 3884ce824a

View File

@ -248,6 +248,7 @@ public class Person
if (!Directory.Exists(checkDirectory))
_ = Directory.CreateDirectory(checkDirectory);
_ = IPath.WriteAllText(Path.Combine(checkDirectory, $"{personKeyFormatted}.json"), json, updateDateWhenMatches: false, compareBeforeWrite: true);
log.Information($"Person saved ({personName.First.Value} {personName.Last.Value})");
}
log.Information(". . .");
}