Reverted back BOM encoding of UTF-8 files

This commit is contained in:
Alex 2024-01-30 20:45:17 +00:00
parent 54243f0932
commit e1e63bee69
137 changed files with 137 additions and 137 deletions

View File

@ -1,4 +1,4 @@
{
{
"serverLocation": "E:\\spt\\Server",
"threads": 10,
"threadPoolingTimeoutMs": 1000,

View File

@ -1,4 +1,4 @@
namespace LootDumpProcessor.Logger;
namespace LootDumpProcessor.Logger;
public interface ILogger
{

View File

@ -1,4 +1,4 @@
namespace LootDumpProcessor.Logger;
namespace LootDumpProcessor.Logger;
public enum LogLevel
{

View File

@ -1,4 +1,4 @@
namespace LootDumpProcessor.Logger;
namespace LootDumpProcessor.Logger;
public static class LoggerFactory
{

View File

@ -1,4 +1,4 @@
using System.Collections.Concurrent;
using System.Collections.Concurrent;
namespace LootDumpProcessor.Logger;

View File

@ -1,4 +1,4 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308

View File

@ -1,4 +1,4 @@
using LootDumpProcessor.Model.Config;
using LootDumpProcessor.Model.Config;
using LootDumpProcessor.Model.Output.StaticContainer;
using LootDumpProcessor.Process;
using LootDumpProcessor.Serializers.Json;

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using LootDumpProcessor.Model.Processing;
using LootDumpProcessor.Utils;
using Newtonsoft.Json;

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using LootDumpProcessor.Process.Collector;
using Newtonsoft.Json;

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using LootDumpProcessor.Serializers.Json;
using Newtonsoft.Json;

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using LootDumpProcessor.Storage;
using Newtonsoft.Json;

View File

@ -1,4 +1,4 @@
using LootDumpProcessor.Model.Output.StaticContainer;
using LootDumpProcessor.Model.Output.StaticContainer;
using YamlDotNet.Serialization;
namespace LootDumpProcessor.Model.Config;

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using LootDumpProcessor.Process.Reader;
using LootDumpProcessor.Process.Reader.Intake;
using Newtonsoft.Json;

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using LootDumpProcessor.Logger;
using Newtonsoft.Json;

View File

@ -1,4 +1,4 @@
using YamlDotNet.Serialization;
using YamlDotNet.Serialization;
namespace LootDumpProcessor.Model.Config;

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using LootDumpProcessor.Process.Reader.PreProcess;
using Newtonsoft.Json;

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model.Config;

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using LootDumpProcessor.Process.Reader.Filters;
using Newtonsoft.Json;

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model.Config;

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using LootDumpProcessor.Utils;
using Newtonsoft.Json;

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model.Input

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model.Input

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model.Input

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model.Input

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model.Input

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model.Input

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model.Input

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model.Input

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model.Input

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model.Input

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model.Input

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model.Input

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using LootDumpProcessor.Utils;
using Newtonsoft.Json;

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model.Output;

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model.Output;

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model.Output

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model.Output

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model.Output.LooseLoot

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model.Output.LooseLoot

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model.Output.LooseLoot

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model.Output.LooseLoot

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model.Output.StaticContainer

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model.Output.StaticContainer

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model.Output.StaticContainer;

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
using YamlDotNet.Serialization;

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model.Output;

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model.Output

View File

@ -1,4 +1,4 @@
namespace LootDumpProcessor.Model.Processing;
namespace LootDumpProcessor.Model.Processing;
public static class BaseClasses
{

View File

@ -1,4 +1,4 @@
using LootDumpProcessor.Model.Input;
using LootDumpProcessor.Model.Input;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model.Processing;

View File

@ -1,4 +1,4 @@
namespace LootDumpProcessor.Model.Processing;
namespace LootDumpProcessor.Model.Processing;
public class CaliberTemplateCount
{

View File

@ -1,4 +1,4 @@
using LootDumpProcessor.Storage;
using LootDumpProcessor.Storage;
namespace LootDumpProcessor.Model.Processing;

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using LootDumpProcessor.Storage;
using LootDumpProcessor.Utils;
using Newtonsoft.Json;

View File

@ -1,4 +1,4 @@
using System.Text.RegularExpressions;
using System.Text.RegularExpressions;
using LootDumpProcessor.Storage;
namespace LootDumpProcessor.Model.Processing;

View File

@ -1,4 +1,4 @@
using LootDumpProcessor.Storage;
using LootDumpProcessor.Storage;
namespace LootDumpProcessor.Model.Processing;

View File

@ -1,4 +1,4 @@
using LootDumpProcessor.Serializers.Json.Converters;
using LootDumpProcessor.Serializers.Json.Converters;
using LootDumpProcessor.Storage;
namespace LootDumpProcessor.Model.Processing;

View File

@ -1,4 +1,4 @@
namespace LootDumpProcessor.Model.Processing;
namespace LootDumpProcessor.Model.Processing;
public class PreProcessedStaticLoot
{

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model

View File

@ -1,4 +1,4 @@
namespace LootDumpProcessor.Model.Tarkov;
namespace LootDumpProcessor.Model.Tarkov;
public class Category
{

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model.Tarkov;

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using LootDumpProcessor.Storage;
using LootDumpProcessor.Utils;
using Newtonsoft.Json;

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using LootDumpProcessor.Process.Processor;
using LootDumpProcessor.Utils;
using Newtonsoft.Json;

View File

@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using Newtonsoft.Json;
namespace LootDumpProcessor.Model

View File

@ -1,4 +1,4 @@
namespace LootDumpProcessor.Process.Collector;
namespace LootDumpProcessor.Process.Collector;
public static class CollectorFactory
{

View File

@ -1,4 +1,4 @@
namespace LootDumpProcessor.Process.Collector;
namespace LootDumpProcessor.Process.Collector;
public enum CollectorType
{

View File

@ -1,4 +1,4 @@
using LootDumpProcessor.Model.Processing;
using LootDumpProcessor.Model.Processing;
using LootDumpProcessor.Serializers.Json;
namespace LootDumpProcessor.Process.Collector;

View File

@ -1,4 +1,4 @@
using LootDumpProcessor.Model.Processing;
using LootDumpProcessor.Model.Processing;
namespace LootDumpProcessor.Process.Collector;

View File

@ -1,4 +1,4 @@
using LootDumpProcessor.Model.Processing;
using LootDumpProcessor.Model.Processing;
namespace LootDumpProcessor.Process.Collector;

View File

@ -1,4 +1,4 @@
namespace LootDumpProcessor.Process;
namespace LootDumpProcessor.Process;
public interface IPipeline
{

View File

@ -1,4 +1,4 @@
namespace LootDumpProcessor.Process;
namespace LootDumpProcessor.Process;
public enum OutputFileType
{

View File

@ -1,4 +1,4 @@
namespace LootDumpProcessor.Process;
namespace LootDumpProcessor.Process;
public static class PipelineFactory
{

View File

@ -1,4 +1,4 @@
namespace LootDumpProcessor.Process.Processor.DumpProcessor;
namespace LootDumpProcessor.Process.Processor.DumpProcessor;
public static class DumpProcessorFactory
{

View File

@ -1,4 +1,4 @@
using LootDumpProcessor.Model.Processing;
using LootDumpProcessor.Model.Processing;
namespace LootDumpProcessor.Process.Processor.DumpProcessor;

View File

@ -1,4 +1,4 @@
using System.Collections.Concurrent;
using System.Collections.Concurrent;
using LootDumpProcessor.Logger;
using LootDumpProcessor.Model;
using LootDumpProcessor.Model.Input;

View File

@ -1,4 +1,4 @@
using LootDumpProcessor.Logger;
using LootDumpProcessor.Logger;
using LootDumpProcessor.Model;
using LootDumpProcessor.Model.Processing;
using LootDumpProcessor.Storage;

View File

@ -1,4 +1,4 @@
namespace LootDumpProcessor.Process.Processor.FileProcessor;
namespace LootDumpProcessor.Process.Processor.FileProcessor;
public static class FileProcessorFactory
{

View File

@ -1,4 +1,4 @@
using LootDumpProcessor.Model.Processing;
using LootDumpProcessor.Model.Processing;
namespace LootDumpProcessor.Process.Processor.FileProcessor;

View File

@ -1,4 +1,4 @@
using LootDumpProcessor.Logger;
using LootDumpProcessor.Logger;
using LootDumpProcessor.Model;
using LootDumpProcessor.Model.Output;
using LootDumpProcessor.Model.Output.LooseLoot;

View File

@ -1,4 +1,4 @@
using LootDumpProcessor.Model;
using LootDumpProcessor.Model;
using LootDumpProcessor.Model.Input;
using LootDumpProcessor.Model.Output;
using LootDumpProcessor.Model.Output.StaticContainer;

View File

@ -1,4 +1,4 @@
using System.Collections.Concurrent;
using System.Collections.Concurrent;
using LootDumpProcessor.Logger;
using LootDumpProcessor.Process.Collector;
using LootDumpProcessor.Process.Processor;

View File

@ -1,4 +1,4 @@
namespace LootDumpProcessor.Process.Reader.Filters;
namespace LootDumpProcessor.Process.Reader.Filters;
public static class FileFilterFactory
{

View File

@ -1,4 +1,4 @@
namespace LootDumpProcessor.Process.Reader.Filters;
namespace LootDumpProcessor.Process.Reader.Filters;
public enum FileFilterTypes
{

View File

@ -1,4 +1,4 @@
namespace LootDumpProcessor.Process.Reader.Filters;
namespace LootDumpProcessor.Process.Reader.Filters;
public interface IFileFilter
{

View File

@ -1,4 +1,4 @@
using System.Globalization;
using System.Globalization;
using System.Text.RegularExpressions;
using LootDumpProcessor.Logger;

View File

@ -1,4 +1,4 @@
using LootDumpProcessor.Model.Processing;
using LootDumpProcessor.Model.Processing;
namespace LootDumpProcessor.Process.Reader.Intake;

View File

@ -1,4 +1,4 @@
namespace LootDumpProcessor.Process.Reader.Intake;
namespace LootDumpProcessor.Process.Reader.Intake;
public static class IntakeReaderFactory
{

View File

@ -1,4 +1,4 @@
namespace LootDumpProcessor.Process.Reader.Intake;
namespace LootDumpProcessor.Process.Reader.Intake;
public enum IntakeReaderTypes
{

View File

@ -1,4 +1,4 @@
using System.Collections.Concurrent;
using System.Collections.Concurrent;
using LootDumpProcessor.Logger;
using LootDumpProcessor.Model.Input;
using LootDumpProcessor.Model.Processing;

View File

@ -1,4 +1,4 @@
using LootDumpProcessor.Logger;
using LootDumpProcessor.Logger;
namespace LootDumpProcessor.Process.Reader.PreProcess;

View File

@ -1,4 +1,4 @@
namespace LootDumpProcessor.Process.Reader.PreProcess;
namespace LootDumpProcessor.Process.Reader.PreProcess;
public interface IPreProcessReader
{

View File

@ -1,4 +1,4 @@
namespace LootDumpProcessor.Process.Reader.PreProcess;
namespace LootDumpProcessor.Process.Reader.PreProcess;
public static class PreProcessReaderFactory
{

View File

@ -1,4 +1,4 @@
namespace LootDumpProcessor.Process.Reader.PreProcess;
namespace LootDumpProcessor.Process.Reader.PreProcess;
public enum PreProcessReaderTypes
{

View File

@ -1,4 +1,4 @@
using LootDumpProcessor.Logger;
using LootDumpProcessor.Logger;
using SevenZip;
using SevenZip.Sdk.Compression.Lzma;

View File

@ -1,4 +1,4 @@
using LootDumpProcessor.Logger;
using LootDumpProcessor.Logger;
using LootDumpProcessor.Model.Tarkov;
using LootDumpProcessor.Serializers.Json;

View File

@ -1,4 +1,4 @@
using LootDumpProcessor.Model.Output;
using LootDumpProcessor.Model.Output;
using LootDumpProcessor.Model.Output.LooseLoot;
using LootDumpProcessor.Model.Output.StaticContainer;
using LootDumpProcessor.Serializers.Json;

View File

@ -1,4 +1,4 @@
namespace LootDumpProcessor.Process.Writer;
namespace LootDumpProcessor.Process.Writer;
public interface IWriter
{

View File

@ -1,4 +1,4 @@
namespace LootDumpProcessor.Process.Writer;
namespace LootDumpProcessor.Process.Writer;
public static class WriterFactory
{

View File

@ -1,4 +1,4 @@
using LootDumpProcessor.Logger;
using LootDumpProcessor.Logger;
using LootDumpProcessor.Process;
using LootDumpProcessor.Storage;

View File

@ -1,4 +1,4 @@
namespace LootDumpProcessor.Serializers;
namespace LootDumpProcessor.Serializers;
public interface ISerializer
{

Some files were not shown because too many files have changed in this diff Show More