major refactoring, maybe some bugfixes, idk
This commit is contained in:
		| @@ -9,7 +9,7 @@ namespace MareSynchronos.Factories | ||||
|         public FileCache Create(string file) | ||||
|         { | ||||
|             FileInfo fileInfo = new(file); | ||||
|             string sha1Hash = Crypto.GetFileHash(fileInfo.FullName); | ||||
|             var sha1Hash = Crypto.GetFileHash(fileInfo.FullName); | ||||
|             return new FileCache() | ||||
|             { | ||||
|                 Filepath = fileInfo.FullName, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Stanley Dimant
					Stanley Dimant