AA.Compare Project to Match not runToDoCollectionFirst
Removed Layered AppSettings with Nested Objects at First Level
This commit is contained in:
@ -51,7 +51,8 @@ public record FileHolder(DateTime? CreationTime,
|
||||
public static FileHolder Get(FilePath filePath, int? id)
|
||||
{
|
||||
FileHolder result;
|
||||
result = new(new(filePath.CreationTicks),
|
||||
DateTime dateTime = new(filePath.CreationTicks);
|
||||
result = new(dateTime,
|
||||
filePath.DirectoryFullPath,
|
||||
true,
|
||||
filePath.ExtensionLowered,
|
||||
|
Reference in New Issue
Block a user