diff --git a/2LCS/2LCS.csproj b/2LCS/2LCS.csproj index bb28dd6..bd0b248 100644 --- a/2LCS/2LCS.csproj +++ b/2LCS/2LCS.csproj @@ -91,7 +91,7 @@ - + 33.0.1 diff --git a/2LCS/App.config b/2LCS/App.config index f0507fe..efdd526 100644 --- a/2LCS/App.config +++ b/2LCS/App.config @@ -1,14 +1,14 @@ - - - - -
- - - - - - + + + + +
+ + + + + + @@ -70,26 +70,26 @@ False - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/2LCS/AssetLibrary/AssetLibrarySearch.cs b/2LCS/AssetLibrary/AssetLibrarySearch.cs index 451edfb..e098931 100644 --- a/2LCS/AssetLibrary/AssetLibrarySearch.cs +++ b/2LCS/AssetLibrary/AssetLibrarySearch.cs @@ -1,6 +1,7 @@ using AutoMapper; using CsvHelper; using LCS.JsonObjects; +using Microsoft.Extensions.Logging.Abstractions; using System; using System.Collections.Generic; using System.Data; @@ -37,7 +38,7 @@ private void search_Click(object sender, EventArgs e) var assetVersionsForExportList = new List(); var config = new MapperConfiguration( - cfg => cfg.CreateMap()); + cfg => cfg.CreateMap(), NullLoggerFactory.Instance); var mapper = config.CreateMapper(); // linear with progress, only assets in date range