diff --git a/Inspector/Inspector.csproj b/Inspector/Inspector.csproj index b7cfd56..8835a09 100644 --- a/Inspector/Inspector.csproj +++ b/Inspector/Inspector.csproj @@ -21,7 +21,7 @@ - + diff --git a/Inspector/Properties/launchSettings.json b/Inspector/Properties/launchSettings.json index 1fc8ef5..619a9ac 100644 --- a/Inspector/Properties/launchSettings.json +++ b/Inspector/Properties/launchSettings.json @@ -2,7 +2,7 @@ "profiles": { "Inspector": { "commandName": "Project", - "commandLineArgs": "-f \"G:\\_complete\\_\" -d \"M:\\inbound\"" + "commandLineArgs": "-f \"G:\\complete\\_\" -d \"M:\\inbound\"" } } } \ No newline at end of file diff --git a/Roadie.Api.Library.Tests/Roadie.Library.Tests.csproj b/Roadie.Api.Library.Tests/Roadie.Library.Tests.csproj index 8adb270..5d7c4d7 100644 --- a/Roadie.Api.Library.Tests/Roadie.Library.Tests.csproj +++ b/Roadie.Api.Library.Tests/Roadie.Library.Tests.csproj @@ -20,7 +20,7 @@ - + all diff --git a/Roadie.Api.Library/Data/CollectionPartial.cs b/Roadie.Api.Library/Data/CollectionPartial.cs index 6eef9dd..fe4af16 100644 --- a/Roadie.Api.Library/Data/CollectionPartial.cs +++ b/Roadie.Api.Library/Data/CollectionPartial.cs @@ -140,7 +140,7 @@ namespace Roadie.Library.Data MissingFieldFound = null, HasHeaderRecord = false }; - configuration.BadDataFound = context => Trace.WriteLine($"PositionArtistReleases: Bad data found on row '{context.RawRow}'", "Warning"); + configuration.BadDataFound = context => Trace.WriteLine($"PositionArtistReleases: Bad data found on row '{ context.Context.Parser.RawRow}'", "Warning"); using (var csv = new CsvReader(sr, configuration)) { while (csv.Read()) diff --git a/Roadie.Api.Library/Processors/EventMessageLogger.cs b/Roadie.Api.Library/Processors/EventMessageLogger.cs index 474c9ea..a7a8ef5 100644 --- a/Roadie.Api.Library/Processors/EventMessageLogger.cs +++ b/Roadie.Api.Library/Processors/EventMessageLogger.cs @@ -17,8 +17,7 @@ namespace Roadie.Library.Processors return true; } - public void Log(LogLevel logLevel, EventId eventId, TState state, Exception exception, - Func formatter) + public void Log(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func formatter) { Messages?.Invoke(this, new EventMessage { Level = logLevel, Message = formatter(state, exception) }); } diff --git a/Roadie.Api.Library/Roadie.Library.csproj b/Roadie.Api.Library/Roadie.Library.csproj index 7cbfeac..ba01d7b 100644 --- a/Roadie.Api.Library/Roadie.Library.csproj +++ b/Roadie.Api.Library/Roadie.Library.csproj @@ -9,38 +9,38 @@ - - - - - + + + + + - - - + + + - - - - + + + + - + - - - - + + + + - - + + - + diff --git a/Roadie.Api.Library/SearchEngines/MetaData/Audio/AudioMetaData.cs b/Roadie.Api.Library/SearchEngines/MetaData/Audio/AudioMetaData.cs index e7d84b7..c0d7bb7 100644 --- a/Roadie.Api.Library/SearchEngines/MetaData/Audio/AudioMetaData.cs +++ b/Roadie.Api.Library/SearchEngines/MetaData/Audio/AudioMetaData.cs @@ -4,6 +4,7 @@ using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; +using System.Runtime.Serialization; using System.Text.Json.Serialization; namespace Roadie.Library.MetaData.Audio @@ -139,6 +140,7 @@ namespace Roadie.Library.MetaData.Audio /// public string DiscSubTitle { get; set; } + [IgnoreDataMember] [JsonIgnore] public FileInfo FileInfo => _fileInfo ?? (_fileInfo = new FileInfo(Filename)); @@ -149,6 +151,7 @@ namespace Roadie.Library.MetaData.Audio public ICollection Genres { get; set; } + [IgnoreDataMember] [JsonIgnore] public IEnumerable Images { get; set; } diff --git a/Roadie.Api.Services/Roadie.Api.Services.csproj b/Roadie.Api.Services/Roadie.Api.Services.csproj index de81951..f223b28 100644 --- a/Roadie.Api.Services/Roadie.Api.Services.csproj +++ b/Roadie.Api.Services/Roadie.Api.Services.csproj @@ -6,11 +6,11 @@ - - + + - - + + diff --git a/Roadie.Api/Roadie.Api.csproj b/Roadie.Api/Roadie.Api.csproj index 291f7da..30651e6 100644 --- a/Roadie.Api/Roadie.Api.csproj +++ b/Roadie.Api/Roadie.Api.csproj @@ -30,29 +30,29 @@ - - - - - - - - - + + + + + + + + + - + - + - + - - + +