From cb891b4fcfacfeb553e737e7ddc41a52a808e4ba Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Mon, 22 May 2023 22:17:03 -0700 Subject: [PATCH] Removed ThumbHasher missed project reference --- Date-Group/Date-Group.csproj | 1 - Date-Group/DateGroup.cs | 3 +-- Property/Models/A_Property.cs | 2 +- Tests/Tests.csproj | 1 - .../TestsWithFaceRecognitionDotNet.csproj | 1 - 5 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Date-Group/Date-Group.csproj b/Date-Group/Date-Group.csproj index dbdeb3b..a64e4c7 100644 --- a/Date-Group/Date-Group.csproj +++ b/Date-Group/Date-Group.csproj @@ -52,7 +52,6 @@ - diff --git a/Date-Group/DateGroup.cs b/Date-Group/DateGroup.cs index 5420c39..0b36461 100644 --- a/Date-Group/DateGroup.cs +++ b/Date-Group/DateGroup.cs @@ -65,8 +65,7 @@ public class DateGroup throw new Exception(); if (propertyConfiguration.PopulatePropertyId && (configuration.ByCreateDateShortcut || configuration.ByHash) && Shared.Models.Stateless.Methods.IProperty.Any(containers)) { - IThumbHasher? thumbHasher = new ThumbHash.Models.C2_ThumbHasher(); - propertyLogic.SavePropertyParallelWork(ticks, t, containers, thumbHasher); + propertyLogic.SavePropertyParallelWork(ticks, t, containers); if (appSettings.MaxDegreeOfParallelism < 2) ticks = LogDelta(ticks, nameof(A_Property.SavePropertyParallelWork)); if (propertyLogic.ExceptionsDirectories.Any()) diff --git a/Property/Models/A_Property.cs b/Property/Models/A_Property.cs index df01bf8..5686c6a 100644 --- a/Property/Models/A_Property.cs +++ b/Property/Models/A_Property.cs @@ -463,7 +463,7 @@ public class A_Property SetAngleBracketCollection(aResultsFullGroupDirectory, sourceDirectory, anyNullOrNoIsUniqueFileName); } - public void SavePropertyParallelWork(long ticks, int t, Container[] containers, Shared.Models.Methods.IThumbHasher? thumbHasher) + public void SavePropertyParallelWork(long ticks, int t, Container[] containers) { if (_Log is null) throw new NullReferenceException(nameof(_Log)); diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 62464e6..4fe1464 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -45,7 +45,6 @@ - diff --git a/TestsWithFaceRecognitionDotNet/TestsWithFaceRecognitionDotNet.csproj b/TestsWithFaceRecognitionDotNet/TestsWithFaceRecognitionDotNet.csproj index 96709c7..a34af6e 100644 --- a/TestsWithFaceRecognitionDotNet/TestsWithFaceRecognitionDotNet.csproj +++ b/TestsWithFaceRecognitionDotNet/TestsWithFaceRecognitionDotNet.csproj @@ -46,7 +46,6 @@ -