From 4d215c0ac377be5063b689906353530e205dc649 Mon Sep 17 00:00:00 2001 From: SoulStar Date: Fri, 15 May 2026 15:22:51 +0800 Subject: [PATCH] =?UTF-8?q?feat=20-=20=E6=B7=BB=E5=8A=A0=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E5=88=A4=E5=AE=9A=EF=BC=8C=E8=AE=BE=E7=BD=AE=E5=BE=AA=E7=8E=AF?= =?UTF-8?q?=E5=86=99=E5=85=A5=E6=AC=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SlnMesnac.Common.csproj.lscache | 226 ++++++++ SlnMesnac.Config/DeviceInfoConfig.cs | 5 + .../SlnMesnac.Config.csproj.lscache | 219 ++++++++ .../SlnMesnac.Extensions.csproj.lscache | 281 ++++++++++ SlnMesnac.Ioc/SlnMesnac.Ioc.csproj.lscache | 429 ++++++++++++++ .../SlnMesnac.Model.csproj.lscache | 241 ++++++++ .../SlnMesnac.Repository.csproj.lscache | 260 +++++++++ SlnMesnac.Rfid/Factory/RflyFactory.cs | 4 +- SlnMesnac.Rfid/SlnMesnac.Rfid.csproj.lscache | 298 ++++++++++ .../SlnMesnac.Serilog.csproj.lscache | 231 ++++++++ .../SlnMesnac.TouchSocket.csproj.lscache | 278 ++++++++++ SlnMesnac.WPF/SlnMesnac.WPF.csproj.lscache | 523 ++++++++++++++++++ .../IndexPage/ChangeTypeViewModel.cs | 4 +- .../IndexPage/ProductionLineViewModel.cs | 164 +++--- SlnMesnac.WPF/appsettings.json | 2 + 15 files changed, 3092 insertions(+), 73 deletions(-) create mode 100644 SlnMesnac.Common/SlnMesnac.Common.csproj.lscache create mode 100644 SlnMesnac.Config/SlnMesnac.Config.csproj.lscache create mode 100644 SlnMesnac.Extensions/SlnMesnac.Extensions.csproj.lscache create mode 100644 SlnMesnac.Ioc/SlnMesnac.Ioc.csproj.lscache create mode 100644 SlnMesnac.Model/SlnMesnac.Model.csproj.lscache create mode 100644 SlnMesnac.Repository/SlnMesnac.Repository.csproj.lscache create mode 100644 SlnMesnac.Rfid/SlnMesnac.Rfid.csproj.lscache create mode 100644 SlnMesnac.Serilog/SlnMesnac.Serilog.csproj.lscache create mode 100644 SlnMesnac.TouchSocket/SlnMesnac.TouchSocket.csproj.lscache create mode 100644 SlnMesnac.WPF/SlnMesnac.WPF.csproj.lscache diff --git a/SlnMesnac.Common/SlnMesnac.Common.csproj.lscache b/SlnMesnac.Common/SlnMesnac.Common.csproj.lscache new file mode 100644 index 0000000..4ea6f54 --- /dev/null +++ b/SlnMesnac.Common/SlnMesnac.Common.csproj.lscache @@ -0,0 +1,226 @@ +version=1 + +# This file caches language service data to improve the performance of C# Dev Kit. +# It is not intended for manual editing. It can safely be deleted and will be +# regenerated automatically. For more information, see https://aka.ms/lscache +# +# To control where cache files are stored, use the following VS Code setting: +# "dotnet.projectsystem.cacheInProjectFolder": true + +[project] +language=C# +primary +lastDtbSucceeded + +[properties] +AssemblyName=SlnMesnac.Common +CommandLineArgsForDesignTimeEvaluation=-langversion:8.0 -define:TRACE +CompilerGeneratedFilesOutputPath= +MaxSupportedLangVersion=8.0 +ProjectAssetsFile=obj/project.assets.json +RootNamespace=SlnMesnac.Common +RunAnalyzers= +RunAnalyzersDuringLiveAnalysis= +SolutionPath=../SlnMesnac.sln +TargetFrameworkIdentifier=.NETStandard +TargetPath=bin/Debug/netstandard2.1/SlnMesnac.Common.dll +TargetRefPath= +TemporaryDependencyNodeTargetIdentifier=netstandard2.1 + +[commandLineArguments] +/noconfig +/unsafe- +/checked- +/nowarn:1701,1702,1701,1702 +/fullpaths +/nostdlib+ +/errorreport:prompt +/define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_1;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER;NETSTANDARD2_1_OR_GREATER +/highentropyva+ +/nullable:enable +/debug+ +/debug:portable +/filealign:512 +/optimize- +/out:obj\Debug\netstandard2.1\SlnMesnac.Common.dll +/target:library +/warnaserror- +/utf8output +/deterministic+ +/langversion:8.0 +/warnaserror+:NU1605 + +[sourceFiles] +ControlOffLineScanHelper.cs +ExpressionExtensions.cs +obj/Debug/netstandard2.1/ + .NETStandard,Version=v2.1.AssemblyAttributes.cs + SlnMesnac.Common.AssemblyInfo.cs +StringChange.cs + +[metadataReferences] +../../../Data/nuget/packages/ + microsoft.aspnetcore.hosting.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll + microsoft.aspnetcore.hosting.server.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll + microsoft.aspnetcore.http.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll + microsoft.aspnetcore.http.features/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll + microsoft.bcl.asyncinterfaces/10.0.5/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll + microsoft.dotnet.platformabstractions/2.0.4/lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll + microsoft.extensions.configuration.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll + microsoft.extensions.configuration.fileextensions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll + microsoft.extensions.configuration.json/9.0.0/lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll + microsoft.extensions.configuration/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.dll + microsoft.extensions.dependencyinjection.abstractions/8.0.0/lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll + microsoft.extensions.dependencymodel/2.0.4/lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll + microsoft.extensions.fileproviders.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll + microsoft.extensions.fileproviders.physical/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll + microsoft.extensions.filesystemglobbing/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll + microsoft.extensions.hosting.abstractions/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll + microsoft.extensions.logging.abstractions/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll + microsoft.extensions.options/8.0.1/lib/netstandard2.1/Microsoft.Extensions.Options.dll + microsoft.extensions.platformabstractions/1.1.0/lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll + microsoft.extensions.primitives/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Primitives.dll + microsoft.win32.registry/5.0.0/ref/netstandard2.0/Microsoft.Win32.Registry.dll + nancy/2.0.0/lib/netstandard2.0/Nancy.dll + newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll + system.componentmodel.annotations/5.0.0/ref/netstandard2.1/System.ComponentModel.Annotations.dll + system.drawing.common/6.0.0/lib/netstandard2.0/System.Drawing.Common.dll + system.io.pipelines/10.0.5/lib/netstandard2.0/System.IO.Pipelines.dll + system.io.ports/6.0.0/lib/netstandard2.0/System.IO.Ports.dll + system.reflection.typeextensions/4.3.0/ref/netstandard1.5/System.Reflection.TypeExtensions.dll + system.runtime.compilerservices.unsafe/6.1.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll + system.security.accesscontrol/5.0.0/ref/netstandard2.0/System.Security.AccessControl.dll + system.security.principal.windows/5.0.0/ref/netstandard2.0/System.Security.Principal.Windows.dll + system.text.encodings.web/10.0.5/lib/netstandard2.0/System.Text.Encodings.Web.dll + system.text.json/10.0.5/lib/netstandard2.0/System.Text.Json.dll +../SlnMesnac.Config/bin/Debug/netstandard2.1/SlnMesnac.Config.dll +/packs/NETStandard.Library.Ref/2.1.0/ref/netstandard2.1/ + Microsoft.Win32.Primitives.dll + mscorlib.dll + netstandard.dll + System.AppContext.dll + System.Buffers.dll + System.Collections.Concurrent.dll + System.Collections.dll + System.Collections.NonGeneric.dll + System.Collections.Specialized.dll + System.ComponentModel.Composition.dll + System.ComponentModel.dll + System.ComponentModel.EventBasedAsync.dll + System.ComponentModel.Primitives.dll + System.ComponentModel.TypeConverter.dll + System.Console.dll + System.Core.dll + System.Data.Common.dll + System.Data.dll + System.Diagnostics.Contracts.dll + System.Diagnostics.Debug.dll + System.Diagnostics.FileVersionInfo.dll + System.Diagnostics.Process.dll + System.Diagnostics.StackTrace.dll + System.Diagnostics.TextWriterTraceListener.dll + System.Diagnostics.Tools.dll + System.Diagnostics.TraceSource.dll + System.Diagnostics.Tracing.dll + System.dll + System.Drawing.dll + System.Drawing.Primitives.dll + System.Dynamic.Runtime.dll + System.Globalization.Calendars.dll + System.Globalization.dll + System.Globalization.Extensions.dll + System.IO.Compression.dll + System.IO.Compression.FileSystem.dll + System.IO.Compression.ZipFile.dll + System.IO.dll + System.IO.FileSystem.dll + System.IO.FileSystem.DriveInfo.dll + System.IO.FileSystem.Primitives.dll + System.IO.FileSystem.Watcher.dll + System.IO.IsolatedStorage.dll + System.IO.MemoryMappedFiles.dll + System.IO.Pipes.dll + System.IO.UnmanagedMemoryStream.dll + System.Linq.dll + System.Linq.Expressions.dll + System.Linq.Parallel.dll + System.Linq.Queryable.dll + System.Memory.dll + System.Net.dll + System.Net.Http.dll + System.Net.NameResolution.dll + System.Net.NetworkInformation.dll + System.Net.Ping.dll + System.Net.Primitives.dll + System.Net.Requests.dll + System.Net.Security.dll + System.Net.Sockets.dll + System.Net.WebHeaderCollection.dll + System.Net.WebSockets.Client.dll + System.Net.WebSockets.dll + System.Numerics.dll + System.Numerics.Vectors.dll + System.ObjectModel.dll + System.Reflection.DispatchProxy.dll + System.Reflection.dll + System.Reflection.Emit.dll + System.Reflection.Emit.ILGeneration.dll + System.Reflection.Emit.Lightweight.dll + System.Reflection.Extensions.dll + System.Reflection.Primitives.dll + System.Resources.Reader.dll + System.Resources.ResourceManager.dll + System.Resources.Writer.dll + System.Runtime.CompilerServices.VisualC.dll + System.Runtime.dll + System.Runtime.Extensions.dll + System.Runtime.Handles.dll + System.Runtime.InteropServices.dll + System.Runtime.InteropServices.RuntimeInformation.dll + System.Runtime.Numerics.dll + System.Runtime.Serialization.dll + System.Runtime.Serialization.Formatters.dll + System.Runtime.Serialization.Json.dll + System.Runtime.Serialization.Primitives.dll + System.Runtime.Serialization.Xml.dll + System.Security.Claims.dll + System.Security.Cryptography.Algorithms.dll + System.Security.Cryptography.Csp.dll + System.Security.Cryptography.Encoding.dll + System.Security.Cryptography.Primitives.dll + System.Security.Cryptography.X509Certificates.dll + System.Security.Principal.dll + System.Security.SecureString.dll + System.ServiceModel.Web.dll + System.Text.Encoding.dll + System.Text.Encoding.Extensions.dll + System.Text.RegularExpressions.dll + System.Threading.dll + System.Threading.Overlapped.dll + System.Threading.Tasks.dll + System.Threading.Tasks.Extensions.dll + System.Threading.Tasks.Parallel.dll + System.Threading.Thread.dll + System.Threading.ThreadPool.dll + System.Threading.Timer.dll + System.Transactions.dll + System.ValueTuple.dll + System.Web.dll + System.Windows.dll + System.Xml.dll + System.Xml.Linq.dll + System.Xml.ReaderWriter.dll + System.Xml.Serialization.dll + System.Xml.XDocument.dll + System.Xml.XmlDocument.dll + System.Xml.XmlSerializer.dll + System.Xml.XPath.dll + System.Xml.XPath.XDocument.dll + +[analyzerReferences] +../../../Data/nuget/packages/ + microsoft.extensions.options/8.0.1/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll + system.text.json/10.0.5/analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll + +[analyzerConfigFiles] +obj/Debug/netstandard2.1/SlnMesnac.Common.GeneratedMSBuildEditorConfig.editorconfig diff --git a/SlnMesnac.Config/DeviceInfoConfig.cs b/SlnMesnac.Config/DeviceInfoConfig.cs index 5680e02..9396fa6 100644 --- a/SlnMesnac.Config/DeviceInfoConfig.cs +++ b/SlnMesnac.Config/DeviceInfoConfig.cs @@ -63,6 +63,11 @@ namespace SlnMesnac.Config /// public int? WriteDelaySet { get; set; } + /// + /// 判断为失败的写入次数 + /// + public int? WriteCount { get; set; } + /// /// 盘点间隔时间(秒) /// diff --git a/SlnMesnac.Config/SlnMesnac.Config.csproj.lscache b/SlnMesnac.Config/SlnMesnac.Config.csproj.lscache new file mode 100644 index 0000000..c559b60 --- /dev/null +++ b/SlnMesnac.Config/SlnMesnac.Config.csproj.lscache @@ -0,0 +1,219 @@ +version=1 + +# This file caches language service data to improve the performance of C# Dev Kit. +# It is not intended for manual editing. It can safely be deleted and will be +# regenerated automatically. For more information, see https://aka.ms/lscache +# +# To control where cache files are stored, use the following VS Code setting: +# "dotnet.projectsystem.cacheInProjectFolder": true + +[project] +language=C# +primary +lastDtbSucceeded + +[properties] +AssemblyName=SlnMesnac.Config +CommandLineArgsForDesignTimeEvaluation=-langversion:8.0 -define:TRACE +CompilerGeneratedFilesOutputPath= +MaxSupportedLangVersion=8.0 +ProjectAssetsFile=obj/project.assets.json +RootNamespace=SlnMesnac.Config +RunAnalyzers= +RunAnalyzersDuringLiveAnalysis= +SolutionPath=../SlnMesnac.sln +TargetFrameworkIdentifier=.NETStandard +TargetPath=bin/Debug/netstandard2.1/SlnMesnac.Config.dll +TargetRefPath= +TemporaryDependencyNodeTargetIdentifier=netstandard2.1 + +[commandLineArguments] +/noconfig +/unsafe- +/checked- +/nowarn:1701,1702,1701,1702 +/fullpaths +/nostdlib+ +/errorreport:prompt +/define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_1;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER;NETSTANDARD2_1_OR_GREATER +/highentropyva+ +/nullable:enable +/debug+ +/debug:portable +/filealign:512 +/optimize- +/out:obj\Debug\netstandard2.1\SlnMesnac.Config.dll +/target:library +/warnaserror- +/utf8output +/deterministic+ +/langversion:8.0 +/warnaserror+:NU1605 + +[sourceFiles] +AppConfig.cs +AppsettingsConfig.cs +DeviceInfoConfig.cs +obj/Debug/netstandard2.1/ + .NETStandard,Version=v2.1.AssemblyAttributes.cs + SlnMesnac.Config.AssemblyInfo.cs +PlcConfig.cs +RfidConfig.cs +SqlConfig.cs +VisionConfig.cs + +[metadataReferences] +../../../Data/nuget/packages/ + microsoft.aspnetcore.hosting.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll + microsoft.aspnetcore.hosting.server.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll + microsoft.aspnetcore.http.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll + microsoft.aspnetcore.http.features/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll + microsoft.bcl.asyncinterfaces/10.0.5/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll + microsoft.extensions.configuration.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll + microsoft.extensions.configuration.fileextensions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll + microsoft.extensions.configuration.json/9.0.0/lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll + microsoft.extensions.configuration/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.dll + microsoft.extensions.dependencyinjection.abstractions/8.0.0/lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll + microsoft.extensions.fileproviders.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll + microsoft.extensions.fileproviders.physical/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll + microsoft.extensions.filesystemglobbing/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll + microsoft.extensions.hosting.abstractions/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll + microsoft.extensions.logging.abstractions/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll + microsoft.extensions.options/8.0.1/lib/netstandard2.1/Microsoft.Extensions.Options.dll + microsoft.extensions.primitives/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Primitives.dll + newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll + system.componentmodel.annotations/5.0.0/ref/netstandard2.1/System.ComponentModel.Annotations.dll + system.io.pipelines/10.0.5/lib/netstandard2.0/System.IO.Pipelines.dll + system.runtime.compilerservices.unsafe/6.1.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll + system.text.encodings.web/10.0.5/lib/netstandard2.0/System.Text.Encodings.Web.dll + system.text.json/10.0.5/lib/netstandard2.0/System.Text.Json.dll +/packs/NETStandard.Library.Ref/2.1.0/ref/netstandard2.1/ + Microsoft.Win32.Primitives.dll + mscorlib.dll + netstandard.dll + System.AppContext.dll + System.Buffers.dll + System.Collections.Concurrent.dll + System.Collections.dll + System.Collections.NonGeneric.dll + System.Collections.Specialized.dll + System.ComponentModel.Composition.dll + System.ComponentModel.dll + System.ComponentModel.EventBasedAsync.dll + System.ComponentModel.Primitives.dll + System.ComponentModel.TypeConverter.dll + System.Console.dll + System.Core.dll + System.Data.Common.dll + System.Data.dll + System.Diagnostics.Contracts.dll + System.Diagnostics.Debug.dll + System.Diagnostics.FileVersionInfo.dll + System.Diagnostics.Process.dll + System.Diagnostics.StackTrace.dll + System.Diagnostics.TextWriterTraceListener.dll + System.Diagnostics.Tools.dll + System.Diagnostics.TraceSource.dll + System.Diagnostics.Tracing.dll + System.dll + System.Drawing.dll + System.Drawing.Primitives.dll + System.Dynamic.Runtime.dll + System.Globalization.Calendars.dll + System.Globalization.dll + System.Globalization.Extensions.dll + System.IO.Compression.dll + System.IO.Compression.FileSystem.dll + System.IO.Compression.ZipFile.dll + System.IO.dll + System.IO.FileSystem.dll + System.IO.FileSystem.DriveInfo.dll + System.IO.FileSystem.Primitives.dll + System.IO.FileSystem.Watcher.dll + System.IO.IsolatedStorage.dll + System.IO.MemoryMappedFiles.dll + System.IO.Pipes.dll + System.IO.UnmanagedMemoryStream.dll + System.Linq.dll + System.Linq.Expressions.dll + System.Linq.Parallel.dll + System.Linq.Queryable.dll + System.Memory.dll + System.Net.dll + System.Net.Http.dll + System.Net.NameResolution.dll + System.Net.NetworkInformation.dll + System.Net.Ping.dll + System.Net.Primitives.dll + System.Net.Requests.dll + System.Net.Security.dll + System.Net.Sockets.dll + System.Net.WebHeaderCollection.dll + System.Net.WebSockets.Client.dll + System.Net.WebSockets.dll + System.Numerics.dll + System.Numerics.Vectors.dll + System.ObjectModel.dll + System.Reflection.DispatchProxy.dll + System.Reflection.dll + System.Reflection.Emit.dll + System.Reflection.Emit.ILGeneration.dll + System.Reflection.Emit.Lightweight.dll + System.Reflection.Extensions.dll + System.Reflection.Primitives.dll + System.Resources.Reader.dll + System.Resources.ResourceManager.dll + System.Resources.Writer.dll + System.Runtime.CompilerServices.VisualC.dll + System.Runtime.dll + System.Runtime.Extensions.dll + System.Runtime.Handles.dll + System.Runtime.InteropServices.dll + System.Runtime.InteropServices.RuntimeInformation.dll + System.Runtime.Numerics.dll + System.Runtime.Serialization.dll + System.Runtime.Serialization.Formatters.dll + System.Runtime.Serialization.Json.dll + System.Runtime.Serialization.Primitives.dll + System.Runtime.Serialization.Xml.dll + System.Security.Claims.dll + System.Security.Cryptography.Algorithms.dll + System.Security.Cryptography.Csp.dll + System.Security.Cryptography.Encoding.dll + System.Security.Cryptography.Primitives.dll + System.Security.Cryptography.X509Certificates.dll + System.Security.Principal.dll + System.Security.SecureString.dll + System.ServiceModel.Web.dll + System.Text.Encoding.dll + System.Text.Encoding.Extensions.dll + System.Text.RegularExpressions.dll + System.Threading.dll + System.Threading.Overlapped.dll + System.Threading.Tasks.dll + System.Threading.Tasks.Extensions.dll + System.Threading.Tasks.Parallel.dll + System.Threading.Thread.dll + System.Threading.ThreadPool.dll + System.Threading.Timer.dll + System.Transactions.dll + System.ValueTuple.dll + System.Web.dll + System.Windows.dll + System.Xml.dll + System.Xml.Linq.dll + System.Xml.ReaderWriter.dll + System.Xml.Serialization.dll + System.Xml.XDocument.dll + System.Xml.XmlDocument.dll + System.Xml.XmlSerializer.dll + System.Xml.XPath.dll + System.Xml.XPath.XDocument.dll + +[analyzerReferences] +../../../Data/nuget/packages/ + microsoft.extensions.options/8.0.1/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll + system.text.json/10.0.5/analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll + +[analyzerConfigFiles] +obj/Debug/netstandard2.1/SlnMesnac.Config.GeneratedMSBuildEditorConfig.editorconfig diff --git a/SlnMesnac.Extensions/SlnMesnac.Extensions.csproj.lscache b/SlnMesnac.Extensions/SlnMesnac.Extensions.csproj.lscache new file mode 100644 index 0000000..b30b0b0 --- /dev/null +++ b/SlnMesnac.Extensions/SlnMesnac.Extensions.csproj.lscache @@ -0,0 +1,281 @@ +version=1 + +# This file caches language service data to improve the performance of C# Dev Kit. +# It is not intended for manual editing. It can safely be deleted and will be +# regenerated automatically. For more information, see https://aka.ms/lscache +# +# To control where cache files are stored, use the following VS Code setting: +# "dotnet.projectsystem.cacheInProjectFolder": true + +[project] +language=C# +primary +lastDtbSucceeded + +[properties] +AssemblyName=SlnMesnac.Extensions +CommandLineArgsForDesignTimeEvaluation=-langversion:8.0 -define:TRACE +CompilerGeneratedFilesOutputPath= +MaxSupportedLangVersion=8.0 +ProjectAssetsFile=obj/project.assets.json +RootNamespace=SlnMesnac.Extensions +RunAnalyzers= +RunAnalyzersDuringLiveAnalysis= +SolutionPath=../SlnMesnac.sln +TargetFrameworkIdentifier=.NETStandard +TargetPath=bin/Debug/netstandard2.1/SlnMesnac.Extensions.dll +TargetRefPath= +TemporaryDependencyNodeTargetIdentifier=netstandard2.1 + +[commandLineArguments] +/noconfig +/unsafe- +/checked- +/nowarn:1701,1702,1701,1702 +/fullpaths +/nostdlib+ +/errorreport:prompt +/define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_1;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER;NETSTANDARD2_1_OR_GREATER +/highentropyva+ +/nullable:enable +/debug+ +/debug:portable +/filealign:512 +/optimize- +/out:obj\Debug\netstandard2.1\SlnMesnac.Extensions.dll +/target:library +/warnaserror- +/utf8output +/deterministic+ +/langversion:8.0 +/warnaserror+:NU1605 + +[sourceFiles] +obj/Debug/netstandard2.1/ + .NETStandard,Version=v2.1.AssemblyAttributes.cs + SlnMesnac.Extensions.AssemblyInfo.cs +RfidFactorySetup.cs + +[metadataReferences] +../../../Data/nuget/packages/ + microsoft.aspnetcore.hosting.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll + microsoft.aspnetcore.hosting.server.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll + microsoft.aspnetcore.http.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll + microsoft.aspnetcore.http.features/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll + microsoft.bcl.asyncinterfaces/10.0.5/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll + microsoft.csharp/4.5.0/ref/netstandard2.0/Microsoft.CSharp.dll + microsoft.data.sqlclient/2.1.4/ref/netstandard2.1/Microsoft.Data.SqlClient.dll + microsoft.data.sqlite.core/8.0.0/lib/netstandard2.0/Microsoft.Data.Sqlite.dll + microsoft.extensions.configuration.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll + microsoft.extensions.configuration.binder/8.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll + microsoft.extensions.configuration.fileextensions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll + microsoft.extensions.configuration.json/9.0.0/lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll + microsoft.extensions.configuration/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.dll + microsoft.extensions.dependencyinjection.abstractions/8.0.0/lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll + microsoft.extensions.dependencyinjection/8.0.0/lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll + microsoft.extensions.dependencymodel/8.0.0/lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll + microsoft.extensions.diagnostics.abstractions/8.0.0/lib/netstandard2.0/Microsoft.Extensions.Diagnostics.Abstractions.dll + microsoft.extensions.fileproviders.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll + microsoft.extensions.fileproviders.physical/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll + microsoft.extensions.filesystemglobbing/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll + microsoft.extensions.hosting.abstractions/8.0.0/lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.dll + microsoft.extensions.logging.abstractions/8.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll + microsoft.extensions.logging/8.0.0/lib/netstandard2.1/Microsoft.Extensions.Logging.dll + microsoft.extensions.options/8.0.1/lib/netstandard2.1/Microsoft.Extensions.Options.dll + microsoft.extensions.platformabstractions/1.1.0/lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll + microsoft.extensions.primitives/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Primitives.dll + microsoft.identitymodel.jsonwebtokens/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll + microsoft.identitymodel.logging/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll + microsoft.identitymodel.protocols.openidconnect/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll + microsoft.identitymodel.protocols/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll + microsoft.identitymodel.tokens/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll + microsoft.win32.registry/5.0.0/ref/netstandard2.0/Microsoft.Win32.Registry.dll + mysqlconnector/2.2.5/lib/netstandard2.1/MySqlConnector.dll + nancy/2.0.0/lib/netstandard2.0/Nancy.dll + newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll + npgsql/5.0.7/lib/netstandard2.1/Npgsql.dll + oracle.manageddataaccess.core/3.21.100/lib/netstandard2.1/Oracle.ManagedDataAccess.dll + serilog.aspnetcore/8.0.0/lib/netstandard2.0/Serilog.AspNetCore.dll + serilog.extensions.hosting/8.0.0/lib/netstandard2.0/Serilog.Extensions.Hosting.dll + serilog.extensions.logging/8.0.0/lib/netstandard2.1/Serilog.Extensions.Logging.dll + serilog.formatting.compact/2.0.0/lib/netstandard2.1/Serilog.Formatting.Compact.dll + serilog.settings.configuration/8.0.0/lib/netstandard2.0/Serilog.Settings.Configuration.dll + serilog.sinks.console/5.0.0/lib/netstandard2.1/Serilog.Sinks.Console.dll + serilog.sinks.debug/2.0.0/lib/netstandard2.1/Serilog.Sinks.Debug.dll + serilog.sinks.file/5.0.0/lib/netstandard2.1/Serilog.Sinks.File.dll + serilog/3.1.1/lib/netstandard2.1/Serilog.dll + sqlite-net-pcl/1.9.172/lib/netstandard2.0/SQLite-net.dll + sqlitepclraw.bundle_e_sqlite3/2.1.6/lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll + sqlitepclraw.core/2.1.6/lib/netstandard2.0/SQLitePCLRaw.core.dll + sqlitepclraw.provider.e_sqlite3/2.1.6/lib/netstandard2.0/SQLitePCLRaw.provider.e_sqlite3.dll + sqlsugarcore.dm/1.2.0/lib/netstandard2.0/DmProvider.dll + sqlsugarcore.kdbndp/7.4.0/lib/netstandard2.1/Kdbndp.dll + sqlsugarcore/5.1.4.134/lib/netstandard2.1/SqlSugar.dll + system.componentmodel.annotations/5.0.0/ref/netstandard2.1/System.ComponentModel.Annotations.dll + system.diagnostics.diagnosticsource/8.0.0/lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll + system.diagnostics.performancecounter/6.0.1/lib/netstandard2.0/System.Diagnostics.PerformanceCounter.dll + system.directoryservices.protocols/6.0.1/lib/netstandard2.0/System.DirectoryServices.Protocols.dll + system.directoryservices/6.0.1/lib/netstandard2.0/System.DirectoryServices.dll + system.drawing.common/6.0.0/lib/netstandard2.0/System.Drawing.Common.dll + system.identitymodel.tokens.jwt/6.8.0/lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll + system.io.filesystem.accesscontrol/5.0.0/ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll + system.io.pipelines/10.0.5/lib/netstandard2.0/System.IO.Pipelines.dll + system.io.ports/6.0.0/lib/netstandard2.0/System.IO.Ports.dll + system.reflection.typeextensions/4.3.0/ref/netstandard1.5/System.Reflection.TypeExtensions.dll + system.runtime.compilerservices.unsafe/6.1.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll + system.security.accesscontrol/6.0.0/lib/netstandard2.0/System.Security.AccessControl.dll + system.security.cryptography.cng/4.5.0/ref/netstandard2.0/System.Security.Cryptography.Cng.dll + system.security.permissions/6.0.0/lib/netstandard2.0/System.Security.Permissions.dll + system.security.principal.windows/5.0.0/ref/netstandard2.0/System.Security.Principal.Windows.dll + system.text.encoding.codepages/5.0.0/lib/netstandard2.0/System.Text.Encoding.CodePages.dll + system.text.encodings.web/10.0.5/lib/netstandard2.0/System.Text.Encodings.Web.dll + system.text.json/10.0.5/lib/netstandard2.0/System.Text.Json.dll + system.threading.channels/4.7.0/lib/netstandard2.0/System.Threading.Channels.dll + touchsocket.core/4.1.16/lib/netstandard2.1/TouchSocket.Core.dll + touchsocket.http/4.1.16/lib/netstandard2.1/TouchSocket.Http.dll + touchsocket.rpc/4.1.16/lib/netstandard2.1/TouchSocket.Rpc.dll + touchsocket.webapi.swagger/4.1.16/lib/netstandard2.1/TouchSocket.WebApi.Swagger.dll + touchsocket.webapi/4.1.16/lib/netstandard2.1/TouchSocket.WebApi.dll + touchsocket/4.1.16/lib/netstandard2.1/TouchSocket.dll +../ + SlnMesnac.Common/bin/Debug/netstandard2.1/SlnMesnac.Common.dll + SlnMesnac.Config/bin/Debug/netstandard2.1/SlnMesnac.Config.dll + SlnMesnac.Model/bin/Debug/netstandard2.1/SlnMesnac.Model.dll + SlnMesnac.Repository/bin/Debug/netstandard2.1/SlnMesnac.Repository.dll + SlnMesnac.Rfid/bin/Debug/netstandard2.1/SlnMesnac.Rfid.dll + SlnMesnac.Serilog/bin/Debug/netstandard2.1/SlnMesnac.Serilog.dll + SlnMesnac.TouchSocket/bin/Debug/netstandard2.1/SlnMesnac.TouchSocket.dll +/packs/NETStandard.Library.Ref/2.1.0/ref/netstandard2.1/ + Microsoft.Win32.Primitives.dll + mscorlib.dll + netstandard.dll + System.AppContext.dll + System.Buffers.dll + System.Collections.Concurrent.dll + System.Collections.dll + System.Collections.NonGeneric.dll + System.Collections.Specialized.dll + System.ComponentModel.Composition.dll + System.ComponentModel.dll + System.ComponentModel.EventBasedAsync.dll + System.ComponentModel.Primitives.dll + System.ComponentModel.TypeConverter.dll + System.Console.dll + System.Core.dll + System.Data.Common.dll + System.Data.dll + System.Diagnostics.Contracts.dll + System.Diagnostics.Debug.dll + System.Diagnostics.FileVersionInfo.dll + System.Diagnostics.Process.dll + System.Diagnostics.StackTrace.dll + System.Diagnostics.TextWriterTraceListener.dll + System.Diagnostics.Tools.dll + System.Diagnostics.TraceSource.dll + System.Diagnostics.Tracing.dll + System.dll + System.Drawing.dll + System.Drawing.Primitives.dll + System.Dynamic.Runtime.dll + System.Globalization.Calendars.dll + System.Globalization.dll + System.Globalization.Extensions.dll + System.IO.Compression.dll + System.IO.Compression.FileSystem.dll + System.IO.Compression.ZipFile.dll + System.IO.dll + System.IO.FileSystem.dll + System.IO.FileSystem.DriveInfo.dll + System.IO.FileSystem.Primitives.dll + System.IO.FileSystem.Watcher.dll + System.IO.IsolatedStorage.dll + System.IO.MemoryMappedFiles.dll + System.IO.Pipes.dll + System.IO.UnmanagedMemoryStream.dll + System.Linq.dll + System.Linq.Expressions.dll + System.Linq.Parallel.dll + System.Linq.Queryable.dll + System.Memory.dll + System.Net.dll + System.Net.Http.dll + System.Net.NameResolution.dll + System.Net.NetworkInformation.dll + System.Net.Ping.dll + System.Net.Primitives.dll + System.Net.Requests.dll + System.Net.Security.dll + System.Net.Sockets.dll + System.Net.WebHeaderCollection.dll + System.Net.WebSockets.Client.dll + System.Net.WebSockets.dll + System.Numerics.dll + System.Numerics.Vectors.dll + System.ObjectModel.dll + System.Reflection.DispatchProxy.dll + System.Reflection.dll + System.Reflection.Emit.dll + System.Reflection.Emit.ILGeneration.dll + System.Reflection.Emit.Lightweight.dll + System.Reflection.Extensions.dll + System.Reflection.Primitives.dll + System.Resources.Reader.dll + System.Resources.ResourceManager.dll + System.Resources.Writer.dll + System.Runtime.CompilerServices.VisualC.dll + System.Runtime.dll + System.Runtime.Extensions.dll + System.Runtime.Handles.dll + System.Runtime.InteropServices.dll + System.Runtime.InteropServices.RuntimeInformation.dll + System.Runtime.Numerics.dll + System.Runtime.Serialization.dll + System.Runtime.Serialization.Formatters.dll + System.Runtime.Serialization.Json.dll + System.Runtime.Serialization.Primitives.dll + System.Runtime.Serialization.Xml.dll + System.Security.Claims.dll + System.Security.Cryptography.Algorithms.dll + System.Security.Cryptography.Csp.dll + System.Security.Cryptography.Encoding.dll + System.Security.Cryptography.Primitives.dll + System.Security.Cryptography.X509Certificates.dll + System.Security.Principal.dll + System.Security.SecureString.dll + System.ServiceModel.Web.dll + System.Text.Encoding.dll + System.Text.Encoding.Extensions.dll + System.Text.RegularExpressions.dll + System.Threading.dll + System.Threading.Overlapped.dll + System.Threading.Tasks.dll + System.Threading.Tasks.Extensions.dll + System.Threading.Tasks.Parallel.dll + System.Threading.Thread.dll + System.Threading.ThreadPool.dll + System.Threading.Timer.dll + System.Transactions.dll + System.ValueTuple.dll + System.Web.dll + System.Windows.dll + System.Xml.dll + System.Xml.Linq.dll + System.Xml.ReaderWriter.dll + System.Xml.Serialization.dll + System.Xml.XDocument.dll + System.Xml.XmlDocument.dll + System.Xml.XmlSerializer.dll + System.Xml.XPath.dll + System.Xml.XPath.XDocument.dll + +[analyzerReferences] +../../../Data/nuget/packages/ + microsoft.extensions.logging.abstractions/8.0.0/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll + microsoft.extensions.options/8.0.1/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll + system.text.json/10.0.5/analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll + touchsocket.core/4.1.16/analyzers/dotnet/cs/TouchSocket.Core.SourceGenerator.dll + touchsocket.rpc/4.1.16/analyzers/dotnet/cs/TouchSocket.Rpc.SourceGenerator.dll + touchsocket.webapi/4.1.16/analyzers/dotnet/cs/TouchSocket.WebApi.SourceGenerator.dll + +[analyzerConfigFiles] +obj/Debug/netstandard2.1/SlnMesnac.Extensions.GeneratedMSBuildEditorConfig.editorconfig diff --git a/SlnMesnac.Ioc/SlnMesnac.Ioc.csproj.lscache b/SlnMesnac.Ioc/SlnMesnac.Ioc.csproj.lscache new file mode 100644 index 0000000..747c089 --- /dev/null +++ b/SlnMesnac.Ioc/SlnMesnac.Ioc.csproj.lscache @@ -0,0 +1,429 @@ +version=1 + +# This file caches language service data to improve the performance of C# Dev Kit. +# It is not intended for manual editing. It can safely be deleted and will be +# regenerated automatically. For more information, see https://aka.ms/lscache +# +# To control where cache files are stored, use the following VS Code setting: +# "dotnet.projectsystem.cacheInProjectFolder": true + +[project] +language=C# +primary +lastDtbSucceeded + +[properties] +AssemblyName=SlnMesnac.Ioc +CommandLineArgsForDesignTimeEvaluation=-langversion:10.0 -define:TRACE +CompilerGeneratedFilesOutputPath= +MaxSupportedLangVersion=10.0 +ProjectAssetsFile=obj/project.assets.json +RootNamespace=SlnMesnac.Ioc +RunAnalyzers= +RunAnalyzersDuringLiveAnalysis= +SolutionPath=../SlnMesnac.sln +TargetFrameworkIdentifier=.NETCoreApp +TargetPath=bin/Debug/net6.0/SlnMesnac.Ioc.dll +TargetRefPath=obj/Debug/net6.0/ref/SlnMesnac.Ioc.dll +TemporaryDependencyNodeTargetIdentifier=net6.0 + +[commandLineArguments] +/noconfig +/unsafe- +/checked- +/nowarn:1701,1702,1701,1702,8002 +/fullpaths +/nostdlib+ +/errorreport:prompt +/warn:6 +/define:TRACE;DEBUG;NET;NET6_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER +/highentropyva+ +/nullable:enable +/debug+ +/debug:portable +/filealign:512 +/optimize- +/out:obj\Debug\net6.0\SlnMesnac.Ioc.dll +/refout:obj\Debug\net6.0\refint\SlnMesnac.Ioc.dll +/target:library +/warnaserror- +/utf8output +/deterministic+ +/langversion:10.0 +/warnaserror+:NU1605 + +[sourceFiles] +DependencyConfigurator.cs +obj/Debug/net6.0/ + .NETCoreApp,Version=v6.0.AssemblyAttributes.cs + SlnMesnac.Ioc.AssemblyInfo.cs + SlnMesnac.Ioc.GlobalUsings.g.cs + +[metadataReferences] +../../../Data/nuget/packages/ + autofac/8.0.0/lib/net6.0/Autofac.dll + microsoft.bcl.asyncinterfaces/10.0.5/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll + microsoft.data.sqlclient/2.1.4/ref/netcoreapp3.1/Microsoft.Data.SqlClient.dll + microsoft.data.sqlite.core/8.0.0/lib/net6.0/Microsoft.Data.Sqlite.dll + microsoft.extensions.configuration.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll + microsoft.extensions.configuration.binder/8.0.0/lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll + microsoft.extensions.configuration.fileextensions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll + microsoft.extensions.configuration.json/9.0.0/lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll + microsoft.extensions.configuration/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.dll + microsoft.extensions.dependencyinjection.abstractions/8.0.0/lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll + microsoft.extensions.dependencyinjection/8.0.0/lib/net6.0/Microsoft.Extensions.DependencyInjection.dll + microsoft.extensions.dependencymodel/8.0.0/lib/net6.0/Microsoft.Extensions.DependencyModel.dll + microsoft.extensions.diagnostics.abstractions/8.0.0/lib/net6.0/Microsoft.Extensions.Diagnostics.Abstractions.dll + microsoft.extensions.fileproviders.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll + microsoft.extensions.fileproviders.physical/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll + microsoft.extensions.filesystemglobbing/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll + microsoft.extensions.hosting.abstractions/8.0.0/lib/net6.0/Microsoft.Extensions.Hosting.Abstractions.dll + microsoft.extensions.logging.abstractions/8.0.0/lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll + microsoft.extensions.logging/8.0.0/lib/net6.0/Microsoft.Extensions.Logging.dll + microsoft.extensions.options/8.0.1/lib/net6.0/Microsoft.Extensions.Options.dll + microsoft.extensions.platformabstractions/1.1.0/lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll + microsoft.extensions.primitives/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Primitives.dll + microsoft.identitymodel.jsonwebtokens/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll + microsoft.identitymodel.logging/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll + microsoft.identitymodel.protocols.openidconnect/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll + microsoft.identitymodel.protocols/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll + microsoft.identitymodel.tokens/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll + microsoft.win32.systemevents/6.0.0/lib/net6.0/Microsoft.Win32.SystemEvents.dll + mysqlconnector/2.2.5/lib/net6.0/MySqlConnector.dll + nancy/2.0.0/lib/netstandard2.0/Nancy.dll + newtonsoft.json/13.0.3/lib/net6.0/Newtonsoft.Json.dll + npgsql/5.0.7/lib/net5.0/Npgsql.dll + oracle.manageddataaccess.core/3.21.100/lib/netstandard2.1/Oracle.ManagedDataAccess.dll + serilog.aspnetcore/8.0.0/lib/net6.0/Serilog.AspNetCore.dll + serilog.extensions.hosting/8.0.0/lib/net6.0/Serilog.Extensions.Hosting.dll + serilog.extensions.logging/8.0.0/lib/net6.0/Serilog.Extensions.Logging.dll + serilog.formatting.compact/2.0.0/lib/net6.0/Serilog.Formatting.Compact.dll + serilog.settings.configuration/8.0.0/lib/net6.0/Serilog.Settings.Configuration.dll + serilog.sinks.console/5.0.0/lib/net6.0/Serilog.Sinks.Console.dll + serilog.sinks.debug/2.0.0/lib/netstandard2.1/Serilog.Sinks.Debug.dll + serilog.sinks.file/5.0.0/lib/net5.0/Serilog.Sinks.File.dll + serilog/3.1.1/lib/net6.0/Serilog.dll + sqlite-net-pcl/1.9.172/lib/netstandard2.0/SQLite-net.dll + sqlitepclraw.bundle_e_sqlite3/2.1.6/lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll + sqlitepclraw.core/2.1.6/lib/netstandard2.0/SQLitePCLRaw.core.dll + sqlitepclraw.provider.e_sqlite3/2.1.6/lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll + sqlsugarcore.dm/1.2.0/lib/netstandard2.0/DmProvider.dll + sqlsugarcore.kdbndp/7.4.0/lib/netstandard2.1/Kdbndp.dll + sqlsugarcore/5.1.4.134/lib/netstandard2.1/SqlSugar.dll + system.configuration.configurationmanager/6.0.0/lib/net6.0/System.Configuration.ConfigurationManager.dll + system.diagnostics.diagnosticsource/8.0.0/lib/net6.0/System.Diagnostics.DiagnosticSource.dll + system.diagnostics.performancecounter/6.0.1/lib/net6.0/System.Diagnostics.PerformanceCounter.dll + system.directoryservices.protocols/6.0.1/lib/net6.0/System.DirectoryServices.Protocols.dll + system.directoryservices/6.0.1/lib/net6.0/System.DirectoryServices.dll + system.drawing.common/6.0.0/lib/net6.0/System.Drawing.Common.dll + system.identitymodel.tokens.jwt/6.8.0/lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll + system.io.pipelines/10.0.5/lib/netstandard2.0/System.IO.Pipelines.dll + system.io.ports/6.0.0/lib/net6.0/System.IO.Ports.dll + system.runtime.compilerservices.unsafe/6.1.2/lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll + system.security.cryptography.protecteddata/6.0.0/lib/net6.0/System.Security.Cryptography.ProtectedData.dll + system.security.permissions/6.0.0/lib/net6.0/System.Security.Permissions.dll + system.text.encodings.web/10.0.5/lib/netstandard2.0/System.Text.Encodings.Web.dll + system.text.json/10.0.5/lib/netstandard2.0/System.Text.Json.dll + system.windows.extensions/6.0.0/lib/net6.0/System.Windows.Extensions.dll + touchsocket.core/4.1.16/lib/net6.0/TouchSocket.Core.dll + touchsocket.http/4.1.16/lib/net6.0/TouchSocket.Http.dll + touchsocket.rpc/4.1.16/lib/net6.0/TouchSocket.Rpc.dll + touchsocket.webapi.swagger/4.1.16/lib/net6.0/TouchSocket.WebApi.Swagger.dll + touchsocket.webapi/4.1.16/lib/net6.0/TouchSocket.WebApi.dll + touchsocket/4.1.16/lib/net6.0/TouchSocket.dll +../ + SlnMesnac.Common/bin/Debug/netstandard2.1/SlnMesnac.Common.dll + SlnMesnac.Config/bin/Debug/netstandard2.1/SlnMesnac.Config.dll + SlnMesnac.Model/bin/Debug/netstandard2.1/SlnMesnac.Model.dll + SlnMesnac.Repository/bin/Debug/netstandard2.1/SlnMesnac.Repository.dll + SlnMesnac.Serilog/bin/Debug/netstandard2.1/SlnMesnac.Serilog.dll + SlnMesnac.TouchSocket/bin/Debug/netstandard2.1/SlnMesnac.TouchSocket.dll +/packs/Microsoft.AspNetCore.App.Ref/6.0.36/ref/net6.0/ + Microsoft.AspNetCore.Antiforgery.dll + Microsoft.AspNetCore.Authentication.Abstractions.dll + Microsoft.AspNetCore.Authentication.Cookies.dll + Microsoft.AspNetCore.Authentication.Core.dll + Microsoft.AspNetCore.Authentication.dll + Microsoft.AspNetCore.Authentication.OAuth.dll + Microsoft.AspNetCore.Authorization.dll + Microsoft.AspNetCore.Authorization.Policy.dll + Microsoft.AspNetCore.Components.Authorization.dll + Microsoft.AspNetCore.Components.dll + Microsoft.AspNetCore.Components.Forms.dll + Microsoft.AspNetCore.Components.Server.dll + Microsoft.AspNetCore.Components.Web.dll + Microsoft.AspNetCore.Connections.Abstractions.dll + Microsoft.AspNetCore.CookiePolicy.dll + Microsoft.AspNetCore.Cors.dll + Microsoft.AspNetCore.Cryptography.Internal.dll + Microsoft.AspNetCore.Cryptography.KeyDerivation.dll + Microsoft.AspNetCore.DataProtection.Abstractions.dll + Microsoft.AspNetCore.DataProtection.dll + Microsoft.AspNetCore.DataProtection.Extensions.dll + Microsoft.AspNetCore.Diagnostics.Abstractions.dll + Microsoft.AspNetCore.Diagnostics.dll + Microsoft.AspNetCore.Diagnostics.HealthChecks.dll + Microsoft.AspNetCore.dll + Microsoft.AspNetCore.HostFiltering.dll + Microsoft.AspNetCore.Hosting.Abstractions.dll + Microsoft.AspNetCore.Hosting.dll + Microsoft.AspNetCore.Hosting.Server.Abstractions.dll + Microsoft.AspNetCore.Html.Abstractions.dll + Microsoft.AspNetCore.Http.Abstractions.dll + Microsoft.AspNetCore.Http.Connections.Common.dll + Microsoft.AspNetCore.Http.Connections.dll + Microsoft.AspNetCore.Http.dll + Microsoft.AspNetCore.Http.Extensions.dll + Microsoft.AspNetCore.Http.Features.dll + Microsoft.AspNetCore.Http.Results.dll + Microsoft.AspNetCore.HttpLogging.dll + Microsoft.AspNetCore.HttpOverrides.dll + Microsoft.AspNetCore.HttpsPolicy.dll + Microsoft.AspNetCore.Identity.dll + Microsoft.AspNetCore.Localization.dll + Microsoft.AspNetCore.Localization.Routing.dll + Microsoft.AspNetCore.Metadata.dll + Microsoft.AspNetCore.Mvc.Abstractions.dll + Microsoft.AspNetCore.Mvc.ApiExplorer.dll + Microsoft.AspNetCore.Mvc.Core.dll + Microsoft.AspNetCore.Mvc.Cors.dll + Microsoft.AspNetCore.Mvc.DataAnnotations.dll + Microsoft.AspNetCore.Mvc.dll + Microsoft.AspNetCore.Mvc.Formatters.Json.dll + Microsoft.AspNetCore.Mvc.Formatters.Xml.dll + Microsoft.AspNetCore.Mvc.Localization.dll + Microsoft.AspNetCore.Mvc.Razor.dll + Microsoft.AspNetCore.Mvc.RazorPages.dll + Microsoft.AspNetCore.Mvc.TagHelpers.dll + Microsoft.AspNetCore.Mvc.ViewFeatures.dll + Microsoft.AspNetCore.Razor.dll + Microsoft.AspNetCore.Razor.Runtime.dll + Microsoft.AspNetCore.ResponseCaching.Abstractions.dll + Microsoft.AspNetCore.ResponseCaching.dll + Microsoft.AspNetCore.ResponseCompression.dll + Microsoft.AspNetCore.Rewrite.dll + Microsoft.AspNetCore.Routing.Abstractions.dll + Microsoft.AspNetCore.Routing.dll + Microsoft.AspNetCore.Server.HttpSys.dll + Microsoft.AspNetCore.Server.IIS.dll + Microsoft.AspNetCore.Server.IISIntegration.dll + Microsoft.AspNetCore.Server.Kestrel.Core.dll + Microsoft.AspNetCore.Server.Kestrel.dll + Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll + Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll + Microsoft.AspNetCore.Session.dll + Microsoft.AspNetCore.SignalR.Common.dll + Microsoft.AspNetCore.SignalR.Core.dll + Microsoft.AspNetCore.SignalR.dll + Microsoft.AspNetCore.SignalR.Protocols.Json.dll + Microsoft.AspNetCore.StaticFiles.dll + Microsoft.AspNetCore.WebSockets.dll + Microsoft.AspNetCore.WebUtilities.dll + Microsoft.Extensions.Caching.Abstractions.dll + Microsoft.Extensions.Caching.Memory.dll + Microsoft.Extensions.Configuration.CommandLine.dll + Microsoft.Extensions.Configuration.EnvironmentVariables.dll + Microsoft.Extensions.Configuration.Ini.dll + Microsoft.Extensions.Configuration.KeyPerFile.dll + Microsoft.Extensions.Configuration.UserSecrets.dll + Microsoft.Extensions.Configuration.Xml.dll + Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll + Microsoft.Extensions.Diagnostics.HealthChecks.dll + Microsoft.Extensions.Features.dll + Microsoft.Extensions.FileProviders.Composite.dll + Microsoft.Extensions.FileProviders.Embedded.dll + Microsoft.Extensions.Hosting.dll + Microsoft.Extensions.Http.dll + Microsoft.Extensions.Identity.Core.dll + Microsoft.Extensions.Identity.Stores.dll + Microsoft.Extensions.Localization.Abstractions.dll + Microsoft.Extensions.Localization.dll + Microsoft.Extensions.Logging.Configuration.dll + Microsoft.Extensions.Logging.Console.dll + Microsoft.Extensions.Logging.Debug.dll + Microsoft.Extensions.Logging.EventLog.dll + Microsoft.Extensions.Logging.EventSource.dll + Microsoft.Extensions.Logging.TraceSource.dll + Microsoft.Extensions.ObjectPool.dll + Microsoft.Extensions.Options.ConfigurationExtensions.dll + Microsoft.Extensions.Options.DataAnnotations.dll + Microsoft.Extensions.WebEncoders.dll + Microsoft.JSInterop.dll + Microsoft.Net.Http.Headers.dll + System.Diagnostics.EventLog.dll + System.Security.Cryptography.Xml.dll +/packs/Microsoft.NETCore.App.Ref/6.0.36/ref/net6.0/ + Microsoft.CSharp.dll + Microsoft.VisualBasic.Core.dll + Microsoft.VisualBasic.dll + Microsoft.Win32.Primitives.dll + Microsoft.Win32.Registry.dll + mscorlib.dll + netstandard.dll + System.AppContext.dll + System.Buffers.dll + System.Collections.Concurrent.dll + System.Collections.dll + System.Collections.Immutable.dll + System.Collections.NonGeneric.dll + System.Collections.Specialized.dll + System.ComponentModel.Annotations.dll + System.ComponentModel.DataAnnotations.dll + System.ComponentModel.dll + System.ComponentModel.EventBasedAsync.dll + System.ComponentModel.Primitives.dll + System.ComponentModel.TypeConverter.dll + System.Configuration.dll + System.Console.dll + System.Core.dll + System.Data.Common.dll + System.Data.DataSetExtensions.dll + System.Data.dll + System.Diagnostics.Contracts.dll + System.Diagnostics.Debug.dll + System.Diagnostics.FileVersionInfo.dll + System.Diagnostics.Process.dll + System.Diagnostics.StackTrace.dll + System.Diagnostics.TextWriterTraceListener.dll + System.Diagnostics.Tools.dll + System.Diagnostics.TraceSource.dll + System.Diagnostics.Tracing.dll + System.dll + System.Drawing.dll + System.Drawing.Primitives.dll + System.Dynamic.Runtime.dll + System.Formats.Asn1.dll + System.Globalization.Calendars.dll + System.Globalization.dll + System.Globalization.Extensions.dll + System.IO.Compression.Brotli.dll + System.IO.Compression.dll + System.IO.Compression.FileSystem.dll + System.IO.Compression.ZipFile.dll + System.IO.dll + System.IO.FileSystem.AccessControl.dll + System.IO.FileSystem.dll + System.IO.FileSystem.DriveInfo.dll + System.IO.FileSystem.Primitives.dll + System.IO.FileSystem.Watcher.dll + System.IO.IsolatedStorage.dll + System.IO.MemoryMappedFiles.dll + System.IO.Pipes.AccessControl.dll + System.IO.Pipes.dll + System.IO.UnmanagedMemoryStream.dll + System.Linq.dll + System.Linq.Expressions.dll + System.Linq.Parallel.dll + System.Linq.Queryable.dll + System.Memory.dll + System.Net.dll + System.Net.Http.dll + System.Net.Http.Json.dll + System.Net.HttpListener.dll + System.Net.Mail.dll + System.Net.NameResolution.dll + System.Net.NetworkInformation.dll + System.Net.Ping.dll + System.Net.Primitives.dll + System.Net.Requests.dll + System.Net.Security.dll + System.Net.ServicePoint.dll + System.Net.Sockets.dll + System.Net.WebClient.dll + System.Net.WebHeaderCollection.dll + System.Net.WebProxy.dll + System.Net.WebSockets.Client.dll + System.Net.WebSockets.dll + System.Numerics.dll + System.Numerics.Vectors.dll + System.ObjectModel.dll + System.Reflection.DispatchProxy.dll + System.Reflection.dll + System.Reflection.Emit.dll + System.Reflection.Emit.ILGeneration.dll + System.Reflection.Emit.Lightweight.dll + System.Reflection.Extensions.dll + System.Reflection.Metadata.dll + System.Reflection.Primitives.dll + System.Reflection.TypeExtensions.dll + System.Resources.Reader.dll + System.Resources.ResourceManager.dll + System.Resources.Writer.dll + System.Runtime.CompilerServices.VisualC.dll + System.Runtime.dll + System.Runtime.Extensions.dll + System.Runtime.Handles.dll + System.Runtime.InteropServices.dll + System.Runtime.InteropServices.RuntimeInformation.dll + System.Runtime.Intrinsics.dll + System.Runtime.Loader.dll + System.Runtime.Numerics.dll + System.Runtime.Serialization.dll + System.Runtime.Serialization.Formatters.dll + System.Runtime.Serialization.Json.dll + System.Runtime.Serialization.Primitives.dll + System.Runtime.Serialization.Xml.dll + System.Security.AccessControl.dll + System.Security.Claims.dll + System.Security.Cryptography.Algorithms.dll + System.Security.Cryptography.Cng.dll + System.Security.Cryptography.Csp.dll + System.Security.Cryptography.Encoding.dll + System.Security.Cryptography.OpenSsl.dll + System.Security.Cryptography.Primitives.dll + System.Security.Cryptography.X509Certificates.dll + System.Security.dll + System.Security.Principal.dll + System.Security.Principal.Windows.dll + System.Security.SecureString.dll + System.ServiceModel.Web.dll + System.ServiceProcess.dll + System.Text.Encoding.CodePages.dll + System.Text.Encoding.dll + System.Text.Encoding.Extensions.dll + System.Text.RegularExpressions.dll + System.Threading.Channels.dll + System.Threading.dll + System.Threading.Overlapped.dll + System.Threading.Tasks.Dataflow.dll + System.Threading.Tasks.dll + System.Threading.Tasks.Extensions.dll + System.Threading.Tasks.Parallel.dll + System.Threading.Thread.dll + System.Threading.ThreadPool.dll + System.Threading.Timer.dll + System.Transactions.dll + System.Transactions.Local.dll + System.ValueTuple.dll + System.Web.dll + System.Web.HttpUtility.dll + System.Windows.dll + System.Xml.dll + System.Xml.Linq.dll + System.Xml.ReaderWriter.dll + System.Xml.Serialization.dll + System.Xml.XDocument.dll + System.Xml.XmlDocument.dll + System.Xml.XmlSerializer.dll + System.Xml.XPath.dll + System.Xml.XPath.XDocument.dll + WindowsBase.dll + +[analyzerReferences] +../../../Data/nuget/packages/ + microsoft.extensions.logging.abstractions/8.0.0/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll + microsoft.extensions.options/8.0.1/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll + system.text.json/10.0.5/analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll + touchsocket.core/4.1.16/analyzers/dotnet/cs/TouchSocket.Core.SourceGenerator.dll + touchsocket.rpc/4.1.16/analyzers/dotnet/cs/TouchSocket.Rpc.SourceGenerator.dll + touchsocket.webapi/4.1.16/analyzers/dotnet/cs/TouchSocket.WebApi.SourceGenerator.dll +/packs/Microsoft.AspNetCore.App.Ref/6.0.36/analyzers/dotnet/cs/ + Microsoft.AspNetCore.App.Analyzers.dll + Microsoft.AspNetCore.App.CodeFixes.dll +/sdk/10.0.202/Sdks/Microsoft.NET.Sdk/analyzers/ + Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll + Microsoft.CodeAnalysis.NetAnalyzers.dll + +[analyzerConfigFiles] +/sdk/10.0.202/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_default.globalconfig +obj/Debug/net6.0/SlnMesnac.Ioc.GeneratedMSBuildEditorConfig.editorconfig diff --git a/SlnMesnac.Model/SlnMesnac.Model.csproj.lscache b/SlnMesnac.Model/SlnMesnac.Model.csproj.lscache new file mode 100644 index 0000000..6ad4c39 --- /dev/null +++ b/SlnMesnac.Model/SlnMesnac.Model.csproj.lscache @@ -0,0 +1,241 @@ +version=1 + +# This file caches language service data to improve the performance of C# Dev Kit. +# It is not intended for manual editing. It can safely be deleted and will be +# regenerated automatically. For more information, see https://aka.ms/lscache +# +# To control where cache files are stored, use the following VS Code setting: +# "dotnet.projectsystem.cacheInProjectFolder": true + +[project] +language=C# +primary +lastDtbSucceeded + +[properties] +AssemblyName=SlnMesnac.Model +CommandLineArgsForDesignTimeEvaluation=-langversion:8.0 -define:TRACE +CompilerGeneratedFilesOutputPath= +MaxSupportedLangVersion=8.0 +ProjectAssetsFile=obj/project.assets.json +RootNamespace=SlnMesnac.Model +RunAnalyzers= +RunAnalyzersDuringLiveAnalysis= +SolutionPath=../SlnMesnac.sln +TargetFrameworkIdentifier=.NETStandard +TargetPath=bin/Debug/netstandard2.1/SlnMesnac.Model.dll +TargetRefPath= +TemporaryDependencyNodeTargetIdentifier=netstandard2.1 + +[commandLineArguments] +/noconfig +/unsafe- +/checked- +/nowarn:1701,1702,1701,1702 +/fullpaths +/nostdlib+ +/errorreport:prompt +/define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_1;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER;NETSTANDARD2_1_OR_GREATER +/highentropyva+ +/nullable:enable +/debug+ +/debug:portable +/filealign:512 +/optimize- +/out:obj\Debug\netstandard2.1\SlnMesnac.Model.dll +/target:library +/warnaserror- +/utf8output +/deterministic+ +/langversion:8.0 +/warnaserror+:NU1605 + +[sourceFiles] +AirportApiEntity/ + AGVActiveMapEntity.cs + AGVAddTaskEntity.cs + AGVMapPositionEntity.cs + AGVOperationalTaskEntity.cs + AGVResponseEntity.cs + AGVRobotAtrributeEntity.cs + AGVSingalEntity.cs + AGVTaskStateDetailEntity.cs +domain/ + MesOrderInfo.cs + real_readdata.cs + RFIDDeviceApiResponse.cs + RFIDRecord.cs +dto/TagInfo.cs +Enum/ + AgvType.cs + MessageType.cs +obj/Debug/netstandard2.1/ + .NETStandard,Version=v2.1.AssemblyAttributes.cs + SlnMesnac.Model.AssemblyInfo.cs + +[metadataReferences] +../../../Data/nuget/packages/ + microsoft.bcl.asyncinterfaces/10.0.5/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll + microsoft.csharp/4.5.0/ref/netstandard2.0/Microsoft.CSharp.dll + microsoft.data.sqlclient/2.1.4/ref/netstandard2.1/Microsoft.Data.SqlClient.dll + microsoft.data.sqlite.core/8.0.0/lib/netstandard2.0/Microsoft.Data.Sqlite.dll + microsoft.identitymodel.jsonwebtokens/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll + microsoft.identitymodel.logging/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll + microsoft.identitymodel.protocols.openidconnect/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll + microsoft.identitymodel.protocols/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll + microsoft.identitymodel.tokens/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll + mysqlconnector/2.2.5/lib/netstandard2.1/MySqlConnector.dll + newtonsoft.json/13.0.2/lib/netstandard2.0/Newtonsoft.Json.dll + npgsql/5.0.7/lib/netstandard2.1/Npgsql.dll + oracle.manageddataaccess.core/3.21.100/lib/netstandard2.1/Oracle.ManagedDataAccess.dll + sqlite-net-pcl/1.9.172/lib/netstandard2.0/SQLite-net.dll + sqlitepclraw.bundle_e_sqlite3/2.1.6/lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll + sqlitepclraw.core/2.1.6/lib/netstandard2.0/SQLitePCLRaw.core.dll + sqlitepclraw.provider.e_sqlite3/2.1.6/lib/netstandard2.0/SQLitePCLRaw.provider.e_sqlite3.dll + sqlsugarcore.dm/1.2.0/lib/netstandard2.0/DmProvider.dll + sqlsugarcore.kdbndp/7.4.0/lib/netstandard2.1/Kdbndp.dll + sqlsugarcore/5.1.4.134/lib/netstandard2.1/SqlSugar.dll + system.diagnostics.diagnosticsource/6.0.0/lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll + system.diagnostics.performancecounter/6.0.1/lib/netstandard2.0/System.Diagnostics.PerformanceCounter.dll + system.directoryservices.protocols/6.0.1/lib/netstandard2.0/System.DirectoryServices.Protocols.dll + system.directoryservices/6.0.1/lib/netstandard2.0/System.DirectoryServices.dll + system.identitymodel.tokens.jwt/6.8.0/lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll + system.io.filesystem.accesscontrol/5.0.0/ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll + system.io.pipelines/10.0.5/lib/netstandard2.0/System.IO.Pipelines.dll + system.runtime.compilerservices.unsafe/6.1.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll + system.security.accesscontrol/6.0.0/lib/netstandard2.0/System.Security.AccessControl.dll + system.security.cryptography.cng/4.5.0/ref/netstandard2.0/System.Security.Cryptography.Cng.dll + system.security.permissions/6.0.0/lib/netstandard2.0/System.Security.Permissions.dll + system.security.principal.windows/5.0.0/ref/netstandard2.0/System.Security.Principal.Windows.dll + system.text.encoding.codepages/5.0.0/lib/netstandard2.0/System.Text.Encoding.CodePages.dll + system.text.encodings.web/10.0.5/lib/netstandard2.0/System.Text.Encodings.Web.dll + system.text.json/10.0.5/lib/netstandard2.0/System.Text.Json.dll + system.threading.channels/4.7.0/lib/netstandard2.0/System.Threading.Channels.dll +/packs/NETStandard.Library.Ref/2.1.0/ref/netstandard2.1/ + Microsoft.Win32.Primitives.dll + mscorlib.dll + netstandard.dll + System.AppContext.dll + System.Buffers.dll + System.Collections.Concurrent.dll + System.Collections.dll + System.Collections.NonGeneric.dll + System.Collections.Specialized.dll + System.ComponentModel.Composition.dll + System.ComponentModel.dll + System.ComponentModel.EventBasedAsync.dll + System.ComponentModel.Primitives.dll + System.ComponentModel.TypeConverter.dll + System.Console.dll + System.Core.dll + System.Data.Common.dll + System.Data.dll + System.Diagnostics.Contracts.dll + System.Diagnostics.Debug.dll + System.Diagnostics.FileVersionInfo.dll + System.Diagnostics.Process.dll + System.Diagnostics.StackTrace.dll + System.Diagnostics.TextWriterTraceListener.dll + System.Diagnostics.Tools.dll + System.Diagnostics.TraceSource.dll + System.Diagnostics.Tracing.dll + System.dll + System.Drawing.dll + System.Drawing.Primitives.dll + System.Dynamic.Runtime.dll + System.Globalization.Calendars.dll + System.Globalization.dll + System.Globalization.Extensions.dll + System.IO.Compression.dll + System.IO.Compression.FileSystem.dll + System.IO.Compression.ZipFile.dll + System.IO.dll + System.IO.FileSystem.dll + System.IO.FileSystem.DriveInfo.dll + System.IO.FileSystem.Primitives.dll + System.IO.FileSystem.Watcher.dll + System.IO.IsolatedStorage.dll + System.IO.MemoryMappedFiles.dll + System.IO.Pipes.dll + System.IO.UnmanagedMemoryStream.dll + System.Linq.dll + System.Linq.Expressions.dll + System.Linq.Parallel.dll + System.Linq.Queryable.dll + System.Memory.dll + System.Net.dll + System.Net.Http.dll + System.Net.NameResolution.dll + System.Net.NetworkInformation.dll + System.Net.Ping.dll + System.Net.Primitives.dll + System.Net.Requests.dll + System.Net.Security.dll + System.Net.Sockets.dll + System.Net.WebHeaderCollection.dll + System.Net.WebSockets.Client.dll + System.Net.WebSockets.dll + System.Numerics.dll + System.Numerics.Vectors.dll + System.ObjectModel.dll + System.Reflection.DispatchProxy.dll + System.Reflection.dll + System.Reflection.Emit.dll + System.Reflection.Emit.ILGeneration.dll + System.Reflection.Emit.Lightweight.dll + System.Reflection.Extensions.dll + System.Reflection.Primitives.dll + System.Resources.Reader.dll + System.Resources.ResourceManager.dll + System.Resources.Writer.dll + System.Runtime.CompilerServices.VisualC.dll + System.Runtime.dll + System.Runtime.Extensions.dll + System.Runtime.Handles.dll + System.Runtime.InteropServices.dll + System.Runtime.InteropServices.RuntimeInformation.dll + System.Runtime.Numerics.dll + System.Runtime.Serialization.dll + System.Runtime.Serialization.Formatters.dll + System.Runtime.Serialization.Json.dll + System.Runtime.Serialization.Primitives.dll + System.Runtime.Serialization.Xml.dll + System.Security.Claims.dll + System.Security.Cryptography.Algorithms.dll + System.Security.Cryptography.Csp.dll + System.Security.Cryptography.Encoding.dll + System.Security.Cryptography.Primitives.dll + System.Security.Cryptography.X509Certificates.dll + System.Security.Principal.dll + System.Security.SecureString.dll + System.ServiceModel.Web.dll + System.Text.Encoding.dll + System.Text.Encoding.Extensions.dll + System.Text.RegularExpressions.dll + System.Threading.dll + System.Threading.Overlapped.dll + System.Threading.Tasks.dll + System.Threading.Tasks.Extensions.dll + System.Threading.Tasks.Parallel.dll + System.Threading.Thread.dll + System.Threading.ThreadPool.dll + System.Threading.Timer.dll + System.Transactions.dll + System.ValueTuple.dll + System.Web.dll + System.Windows.dll + System.Xml.dll + System.Xml.Linq.dll + System.Xml.ReaderWriter.dll + System.Xml.Serialization.dll + System.Xml.XDocument.dll + System.Xml.XmlDocument.dll + System.Xml.XmlSerializer.dll + System.Xml.XPath.dll + System.Xml.XPath.XDocument.dll + +[analyzerReferences] +../../../Data/nuget/packages/system.text.json/10.0.5/analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll + +[analyzerConfigFiles] +obj/Debug/netstandard2.1/SlnMesnac.Model.GeneratedMSBuildEditorConfig.editorconfig diff --git a/SlnMesnac.Repository/SlnMesnac.Repository.csproj.lscache b/SlnMesnac.Repository/SlnMesnac.Repository.csproj.lscache new file mode 100644 index 0000000..57cd0d3 --- /dev/null +++ b/SlnMesnac.Repository/SlnMesnac.Repository.csproj.lscache @@ -0,0 +1,260 @@ +version=1 + +# This file caches language service data to improve the performance of C# Dev Kit. +# It is not intended for manual editing. It can safely be deleted and will be +# regenerated automatically. For more information, see https://aka.ms/lscache +# +# To control where cache files are stored, use the following VS Code setting: +# "dotnet.projectsystem.cacheInProjectFolder": true + +[project] +language=C# +primary +lastDtbSucceeded + +[properties] +AssemblyName=SlnMesnac.Repository +CommandLineArgsForDesignTimeEvaluation=-langversion:8.0 -define:TRACE +CompilerGeneratedFilesOutputPath= +MaxSupportedLangVersion=8.0 +ProjectAssetsFile=obj/project.assets.json +RootNamespace=SlnMesnac.Repository +RunAnalyzers= +RunAnalyzersDuringLiveAnalysis= +SolutionPath=../SlnMesnac.sln +TargetFrameworkIdentifier=.NETStandard +TargetPath=bin/Debug/netstandard2.1/SlnMesnac.Repository.dll +TargetRefPath= +TemporaryDependencyNodeTargetIdentifier=netstandard2.1 + +[commandLineArguments] +/noconfig +/unsafe- +/checked- +/nowarn:1701,1702,1701,1702 +/fullpaths +/nostdlib+ +/errorreport:prompt +/define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_1;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER;NETSTANDARD2_1_OR_GREATER +/highentropyva+ +/nullable:enable +/debug+ +/debug:portable +/filealign:512 +/optimize- +/out:obj\Debug\netstandard2.1\SlnMesnac.Repository.dll +/target:library +/warnaserror- +/utf8output +/deterministic+ +/langversion:8.0 +/warnaserror+:NU1605 + +[sourceFiles] +obj/Debug/netstandard2.1/ + .NETStandard,Version=v2.1.AssemblyAttributes.cs + SlnMesnac.Repository.AssemblyInfo.cs +service/Impl/ + MesOrderInfoImpl.cs + RealReadDataImpl.cs +SQLiteAsyncHelper.cs +SQLiteHelper.cs + +[metadataReferences] +../../../Data/nuget/packages/ + microsoft.aspnetcore.hosting.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll + microsoft.aspnetcore.hosting.server.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll + microsoft.aspnetcore.http.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll + microsoft.aspnetcore.http.features/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll + microsoft.bcl.asyncinterfaces/10.0.5/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll + microsoft.csharp/4.5.0/ref/netstandard2.0/Microsoft.CSharp.dll + microsoft.data.sqlclient/2.1.4/ref/netstandard2.1/Microsoft.Data.SqlClient.dll + microsoft.data.sqlite.core/8.0.0/lib/netstandard2.0/Microsoft.Data.Sqlite.dll + microsoft.dotnet.platformabstractions/2.0.4/lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll + microsoft.extensions.configuration.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll + microsoft.extensions.configuration.fileextensions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll + microsoft.extensions.configuration.json/9.0.0/lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll + microsoft.extensions.configuration/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.dll + microsoft.extensions.dependencyinjection.abstractions/8.0.0/lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll + microsoft.extensions.dependencymodel/2.0.4/lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll + microsoft.extensions.fileproviders.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll + microsoft.extensions.fileproviders.physical/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll + microsoft.extensions.filesystemglobbing/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll + microsoft.extensions.hosting.abstractions/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll + microsoft.extensions.logging.abstractions/8.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll + microsoft.extensions.options/8.0.1/lib/netstandard2.1/Microsoft.Extensions.Options.dll + microsoft.extensions.platformabstractions/1.1.0/lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll + microsoft.extensions.primitives/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Primitives.dll + microsoft.identitymodel.jsonwebtokens/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll + microsoft.identitymodel.logging/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll + microsoft.identitymodel.protocols.openidconnect/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll + microsoft.identitymodel.protocols/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll + microsoft.identitymodel.tokens/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll + microsoft.win32.registry/5.0.0/ref/netstandard2.0/Microsoft.Win32.Registry.dll + mysqlconnector/2.2.5/lib/netstandard2.1/MySqlConnector.dll + nancy/2.0.0/lib/netstandard2.0/Nancy.dll + newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll + npgsql/5.0.7/lib/netstandard2.1/Npgsql.dll + oracle.manageddataaccess.core/3.21.100/lib/netstandard2.1/Oracle.ManagedDataAccess.dll + sqlite-net-pcl/1.9.172/lib/netstandard2.0/SQLite-net.dll + sqlitepclraw.bundle_e_sqlite3/2.1.6/lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll + sqlitepclraw.core/2.1.6/lib/netstandard2.0/SQLitePCLRaw.core.dll + sqlitepclraw.provider.e_sqlite3/2.1.6/lib/netstandard2.0/SQLitePCLRaw.provider.e_sqlite3.dll + sqlsugarcore.dm/1.2.0/lib/netstandard2.0/DmProvider.dll + sqlsugarcore.kdbndp/7.4.0/lib/netstandard2.1/Kdbndp.dll + sqlsugarcore/5.1.4.134/lib/netstandard2.1/SqlSugar.dll + system.componentmodel.annotations/5.0.0/ref/netstandard2.1/System.ComponentModel.Annotations.dll + system.diagnostics.diagnosticsource/6.0.0/lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll + system.diagnostics.performancecounter/6.0.1/lib/netstandard2.0/System.Diagnostics.PerformanceCounter.dll + system.directoryservices.protocols/6.0.1/lib/netstandard2.0/System.DirectoryServices.Protocols.dll + system.directoryservices/6.0.1/lib/netstandard2.0/System.DirectoryServices.dll + system.drawing.common/6.0.0/lib/netstandard2.0/System.Drawing.Common.dll + system.identitymodel.tokens.jwt/6.8.0/lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll + system.io.filesystem.accesscontrol/5.0.0/ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll + system.io.pipelines/10.0.5/lib/netstandard2.0/System.IO.Pipelines.dll + system.io.ports/6.0.0/lib/netstandard2.0/System.IO.Ports.dll + system.reflection.typeextensions/4.3.0/ref/netstandard1.5/System.Reflection.TypeExtensions.dll + system.runtime.compilerservices.unsafe/6.1.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll + system.security.accesscontrol/6.0.0/lib/netstandard2.0/System.Security.AccessControl.dll + system.security.cryptography.cng/4.5.0/ref/netstandard2.0/System.Security.Cryptography.Cng.dll + system.security.permissions/6.0.0/lib/netstandard2.0/System.Security.Permissions.dll + system.security.principal.windows/5.0.0/ref/netstandard2.0/System.Security.Principal.Windows.dll + system.text.encoding.codepages/5.0.0/lib/netstandard2.0/System.Text.Encoding.CodePages.dll + system.text.encodings.web/10.0.5/lib/netstandard2.0/System.Text.Encodings.Web.dll + system.text.json/10.0.5/lib/netstandard2.0/System.Text.Json.dll + system.threading.channels/4.7.0/lib/netstandard2.0/System.Threading.Channels.dll +../ + SlnMesnac.Common/bin/Debug/netstandard2.1/SlnMesnac.Common.dll + SlnMesnac.Config/bin/Debug/netstandard2.1/SlnMesnac.Config.dll + SlnMesnac.Model/bin/Debug/netstandard2.1/SlnMesnac.Model.dll +/packs/NETStandard.Library.Ref/2.1.0/ref/netstandard2.1/ + Microsoft.Win32.Primitives.dll + mscorlib.dll + netstandard.dll + System.AppContext.dll + System.Buffers.dll + System.Collections.Concurrent.dll + System.Collections.dll + System.Collections.NonGeneric.dll + System.Collections.Specialized.dll + System.ComponentModel.Composition.dll + System.ComponentModel.dll + System.ComponentModel.EventBasedAsync.dll + System.ComponentModel.Primitives.dll + System.ComponentModel.TypeConverter.dll + System.Console.dll + System.Core.dll + System.Data.Common.dll + System.Data.dll + System.Diagnostics.Contracts.dll + System.Diagnostics.Debug.dll + System.Diagnostics.FileVersionInfo.dll + System.Diagnostics.Process.dll + System.Diagnostics.StackTrace.dll + System.Diagnostics.TextWriterTraceListener.dll + System.Diagnostics.Tools.dll + System.Diagnostics.TraceSource.dll + System.Diagnostics.Tracing.dll + System.dll + System.Drawing.dll + System.Drawing.Primitives.dll + System.Dynamic.Runtime.dll + System.Globalization.Calendars.dll + System.Globalization.dll + System.Globalization.Extensions.dll + System.IO.Compression.dll + System.IO.Compression.FileSystem.dll + System.IO.Compression.ZipFile.dll + System.IO.dll + System.IO.FileSystem.dll + System.IO.FileSystem.DriveInfo.dll + System.IO.FileSystem.Primitives.dll + System.IO.FileSystem.Watcher.dll + System.IO.IsolatedStorage.dll + System.IO.MemoryMappedFiles.dll + System.IO.Pipes.dll + System.IO.UnmanagedMemoryStream.dll + System.Linq.dll + System.Linq.Expressions.dll + System.Linq.Parallel.dll + System.Linq.Queryable.dll + System.Memory.dll + System.Net.dll + System.Net.Http.dll + System.Net.NameResolution.dll + System.Net.NetworkInformation.dll + System.Net.Ping.dll + System.Net.Primitives.dll + System.Net.Requests.dll + System.Net.Security.dll + System.Net.Sockets.dll + System.Net.WebHeaderCollection.dll + System.Net.WebSockets.Client.dll + System.Net.WebSockets.dll + System.Numerics.dll + System.Numerics.Vectors.dll + System.ObjectModel.dll + System.Reflection.DispatchProxy.dll + System.Reflection.dll + System.Reflection.Emit.dll + System.Reflection.Emit.ILGeneration.dll + System.Reflection.Emit.Lightweight.dll + System.Reflection.Extensions.dll + System.Reflection.Primitives.dll + System.Resources.Reader.dll + System.Resources.ResourceManager.dll + System.Resources.Writer.dll + System.Runtime.CompilerServices.VisualC.dll + System.Runtime.dll + System.Runtime.Extensions.dll + System.Runtime.Handles.dll + System.Runtime.InteropServices.dll + System.Runtime.InteropServices.RuntimeInformation.dll + System.Runtime.Numerics.dll + System.Runtime.Serialization.dll + System.Runtime.Serialization.Formatters.dll + System.Runtime.Serialization.Json.dll + System.Runtime.Serialization.Primitives.dll + System.Runtime.Serialization.Xml.dll + System.Security.Claims.dll + System.Security.Cryptography.Algorithms.dll + System.Security.Cryptography.Csp.dll + System.Security.Cryptography.Encoding.dll + System.Security.Cryptography.Primitives.dll + System.Security.Cryptography.X509Certificates.dll + System.Security.Principal.dll + System.Security.SecureString.dll + System.ServiceModel.Web.dll + System.Text.Encoding.dll + System.Text.Encoding.Extensions.dll + System.Text.RegularExpressions.dll + System.Threading.dll + System.Threading.Overlapped.dll + System.Threading.Tasks.dll + System.Threading.Tasks.Extensions.dll + System.Threading.Tasks.Parallel.dll + System.Threading.Thread.dll + System.Threading.ThreadPool.dll + System.Threading.Timer.dll + System.Transactions.dll + System.ValueTuple.dll + System.Web.dll + System.Windows.dll + System.Xml.dll + System.Xml.Linq.dll + System.Xml.ReaderWriter.dll + System.Xml.Serialization.dll + System.Xml.XDocument.dll + System.Xml.XmlDocument.dll + System.Xml.XmlSerializer.dll + System.Xml.XPath.dll + System.Xml.XPath.XDocument.dll + +[analyzerReferences] +../../../Data/nuget/packages/ + microsoft.extensions.logging.abstractions/8.0.0/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll + microsoft.extensions.options/8.0.1/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll + system.text.json/10.0.5/analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll + +[analyzerConfigFiles] +obj/Debug/netstandard2.1/SlnMesnac.Repository.GeneratedMSBuildEditorConfig.editorconfig diff --git a/SlnMesnac.Rfid/Factory/RflyFactory.cs b/SlnMesnac.Rfid/Factory/RflyFactory.cs index d569943..2058412 100644 --- a/SlnMesnac.Rfid/Factory/RflyFactory.cs +++ b/SlnMesnac.Rfid/Factory/RflyFactory.cs @@ -714,7 +714,7 @@ namespace SlnMesnac.Rfid.Factory //自动根据写入数据封装 Base03HENtity rawData = new Base03HENtity() { - TimeOut = _stringChange.IntToBytes(2, 1000), + TimeOut = _stringChange.IntToBytes(2, 5000), AccessPassword = _stringChange.IntToBytes(4, 0), SelectBank = 01, SelectAddress = _stringChange.IntToBytes(4, 32), @@ -784,7 +784,7 @@ namespace SlnMesnac.Rfid.Factory } }); Log.Information($"{m_deviceID}发送写入指令{_stringChange.bytesToHexStr(result, result.Length)}"); - using (var responsedData = waitClient.SendThenResponseAsync(result, 2000).GetAwaiter().GetResult()) + using (var responsedData = waitClient.SendThenResponseAsync(result, 6000).GetAwaiter().GetResult()) { var reciveBuffer = responsedData.Memory.ToArray(); Log.Information($"{m_deviceID}接收写入指令{_stringChange.bytesToHexStr(reciveBuffer, reciveBuffer.Length)}"); diff --git a/SlnMesnac.Rfid/SlnMesnac.Rfid.csproj.lscache b/SlnMesnac.Rfid/SlnMesnac.Rfid.csproj.lscache new file mode 100644 index 0000000..ac5cfdd --- /dev/null +++ b/SlnMesnac.Rfid/SlnMesnac.Rfid.csproj.lscache @@ -0,0 +1,298 @@ +version=1 + +# This file caches language service data to improve the performance of C# Dev Kit. +# It is not intended for manual editing. It can safely be deleted and will be +# regenerated automatically. For more information, see https://aka.ms/lscache +# +# To control where cache files are stored, use the following VS Code setting: +# "dotnet.projectsystem.cacheInProjectFolder": true + +[project] +language=C# +primary +lastDtbSucceeded + +[properties] +AssemblyName=SlnMesnac.Rfid +CommandLineArgsForDesignTimeEvaluation=-langversion:8.0 -define:TRACE +CompilerGeneratedFilesOutputPath= +MaxSupportedLangVersion=8.0 +ProjectAssetsFile=obj/project.assets.json +RootNamespace=SlnMesnac.Rfid +RunAnalyzers= +RunAnalyzersDuringLiveAnalysis= +SolutionPath=../SlnMesnac.sln +TargetFrameworkIdentifier=.NETStandard +TargetPath=bin/Debug/netstandard2.1/SlnMesnac.Rfid.dll +TargetRefPath= +TemporaryDependencyNodeTargetIdentifier=netstandard2.1 + +[commandLineArguments] +/noconfig +/unsafe- +/checked- +/nowarn:1701,1702,1701,1702 +/fullpaths +/nostdlib+ +/errorreport:prompt +/define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_1;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER;NETSTANDARD2_1_OR_GREATER +/highentropyva+ +/nullable:enable +/debug+ +/debug:portable +/filealign:512 +/optimize- +/out:obj\Debug\netstandard2.1\SlnMesnac.Rfid.dll +/target:library +/warnaserror- +/utf8output +/deterministic+ +/langversion:8.0 +/warnaserror+:NU1605 + +[sourceFiles] +Dto/MessagePack.cs +Enum/RecvState.cs +Factory/ + FuchsFactory.cs + RflyFactory.cs +GloalVar.cs +MeshttpClient.cs +NewRFIDConnect/ + BaseRFIDDataAnalyse.cs + entity/ + Base03HEntity.cs + Base11HEntity.cs + BaseReciveDataEntity.cs + BaseSendDataEntity.cs + BFHEntity.cs + Receive02HEntity.cs + RfidDataAnalyse.cs +obj/Debug/netstandard2.1/ + .NETStandard,Version=v2.1.AssemblyAttributes.cs + SlnMesnac.Rfid.AssemblyInfo.cs +RfidAbsractFactory.cs +TouchSocketSetup.cs + +[metadataReferences] +../../../Data/nuget/packages/ + microsoft.aspnetcore.hosting.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll + microsoft.aspnetcore.hosting.server.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll + microsoft.aspnetcore.http.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll + microsoft.aspnetcore.http.features/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll + microsoft.bcl.asyncinterfaces/10.0.5/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll + microsoft.csharp/4.5.0/ref/netstandard2.0/Microsoft.CSharp.dll + microsoft.data.sqlclient/2.1.4/ref/netstandard2.1/Microsoft.Data.SqlClient.dll + microsoft.data.sqlite.core/8.0.0/lib/netstandard2.0/Microsoft.Data.Sqlite.dll + microsoft.extensions.configuration.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll + microsoft.extensions.configuration.binder/8.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll + microsoft.extensions.configuration.fileextensions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll + microsoft.extensions.configuration.json/9.0.0/lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll + microsoft.extensions.configuration/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.dll + microsoft.extensions.dependencyinjection.abstractions/8.0.0/lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll + microsoft.extensions.dependencyinjection/8.0.0/lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll + microsoft.extensions.dependencymodel/8.0.0/lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll + microsoft.extensions.diagnostics.abstractions/8.0.0/lib/netstandard2.0/Microsoft.Extensions.Diagnostics.Abstractions.dll + microsoft.extensions.fileproviders.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll + microsoft.extensions.fileproviders.physical/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll + microsoft.extensions.filesystemglobbing/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll + microsoft.extensions.hosting.abstractions/8.0.0/lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.dll + microsoft.extensions.logging.abstractions/8.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll + microsoft.extensions.logging/8.0.0/lib/netstandard2.1/Microsoft.Extensions.Logging.dll + microsoft.extensions.options/8.0.1/lib/netstandard2.1/Microsoft.Extensions.Options.dll + microsoft.extensions.platformabstractions/1.1.0/lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll + microsoft.extensions.primitives/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Primitives.dll + microsoft.identitymodel.jsonwebtokens/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll + microsoft.identitymodel.logging/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll + microsoft.identitymodel.protocols.openidconnect/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll + microsoft.identitymodel.protocols/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll + microsoft.identitymodel.tokens/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll + microsoft.win32.registry/5.0.0/ref/netstandard2.0/Microsoft.Win32.Registry.dll + mysqlconnector/2.2.5/lib/netstandard2.1/MySqlConnector.dll + nancy/2.0.0/lib/netstandard2.0/Nancy.dll + newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll + npgsql/5.0.7/lib/netstandard2.1/Npgsql.dll + oracle.manageddataaccess.core/3.21.100/lib/netstandard2.1/Oracle.ManagedDataAccess.dll + serilog.aspnetcore/8.0.0/lib/netstandard2.0/Serilog.AspNetCore.dll + serilog.extensions.hosting/8.0.0/lib/netstandard2.0/Serilog.Extensions.Hosting.dll + serilog.extensions.logging/8.0.0/lib/netstandard2.1/Serilog.Extensions.Logging.dll + serilog.formatting.compact/2.0.0/lib/netstandard2.1/Serilog.Formatting.Compact.dll + serilog.settings.configuration/8.0.0/lib/netstandard2.0/Serilog.Settings.Configuration.dll + serilog.sinks.console/5.0.0/lib/netstandard2.1/Serilog.Sinks.Console.dll + serilog.sinks.debug/2.0.0/lib/netstandard2.1/Serilog.Sinks.Debug.dll + serilog.sinks.file/5.0.0/lib/netstandard2.1/Serilog.Sinks.File.dll + serilog/3.1.1/lib/netstandard2.1/Serilog.dll + sqlite-net-pcl/1.9.172/lib/netstandard2.0/SQLite-net.dll + sqlitepclraw.bundle_e_sqlite3/2.1.6/lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll + sqlitepclraw.core/2.1.6/lib/netstandard2.0/SQLitePCLRaw.core.dll + sqlitepclraw.provider.e_sqlite3/2.1.6/lib/netstandard2.0/SQLitePCLRaw.provider.e_sqlite3.dll + sqlsugarcore.dm/1.2.0/lib/netstandard2.0/DmProvider.dll + sqlsugarcore.kdbndp/7.4.0/lib/netstandard2.1/Kdbndp.dll + sqlsugarcore/5.1.4.134/lib/netstandard2.1/SqlSugar.dll + system.componentmodel.annotations/5.0.0/ref/netstandard2.1/System.ComponentModel.Annotations.dll + system.diagnostics.diagnosticsource/8.0.0/lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll + system.diagnostics.performancecounter/6.0.1/lib/netstandard2.0/System.Diagnostics.PerformanceCounter.dll + system.directoryservices.protocols/6.0.1/lib/netstandard2.0/System.DirectoryServices.Protocols.dll + system.directoryservices/6.0.1/lib/netstandard2.0/System.DirectoryServices.dll + system.drawing.common/6.0.0/lib/netstandard2.0/System.Drawing.Common.dll + system.identitymodel.tokens.jwt/6.8.0/lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll + system.io.filesystem.accesscontrol/5.0.0/ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll + system.io.pipelines/10.0.5/lib/netstandard2.0/System.IO.Pipelines.dll + system.io.ports/6.0.0/lib/netstandard2.0/System.IO.Ports.dll + system.reflection.typeextensions/4.3.0/ref/netstandard1.5/System.Reflection.TypeExtensions.dll + system.runtime.compilerservices.unsafe/6.1.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll + system.security.accesscontrol/6.0.0/lib/netstandard2.0/System.Security.AccessControl.dll + system.security.cryptography.cng/4.5.0/ref/netstandard2.0/System.Security.Cryptography.Cng.dll + system.security.permissions/6.0.0/lib/netstandard2.0/System.Security.Permissions.dll + system.security.principal.windows/5.0.0/ref/netstandard2.0/System.Security.Principal.Windows.dll + system.text.encoding.codepages/5.0.0/lib/netstandard2.0/System.Text.Encoding.CodePages.dll + system.text.encodings.web/10.0.5/lib/netstandard2.0/System.Text.Encodings.Web.dll + system.text.json/10.0.5/lib/netstandard2.0/System.Text.Json.dll + system.threading.channels/4.7.0/lib/netstandard2.0/System.Threading.Channels.dll + touchsocket.core/4.1.16/lib/netstandard2.1/TouchSocket.Core.dll + touchsocket.http/4.1.16/lib/netstandard2.1/TouchSocket.Http.dll + touchsocket.rpc/4.1.16/lib/netstandard2.1/TouchSocket.Rpc.dll + touchsocket.webapi.swagger/4.1.16/lib/netstandard2.1/TouchSocket.WebApi.Swagger.dll + touchsocket.webapi/4.1.16/lib/netstandard2.1/TouchSocket.WebApi.dll + touchsocket/4.1.16/lib/netstandard2.1/TouchSocket.dll +../ + SlnMesnac.Common/bin/Debug/netstandard2.1/SlnMesnac.Common.dll + SlnMesnac.Config/bin/Debug/netstandard2.1/SlnMesnac.Config.dll + SlnMesnac.Model/bin/Debug/netstandard2.1/SlnMesnac.Model.dll + SlnMesnac.Repository/bin/Debug/netstandard2.1/SlnMesnac.Repository.dll + SlnMesnac.Serilog/bin/Debug/netstandard2.1/SlnMesnac.Serilog.dll + SlnMesnac.TouchSocket/bin/Debug/netstandard2.1/SlnMesnac.TouchSocket.dll +/packs/NETStandard.Library.Ref/2.1.0/ref/netstandard2.1/ + Microsoft.Win32.Primitives.dll + mscorlib.dll + netstandard.dll + System.AppContext.dll + System.Buffers.dll + System.Collections.Concurrent.dll + System.Collections.dll + System.Collections.NonGeneric.dll + System.Collections.Specialized.dll + System.ComponentModel.Composition.dll + System.ComponentModel.dll + System.ComponentModel.EventBasedAsync.dll + System.ComponentModel.Primitives.dll + System.ComponentModel.TypeConverter.dll + System.Console.dll + System.Core.dll + System.Data.Common.dll + System.Data.dll + System.Diagnostics.Contracts.dll + System.Diagnostics.Debug.dll + System.Diagnostics.FileVersionInfo.dll + System.Diagnostics.Process.dll + System.Diagnostics.StackTrace.dll + System.Diagnostics.TextWriterTraceListener.dll + System.Diagnostics.Tools.dll + System.Diagnostics.TraceSource.dll + System.Diagnostics.Tracing.dll + System.dll + System.Drawing.dll + System.Drawing.Primitives.dll + System.Dynamic.Runtime.dll + System.Globalization.Calendars.dll + System.Globalization.dll + System.Globalization.Extensions.dll + System.IO.Compression.dll + System.IO.Compression.FileSystem.dll + System.IO.Compression.ZipFile.dll + System.IO.dll + System.IO.FileSystem.dll + System.IO.FileSystem.DriveInfo.dll + System.IO.FileSystem.Primitives.dll + System.IO.FileSystem.Watcher.dll + System.IO.IsolatedStorage.dll + System.IO.MemoryMappedFiles.dll + System.IO.Pipes.dll + System.IO.UnmanagedMemoryStream.dll + System.Linq.dll + System.Linq.Expressions.dll + System.Linq.Parallel.dll + System.Linq.Queryable.dll + System.Memory.dll + System.Net.dll + System.Net.Http.dll + System.Net.NameResolution.dll + System.Net.NetworkInformation.dll + System.Net.Ping.dll + System.Net.Primitives.dll + System.Net.Requests.dll + System.Net.Security.dll + System.Net.Sockets.dll + System.Net.WebHeaderCollection.dll + System.Net.WebSockets.Client.dll + System.Net.WebSockets.dll + System.Numerics.dll + System.Numerics.Vectors.dll + System.ObjectModel.dll + System.Reflection.DispatchProxy.dll + System.Reflection.dll + System.Reflection.Emit.dll + System.Reflection.Emit.ILGeneration.dll + System.Reflection.Emit.Lightweight.dll + System.Reflection.Extensions.dll + System.Reflection.Primitives.dll + System.Resources.Reader.dll + System.Resources.ResourceManager.dll + System.Resources.Writer.dll + System.Runtime.CompilerServices.VisualC.dll + System.Runtime.dll + System.Runtime.Extensions.dll + System.Runtime.Handles.dll + System.Runtime.InteropServices.dll + System.Runtime.InteropServices.RuntimeInformation.dll + System.Runtime.Numerics.dll + System.Runtime.Serialization.dll + System.Runtime.Serialization.Formatters.dll + System.Runtime.Serialization.Json.dll + System.Runtime.Serialization.Primitives.dll + System.Runtime.Serialization.Xml.dll + System.Security.Claims.dll + System.Security.Cryptography.Algorithms.dll + System.Security.Cryptography.Csp.dll + System.Security.Cryptography.Encoding.dll + System.Security.Cryptography.Primitives.dll + System.Security.Cryptography.X509Certificates.dll + System.Security.Principal.dll + System.Security.SecureString.dll + System.ServiceModel.Web.dll + System.Text.Encoding.dll + System.Text.Encoding.Extensions.dll + System.Text.RegularExpressions.dll + System.Threading.dll + System.Threading.Overlapped.dll + System.Threading.Tasks.dll + System.Threading.Tasks.Extensions.dll + System.Threading.Tasks.Parallel.dll + System.Threading.Thread.dll + System.Threading.ThreadPool.dll + System.Threading.Timer.dll + System.Transactions.dll + System.ValueTuple.dll + System.Web.dll + System.Windows.dll + System.Xml.dll + System.Xml.Linq.dll + System.Xml.ReaderWriter.dll + System.Xml.Serialization.dll + System.Xml.XDocument.dll + System.Xml.XmlDocument.dll + System.Xml.XmlSerializer.dll + System.Xml.XPath.dll + System.Xml.XPath.XDocument.dll + +[analyzerReferences] +../../../Data/nuget/packages/ + microsoft.extensions.logging.abstractions/8.0.0/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll + microsoft.extensions.options/8.0.1/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll + system.text.json/10.0.5/analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll + touchsocket.core/4.1.16/analyzers/dotnet/cs/TouchSocket.Core.SourceGenerator.dll + touchsocket.rpc/4.1.16/analyzers/dotnet/cs/TouchSocket.Rpc.SourceGenerator.dll + touchsocket.webapi/4.1.16/analyzers/dotnet/cs/TouchSocket.WebApi.SourceGenerator.dll + +[analyzerConfigFiles] +obj/Debug/netstandard2.1/SlnMesnac.Rfid.GeneratedMSBuildEditorConfig.editorconfig diff --git a/SlnMesnac.Serilog/SlnMesnac.Serilog.csproj.lscache b/SlnMesnac.Serilog/SlnMesnac.Serilog.csproj.lscache new file mode 100644 index 0000000..59065dd --- /dev/null +++ b/SlnMesnac.Serilog/SlnMesnac.Serilog.csproj.lscache @@ -0,0 +1,231 @@ +version=1 + +# This file caches language service data to improve the performance of C# Dev Kit. +# It is not intended for manual editing. It can safely be deleted and will be +# regenerated automatically. For more information, see https://aka.ms/lscache +# +# To control where cache files are stored, use the following VS Code setting: +# "dotnet.projectsystem.cacheInProjectFolder": true + +[project] +language=C# +primary +lastDtbSucceeded + +[properties] +AssemblyName=SlnMesnac.Serilog +CommandLineArgsForDesignTimeEvaluation=-langversion:8.0 -define:TRACE +CompilerGeneratedFilesOutputPath= +MaxSupportedLangVersion=8.0 +ProjectAssetsFile=obj/project.assets.json +RootNamespace=SlnMesnac.Serilog +RunAnalyzers= +RunAnalyzersDuringLiveAnalysis= +SolutionPath=../SlnMesnac.sln +TargetFrameworkIdentifier=.NETStandard +TargetPath=bin/Debug/netstandard2.1/SlnMesnac.Serilog.dll +TargetRefPath= +TemporaryDependencyNodeTargetIdentifier=netstandard2.1 + +[commandLineArguments] +/noconfig +/unsafe- +/checked- +/nowarn:1701,1702,1701,1702 +/fullpaths +/nostdlib+ +/errorreport:prompt +/define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_1;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER;NETSTANDARD2_1_OR_GREATER +/highentropyva+ +/nullable:enable +/debug+ +/debug:portable +/filealign:512 +/optimize- +/out:obj\Debug\netstandard2.1\SlnMesnac.Serilog.dll +/target:library +/warnaserror- +/utf8output +/deterministic+ +/langversion:8.0 +/warnaserror+:NU1605 + +[sourceFiles] +obj/Debug/netstandard2.1/ + .NETStandard,Version=v2.1.AssemblyAttributes.cs + SlnMesnac.Serilog.AssemblyInfo.cs +SerilogExtensions.cs +SerilogHelper.cs + +[metadataReferences] +../../../Data/nuget/packages/ + microsoft.aspnetcore.hosting.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll + microsoft.aspnetcore.hosting.server.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll + microsoft.aspnetcore.http.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll + microsoft.aspnetcore.http.features/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll + microsoft.bcl.asyncinterfaces/10.0.5/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll + microsoft.extensions.configuration.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll + microsoft.extensions.configuration.binder/8.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll + microsoft.extensions.configuration.fileextensions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll + microsoft.extensions.configuration.json/9.0.0/lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll + microsoft.extensions.configuration/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.dll + microsoft.extensions.dependencyinjection.abstractions/8.0.0/lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll + microsoft.extensions.dependencyinjection/8.0.0/lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll + microsoft.extensions.dependencymodel/8.0.0/lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll + microsoft.extensions.diagnostics.abstractions/8.0.0/lib/netstandard2.0/Microsoft.Extensions.Diagnostics.Abstractions.dll + microsoft.extensions.fileproviders.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll + microsoft.extensions.fileproviders.physical/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll + microsoft.extensions.filesystemglobbing/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll + microsoft.extensions.hosting.abstractions/8.0.0/lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.dll + microsoft.extensions.logging.abstractions/8.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll + microsoft.extensions.logging/8.0.0/lib/netstandard2.1/Microsoft.Extensions.Logging.dll + microsoft.extensions.options/8.0.1/lib/netstandard2.1/Microsoft.Extensions.Options.dll + microsoft.extensions.primitives/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Primitives.dll + newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll + serilog.aspnetcore/8.0.0/lib/netstandard2.0/Serilog.AspNetCore.dll + serilog.extensions.hosting/8.0.0/lib/netstandard2.0/Serilog.Extensions.Hosting.dll + serilog.extensions.logging/8.0.0/lib/netstandard2.1/Serilog.Extensions.Logging.dll + serilog.formatting.compact/2.0.0/lib/netstandard2.1/Serilog.Formatting.Compact.dll + serilog.settings.configuration/8.0.0/lib/netstandard2.0/Serilog.Settings.Configuration.dll + serilog.sinks.console/5.0.0/lib/netstandard2.1/Serilog.Sinks.Console.dll + serilog.sinks.debug/2.0.0/lib/netstandard2.1/Serilog.Sinks.Debug.dll + serilog.sinks.file/5.0.0/lib/netstandard2.1/Serilog.Sinks.File.dll + serilog/3.1.1/lib/netstandard2.1/Serilog.dll + system.componentmodel.annotations/5.0.0/ref/netstandard2.1/System.ComponentModel.Annotations.dll + system.diagnostics.diagnosticsource/8.0.0/lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll + system.io.pipelines/10.0.5/lib/netstandard2.0/System.IO.Pipelines.dll + system.runtime.compilerservices.unsafe/6.1.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll + system.text.encodings.web/10.0.5/lib/netstandard2.0/System.Text.Encodings.Web.dll + system.text.json/10.0.5/lib/netstandard2.0/System.Text.Json.dll +../SlnMesnac.Config/bin/Debug/netstandard2.1/SlnMesnac.Config.dll +/packs/NETStandard.Library.Ref/2.1.0/ref/netstandard2.1/ + Microsoft.Win32.Primitives.dll + mscorlib.dll + netstandard.dll + System.AppContext.dll + System.Buffers.dll + System.Collections.Concurrent.dll + System.Collections.dll + System.Collections.NonGeneric.dll + System.Collections.Specialized.dll + System.ComponentModel.Composition.dll + System.ComponentModel.dll + System.ComponentModel.EventBasedAsync.dll + System.ComponentModel.Primitives.dll + System.ComponentModel.TypeConverter.dll + System.Console.dll + System.Core.dll + System.Data.Common.dll + System.Data.dll + System.Diagnostics.Contracts.dll + System.Diagnostics.Debug.dll + System.Diagnostics.FileVersionInfo.dll + System.Diagnostics.Process.dll + System.Diagnostics.StackTrace.dll + System.Diagnostics.TextWriterTraceListener.dll + System.Diagnostics.Tools.dll + System.Diagnostics.TraceSource.dll + System.Diagnostics.Tracing.dll + System.dll + System.Drawing.dll + System.Drawing.Primitives.dll + System.Dynamic.Runtime.dll + System.Globalization.Calendars.dll + System.Globalization.dll + System.Globalization.Extensions.dll + System.IO.Compression.dll + System.IO.Compression.FileSystem.dll + System.IO.Compression.ZipFile.dll + System.IO.dll + System.IO.FileSystem.dll + System.IO.FileSystem.DriveInfo.dll + System.IO.FileSystem.Primitives.dll + System.IO.FileSystem.Watcher.dll + System.IO.IsolatedStorage.dll + System.IO.MemoryMappedFiles.dll + System.IO.Pipes.dll + System.IO.UnmanagedMemoryStream.dll + System.Linq.dll + System.Linq.Expressions.dll + System.Linq.Parallel.dll + System.Linq.Queryable.dll + System.Memory.dll + System.Net.dll + System.Net.Http.dll + System.Net.NameResolution.dll + System.Net.NetworkInformation.dll + System.Net.Ping.dll + System.Net.Primitives.dll + System.Net.Requests.dll + System.Net.Security.dll + System.Net.Sockets.dll + System.Net.WebHeaderCollection.dll + System.Net.WebSockets.Client.dll + System.Net.WebSockets.dll + System.Numerics.dll + System.Numerics.Vectors.dll + System.ObjectModel.dll + System.Reflection.DispatchProxy.dll + System.Reflection.dll + System.Reflection.Emit.dll + System.Reflection.Emit.ILGeneration.dll + System.Reflection.Emit.Lightweight.dll + System.Reflection.Extensions.dll + System.Reflection.Primitives.dll + System.Resources.Reader.dll + System.Resources.ResourceManager.dll + System.Resources.Writer.dll + System.Runtime.CompilerServices.VisualC.dll + System.Runtime.dll + System.Runtime.Extensions.dll + System.Runtime.Handles.dll + System.Runtime.InteropServices.dll + System.Runtime.InteropServices.RuntimeInformation.dll + System.Runtime.Numerics.dll + System.Runtime.Serialization.dll + System.Runtime.Serialization.Formatters.dll + System.Runtime.Serialization.Json.dll + System.Runtime.Serialization.Primitives.dll + System.Runtime.Serialization.Xml.dll + System.Security.Claims.dll + System.Security.Cryptography.Algorithms.dll + System.Security.Cryptography.Csp.dll + System.Security.Cryptography.Encoding.dll + System.Security.Cryptography.Primitives.dll + System.Security.Cryptography.X509Certificates.dll + System.Security.Principal.dll + System.Security.SecureString.dll + System.ServiceModel.Web.dll + System.Text.Encoding.dll + System.Text.Encoding.Extensions.dll + System.Text.RegularExpressions.dll + System.Threading.dll + System.Threading.Overlapped.dll + System.Threading.Tasks.dll + System.Threading.Tasks.Extensions.dll + System.Threading.Tasks.Parallel.dll + System.Threading.Thread.dll + System.Threading.ThreadPool.dll + System.Threading.Timer.dll + System.Transactions.dll + System.ValueTuple.dll + System.Web.dll + System.Windows.dll + System.Xml.dll + System.Xml.Linq.dll + System.Xml.ReaderWriter.dll + System.Xml.Serialization.dll + System.Xml.XDocument.dll + System.Xml.XmlDocument.dll + System.Xml.XmlSerializer.dll + System.Xml.XPath.dll + System.Xml.XPath.XDocument.dll + +[analyzerReferences] +../../../Data/nuget/packages/ + microsoft.extensions.logging.abstractions/8.0.0/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll + microsoft.extensions.options/8.0.1/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll + system.text.json/10.0.5/analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll + +[analyzerConfigFiles] +obj/Debug/netstandard2.1/SlnMesnac.Serilog.GeneratedMSBuildEditorConfig.editorconfig diff --git a/SlnMesnac.TouchSocket/SlnMesnac.TouchSocket.csproj.lscache b/SlnMesnac.TouchSocket/SlnMesnac.TouchSocket.csproj.lscache new file mode 100644 index 0000000..01e14f9 --- /dev/null +++ b/SlnMesnac.TouchSocket/SlnMesnac.TouchSocket.csproj.lscache @@ -0,0 +1,278 @@ +version=1 + +# This file caches language service data to improve the performance of C# Dev Kit. +# It is not intended for manual editing. It can safely be deleted and will be +# regenerated automatically. For more information, see https://aka.ms/lscache +# +# To control where cache files are stored, use the following VS Code setting: +# "dotnet.projectsystem.cacheInProjectFolder": true + +[project] +language=C# +primary +lastDtbSucceeded + +[properties] +AssemblyName=SlnMesnac.TouchSocket +CommandLineArgsForDesignTimeEvaluation=-langversion:8.0 -define:TRACE +CompilerGeneratedFilesOutputPath= +MaxSupportedLangVersion=8.0 +ProjectAssetsFile=obj/project.assets.json +RootNamespace=SlnMesnac.TouchSocket +RunAnalyzers= +RunAnalyzersDuringLiveAnalysis= +SolutionPath=../SlnMesnac.sln +TargetFrameworkIdentifier=.NETStandard +TargetPath=bin/Debug/netstandard2.1/SlnMesnac.TouchSocket.dll +TargetRefPath= +TemporaryDependencyNodeTargetIdentifier=netstandard2.1 + +[commandLineArguments] +/noconfig +/unsafe- +/checked- +/nowarn:1701,1702,1701,1702 +/fullpaths +/nostdlib+ +/errorreport:prompt +/define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_1;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER;NETSTANDARD2_1_OR_GREATER +/highentropyva+ +/nullable:enable +/debug+ +/debug:portable +/filealign:512 +/optimize- +/out:obj\Debug\netstandard2.1\SlnMesnac.TouchSocket.dll +/target:library +/warnaserror- +/utf8output +/deterministic+ +/langversion:8.0 +/warnaserror+:NU1605 + +[sourceFiles] +obj/Debug/netstandard2.1/ + .NETStandard,Version=v2.1.AssemblyAttributes.cs + SlnMesnac.TouchSocket.AssemblyInfo.cs +TcpServer.cs + +[metadataReferences] +../../../Data/nuget/packages/ + microsoft.aspnetcore.hosting.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll + microsoft.aspnetcore.hosting.server.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll + microsoft.aspnetcore.http.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll + microsoft.aspnetcore.http.features/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll + microsoft.bcl.asyncinterfaces/10.0.5/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll + microsoft.csharp/4.5.0/ref/netstandard2.0/Microsoft.CSharp.dll + microsoft.data.sqlclient/2.1.4/ref/netstandard2.1/Microsoft.Data.SqlClient.dll + microsoft.data.sqlite.core/8.0.0/lib/netstandard2.0/Microsoft.Data.Sqlite.dll + microsoft.extensions.configuration.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll + microsoft.extensions.configuration.binder/8.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll + microsoft.extensions.configuration.fileextensions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll + microsoft.extensions.configuration.json/9.0.0/lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll + microsoft.extensions.configuration/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.dll + microsoft.extensions.dependencyinjection.abstractions/8.0.0/lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll + microsoft.extensions.dependencyinjection/8.0.0/lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll + microsoft.extensions.dependencymodel/8.0.0/lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll + microsoft.extensions.diagnostics.abstractions/8.0.0/lib/netstandard2.0/Microsoft.Extensions.Diagnostics.Abstractions.dll + microsoft.extensions.fileproviders.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll + microsoft.extensions.fileproviders.physical/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll + microsoft.extensions.filesystemglobbing/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll + microsoft.extensions.hosting.abstractions/8.0.0/lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.dll + microsoft.extensions.logging.abstractions/8.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll + microsoft.extensions.logging/8.0.0/lib/netstandard2.1/Microsoft.Extensions.Logging.dll + microsoft.extensions.options/8.0.1/lib/netstandard2.1/Microsoft.Extensions.Options.dll + microsoft.extensions.platformabstractions/1.1.0/lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll + microsoft.extensions.primitives/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Primitives.dll + microsoft.identitymodel.jsonwebtokens/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll + microsoft.identitymodel.logging/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll + microsoft.identitymodel.protocols.openidconnect/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll + microsoft.identitymodel.protocols/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll + microsoft.identitymodel.tokens/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll + microsoft.win32.registry/5.0.0/ref/netstandard2.0/Microsoft.Win32.Registry.dll + mysqlconnector/2.2.5/lib/netstandard2.1/MySqlConnector.dll + nancy/2.0.0/lib/netstandard2.0/Nancy.dll + newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll + npgsql/5.0.7/lib/netstandard2.1/Npgsql.dll + oracle.manageddataaccess.core/3.21.100/lib/netstandard2.1/Oracle.ManagedDataAccess.dll + serilog.aspnetcore/8.0.0/lib/netstandard2.0/Serilog.AspNetCore.dll + serilog.extensions.hosting/8.0.0/lib/netstandard2.0/Serilog.Extensions.Hosting.dll + serilog.extensions.logging/8.0.0/lib/netstandard2.1/Serilog.Extensions.Logging.dll + serilog.formatting.compact/2.0.0/lib/netstandard2.1/Serilog.Formatting.Compact.dll + serilog.settings.configuration/8.0.0/lib/netstandard2.0/Serilog.Settings.Configuration.dll + serilog.sinks.console/5.0.0/lib/netstandard2.1/Serilog.Sinks.Console.dll + serilog.sinks.debug/2.0.0/lib/netstandard2.1/Serilog.Sinks.Debug.dll + serilog.sinks.file/5.0.0/lib/netstandard2.1/Serilog.Sinks.File.dll + serilog/3.1.1/lib/netstandard2.1/Serilog.dll + sqlite-net-pcl/1.9.172/lib/netstandard2.0/SQLite-net.dll + sqlitepclraw.bundle_e_sqlite3/2.1.6/lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll + sqlitepclraw.core/2.1.6/lib/netstandard2.0/SQLitePCLRaw.core.dll + sqlitepclraw.provider.e_sqlite3/2.1.6/lib/netstandard2.0/SQLitePCLRaw.provider.e_sqlite3.dll + sqlsugarcore.dm/1.2.0/lib/netstandard2.0/DmProvider.dll + sqlsugarcore.kdbndp/7.4.0/lib/netstandard2.1/Kdbndp.dll + sqlsugarcore/5.1.4.134/lib/netstandard2.1/SqlSugar.dll + system.componentmodel.annotations/5.0.0/ref/netstandard2.1/System.ComponentModel.Annotations.dll + system.diagnostics.diagnosticsource/8.0.0/lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll + system.diagnostics.performancecounter/6.0.1/lib/netstandard2.0/System.Diagnostics.PerformanceCounter.dll + system.directoryservices.protocols/6.0.1/lib/netstandard2.0/System.DirectoryServices.Protocols.dll + system.directoryservices/6.0.1/lib/netstandard2.0/System.DirectoryServices.dll + system.drawing.common/6.0.0/lib/netstandard2.0/System.Drawing.Common.dll + system.identitymodel.tokens.jwt/6.8.0/lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll + system.io.filesystem.accesscontrol/5.0.0/ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll + system.io.pipelines/10.0.5/lib/netstandard2.0/System.IO.Pipelines.dll + system.io.ports/6.0.0/lib/netstandard2.0/System.IO.Ports.dll + system.reflection.typeextensions/4.3.0/ref/netstandard1.5/System.Reflection.TypeExtensions.dll + system.runtime.compilerservices.unsafe/6.1.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll + system.security.accesscontrol/6.0.0/lib/netstandard2.0/System.Security.AccessControl.dll + system.security.cryptography.cng/4.5.0/ref/netstandard2.0/System.Security.Cryptography.Cng.dll + system.security.permissions/6.0.0/lib/netstandard2.0/System.Security.Permissions.dll + system.security.principal.windows/5.0.0/ref/netstandard2.0/System.Security.Principal.Windows.dll + system.text.encoding.codepages/5.0.0/lib/netstandard2.0/System.Text.Encoding.CodePages.dll + system.text.encodings.web/10.0.5/lib/netstandard2.0/System.Text.Encodings.Web.dll + system.text.json/10.0.5/lib/netstandard2.0/System.Text.Json.dll + system.threading.channels/4.7.0/lib/netstandard2.0/System.Threading.Channels.dll + touchsocket.core/4.1.16/lib/netstandard2.1/TouchSocket.Core.dll + touchsocket.http/4.1.16/lib/netstandard2.1/TouchSocket.Http.dll + touchsocket.rpc/4.1.16/lib/netstandard2.1/TouchSocket.Rpc.dll + touchsocket.webapi.swagger/4.1.16/lib/netstandard2.1/TouchSocket.WebApi.Swagger.dll + touchsocket.webapi/4.1.16/lib/netstandard2.1/TouchSocket.WebApi.dll + touchsocket/4.1.16/lib/netstandard2.1/TouchSocket.dll +../ + SlnMesnac.Common/bin/Debug/netstandard2.1/SlnMesnac.Common.dll + SlnMesnac.Config/bin/Debug/netstandard2.1/SlnMesnac.Config.dll + SlnMesnac.Model/bin/Debug/netstandard2.1/SlnMesnac.Model.dll + SlnMesnac.Serilog/bin/Debug/netstandard2.1/SlnMesnac.Serilog.dll +/packs/NETStandard.Library.Ref/2.1.0/ref/netstandard2.1/ + Microsoft.Win32.Primitives.dll + mscorlib.dll + netstandard.dll + System.AppContext.dll + System.Buffers.dll + System.Collections.Concurrent.dll + System.Collections.dll + System.Collections.NonGeneric.dll + System.Collections.Specialized.dll + System.ComponentModel.Composition.dll + System.ComponentModel.dll + System.ComponentModel.EventBasedAsync.dll + System.ComponentModel.Primitives.dll + System.ComponentModel.TypeConverter.dll + System.Console.dll + System.Core.dll + System.Data.Common.dll + System.Data.dll + System.Diagnostics.Contracts.dll + System.Diagnostics.Debug.dll + System.Diagnostics.FileVersionInfo.dll + System.Diagnostics.Process.dll + System.Diagnostics.StackTrace.dll + System.Diagnostics.TextWriterTraceListener.dll + System.Diagnostics.Tools.dll + System.Diagnostics.TraceSource.dll + System.Diagnostics.Tracing.dll + System.dll + System.Drawing.dll + System.Drawing.Primitives.dll + System.Dynamic.Runtime.dll + System.Globalization.Calendars.dll + System.Globalization.dll + System.Globalization.Extensions.dll + System.IO.Compression.dll + System.IO.Compression.FileSystem.dll + System.IO.Compression.ZipFile.dll + System.IO.dll + System.IO.FileSystem.dll + System.IO.FileSystem.DriveInfo.dll + System.IO.FileSystem.Primitives.dll + System.IO.FileSystem.Watcher.dll + System.IO.IsolatedStorage.dll + System.IO.MemoryMappedFiles.dll + System.IO.Pipes.dll + System.IO.UnmanagedMemoryStream.dll + System.Linq.dll + System.Linq.Expressions.dll + System.Linq.Parallel.dll + System.Linq.Queryable.dll + System.Memory.dll + System.Net.dll + System.Net.Http.dll + System.Net.NameResolution.dll + System.Net.NetworkInformation.dll + System.Net.Ping.dll + System.Net.Primitives.dll + System.Net.Requests.dll + System.Net.Security.dll + System.Net.Sockets.dll + System.Net.WebHeaderCollection.dll + System.Net.WebSockets.Client.dll + System.Net.WebSockets.dll + System.Numerics.dll + System.Numerics.Vectors.dll + System.ObjectModel.dll + System.Reflection.DispatchProxy.dll + System.Reflection.dll + System.Reflection.Emit.dll + System.Reflection.Emit.ILGeneration.dll + System.Reflection.Emit.Lightweight.dll + System.Reflection.Extensions.dll + System.Reflection.Primitives.dll + System.Resources.Reader.dll + System.Resources.ResourceManager.dll + System.Resources.Writer.dll + System.Runtime.CompilerServices.VisualC.dll + System.Runtime.dll + System.Runtime.Extensions.dll + System.Runtime.Handles.dll + System.Runtime.InteropServices.dll + System.Runtime.InteropServices.RuntimeInformation.dll + System.Runtime.Numerics.dll + System.Runtime.Serialization.dll + System.Runtime.Serialization.Formatters.dll + System.Runtime.Serialization.Json.dll + System.Runtime.Serialization.Primitives.dll + System.Runtime.Serialization.Xml.dll + System.Security.Claims.dll + System.Security.Cryptography.Algorithms.dll + System.Security.Cryptography.Csp.dll + System.Security.Cryptography.Encoding.dll + System.Security.Cryptography.Primitives.dll + System.Security.Cryptography.X509Certificates.dll + System.Security.Principal.dll + System.Security.SecureString.dll + System.ServiceModel.Web.dll + System.Text.Encoding.dll + System.Text.Encoding.Extensions.dll + System.Text.RegularExpressions.dll + System.Threading.dll + System.Threading.Overlapped.dll + System.Threading.Tasks.dll + System.Threading.Tasks.Extensions.dll + System.Threading.Tasks.Parallel.dll + System.Threading.Thread.dll + System.Threading.ThreadPool.dll + System.Threading.Timer.dll + System.Transactions.dll + System.ValueTuple.dll + System.Web.dll + System.Windows.dll + System.Xml.dll + System.Xml.Linq.dll + System.Xml.ReaderWriter.dll + System.Xml.Serialization.dll + System.Xml.XDocument.dll + System.Xml.XmlDocument.dll + System.Xml.XmlSerializer.dll + System.Xml.XPath.dll + System.Xml.XPath.XDocument.dll + +[analyzerReferences] +../../../Data/nuget/packages/ + microsoft.extensions.logging.abstractions/8.0.0/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll + microsoft.extensions.options/8.0.1/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll + system.text.json/10.0.5/analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll + touchsocket.core/4.1.16/analyzers/dotnet/cs/TouchSocket.Core.SourceGenerator.dll + touchsocket.rpc/4.1.16/analyzers/dotnet/cs/TouchSocket.Rpc.SourceGenerator.dll + touchsocket.webapi/4.1.16/analyzers/dotnet/cs/TouchSocket.WebApi.SourceGenerator.dll + +[analyzerConfigFiles] +obj/Debug/netstandard2.1/SlnMesnac.TouchSocket.GeneratedMSBuildEditorConfig.editorconfig diff --git a/SlnMesnac.WPF/SlnMesnac.WPF.csproj.lscache b/SlnMesnac.WPF/SlnMesnac.WPF.csproj.lscache new file mode 100644 index 0000000..6c084b4 --- /dev/null +++ b/SlnMesnac.WPF/SlnMesnac.WPF.csproj.lscache @@ -0,0 +1,523 @@ +version=1 + +# This file caches language service data to improve the performance of C# Dev Kit. +# It is not intended for manual editing. It can safely be deleted and will be +# regenerated automatically. For more information, see https://aka.ms/lscache +# +# To control where cache files are stored, use the following VS Code setting: +# "dotnet.projectsystem.cacheInProjectFolder": true + +[project] +language=C# +primary +lastDtbSucceeded + +[properties] +AssemblyName=SlnMesnac.WPF +CommandLineArgsForDesignTimeEvaluation=-langversion:10.0 -define:TRACE +CompilerGeneratedFilesOutputPath= +MaxSupportedLangVersion=10.0 +ProjectAssetsFile=obj/project.assets.json +RootNamespace=SlnMesnac.WPF +RunAnalyzers= +RunAnalyzersDuringLiveAnalysis= +SolutionPath=../SlnMesnac.sln +TargetFrameworkIdentifier=.NETCoreApp +TargetPath=bin/Debug/net6.0-windows/SlnMesnac.WPF.dll +TargetRefPath=obj/Debug/net6.0-windows/ref/SlnMesnac.WPF.dll +TemporaryDependencyNodeTargetIdentifier=net6.0-windows + +[commandLineArguments] +/noconfig +/unsafe- +/checked- +/nowarn:1701,1702,1701,1702,8002 +/fullpaths +/nostdlib+ +/errorreport:prompt +/warn:6 +/define:TRACE;DEBUG;NET;NET6_0;NETCOREAPP;WINDOWS;WINDOWS7_0;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER;WINDOWS7_0_OR_GREATER +/highentropyva+ +/nullable:enable +/debug+ +/debug:portable +/filealign:512 +/optimize- +/out:obj\Debug\net6.0-windows\SlnMesnac.WPF.dll +/refout:obj\Debug\net6.0-windows\refint\SlnMesnac.WPF.dll +/target:exe +/warnaserror- +/utf8output +/win32icon:Templates\icon\NOVOTON.ico +/deterministic+ +/langversion:10.0 +/warnaserror+:NU1605 + +[sourceFiles] +App.xaml.cs +AssemblyInfo.cs +Attribute/ + RegisterAsSingletonAttribute.cs + RegisterAsTransientAttribute.cs +Converter/Generate/RowToIndexConverter.cs +MainWindow.xaml.cs +Model/ + Real_DataInfo.cs + RfidInfo.cs + SenorInfo.cs +obj/Debug/net6.0-windows/ + .NETCoreApp,Version=v6.0.AssemblyAttributes.cs + App.g.cs + GeneratedInternalTypeHelper.g.cs + MainWindow.g.cs + Page/IndexPage/ + ChangeType.g.cs + HistorySearch.g.cs + ProductionLineUserControl.g.cs + SlnMesnac.WPF.AssemblyInfo.cs + SlnMesnac.WPF_Content.g.cs +Page/IndexPage/ + ChangeType.xaml.cs + HistorySearch.xaml.cs + ProductionLineUserControl.xaml.cs +Startup.cs +ViewModel/IndexPage/ + ChangeTypeViewModel.cs + HistorySearchViewModel.cs + ProductionLineViewModel.cs +ViewModel/MainWindowViewModel.cs + +[metadataReferences] +../../../Data/nuget/packages/ + autofac/8.0.0/lib/net6.0/Autofac.dll + commonservicelocator/2.0.2/lib/netcoreapp1.0/CommonServiceLocator.dll + communitytoolkit.mvvm/8.4.2/lib/netstandard2.1/CommunityToolkit.Mvvm.dll + epplus.interfaces/8.4.0/lib/netstandard2.1/EPPlus.Interfaces.dll + epplus/8.5.3/lib/netstandard2.1/EPPlus.dll + lierda.wpfhelper/1.0.3/lib/net461/Lierda.WPFHelper.dll + materialdesigncolors/5.3.1/lib/net462/MaterialDesignColors.dll + microsoft.bcl.asyncinterfaces/11.0.0-preview.3.26207.106/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll + microsoft.data.sqlclient/2.1.4/ref/netcoreapp3.1/Microsoft.Data.SqlClient.dll + microsoft.data.sqlite.core/8.0.0/lib/net6.0/Microsoft.Data.Sqlite.dll + microsoft.extensions.configuration.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll + microsoft.extensions.configuration.binder/8.0.0/lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll + microsoft.extensions.configuration.fileextensions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll + microsoft.extensions.configuration.json/9.0.0/lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll + microsoft.extensions.configuration/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.dll + microsoft.extensions.dependencyinjection.abstractions/10.0.0/lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll + microsoft.extensions.dependencyinjection/8.0.0/lib/net6.0/Microsoft.Extensions.DependencyInjection.dll + microsoft.extensions.dependencymodel/10.0.0/lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll + microsoft.extensions.diagnostics.abstractions/8.0.0/lib/net6.0/Microsoft.Extensions.Diagnostics.Abstractions.dll + microsoft.extensions.fileproviders.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll + microsoft.extensions.fileproviders.physical/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll + microsoft.extensions.filesystemglobbing/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll + microsoft.extensions.hosting.abstractions/8.0.0/lib/net6.0/Microsoft.Extensions.Hosting.Abstractions.dll + microsoft.extensions.logging.abstractions/8.0.0/lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll + microsoft.extensions.logging/8.0.0/lib/net6.0/Microsoft.Extensions.Logging.dll + microsoft.extensions.options/8.0.1/lib/net6.0/Microsoft.Extensions.Options.dll + microsoft.extensions.platformabstractions/1.1.0/lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll + microsoft.extensions.primitives/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Primitives.dll + microsoft.identitymodel.jsonwebtokens/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll + microsoft.identitymodel.logging/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll + microsoft.identitymodel.protocols.openidconnect/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll + microsoft.identitymodel.protocols/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll + microsoft.identitymodel.tokens/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll + microsoft.io.recyclablememorystream/3.0.1/lib/net6.0/Microsoft.IO.RecyclableMemoryStream.dll + microsoft.xaml.behaviors.wpf/1.1.77/lib/net6.0-windows7.0/Microsoft.Xaml.Behaviors.dll + mvvmlightlibs/5.4.1.1/lib/net45/ + GalaSoft.MvvmLight.dll + GalaSoft.MvvmLight.Extras.dll + GalaSoft.MvvmLight.Platform.dll + System.Windows.Interactivity.dll + mysqlconnector/2.2.5/lib/net6.0/MySqlConnector.dll + nancy/2.0.0/lib/netstandard2.0/Nancy.dll + newtonsoft.json/13.0.3/lib/net6.0/Newtonsoft.Json.dll + npgsql/5.0.7/lib/net5.0/Npgsql.dll + nvelocity/1.2.0/lib/netstandard2.0/NVelocity.dll + oracle.manageddataaccess.core/3.21.100/lib/netstandard2.1/Oracle.ManagedDataAccess.dll + rougamo.fody/5.0.2/lib/net6.0/Rougamo.dll + scrutor/7.0.0/lib/netstandard2.0/Scrutor.dll + serilog.aspnetcore/8.0.0/lib/net6.0/Serilog.AspNetCore.dll + serilog.extensions.hosting/8.0.0/lib/net6.0/Serilog.Extensions.Hosting.dll + serilog.extensions.logging/8.0.0/lib/net6.0/Serilog.Extensions.Logging.dll + serilog.formatting.compact/2.0.0/lib/net6.0/Serilog.Formatting.Compact.dll + serilog.settings.configuration/8.0.0/lib/net6.0/Serilog.Settings.Configuration.dll + serilog.sinks.console/5.0.0/lib/net6.0/Serilog.Sinks.Console.dll + serilog.sinks.debug/2.0.0/lib/netstandard2.1/Serilog.Sinks.Debug.dll + serilog.sinks.file/5.0.0/lib/net5.0/Serilog.Sinks.File.dll + serilog/3.1.1/lib/net6.0/Serilog.dll + sqlite-net-pcl/1.9.172/lib/netstandard2.0/SQLite-net.dll + sqlitepclraw.bundle_e_sqlite3/2.1.6/lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll + sqlitepclraw.core/2.1.6/lib/netstandard2.0/SQLitePCLRaw.core.dll + sqlitepclraw.provider.e_sqlite3/2.1.6/lib/net6.0-windows7.0/SQLitePCLRaw.provider.e_sqlite3.dll + sqlsugarcore.dm/1.2.0/lib/netstandard2.0/DmProvider.dll + sqlsugarcore.kdbndp/7.4.0/lib/netstandard2.1/Kdbndp.dll + sqlsugarcore/5.1.4.134/lib/netstandard2.1/SqlSugar.dll + system.diagnostics.diagnosticsource/8.0.0/lib/net6.0/System.Diagnostics.DiagnosticSource.dll + system.directoryservices.protocols/6.0.1/lib/net6.0/System.DirectoryServices.Protocols.dll + system.formats.asn1/8.0.1/lib/net6.0/System.Formats.Asn1.dll + system.identitymodel.tokens.jwt/6.8.0/lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll + system.io.pipelines/11.0.0-preview.3.26207.106/lib/netstandard2.0/System.IO.Pipelines.dll + system.io.ports/6.0.0/lib/net6.0/System.IO.Ports.dll + system.runtime.compilerservices.unsafe/6.1.2/lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll + system.security.cryptography.pkcs/8.0.1/lib/net6.0/System.Security.Cryptography.Pkcs.dll + system.security.cryptography.xml/8.0.3/lib/net6.0/System.Security.Cryptography.Xml.dll + system.text.encoding.codepages/8.0.0/lib/net6.0/System.Text.Encoding.CodePages.dll + system.text.encodings.web/11.0.0-preview.3.26207.106/lib/netstandard2.0/System.Text.Encodings.Web.dll + system.text.json/11.0.0-preview.3.26207.106/lib/netstandard2.0/System.Text.Json.dll + touchsocket.core/4.1.16/lib/net6.0/TouchSocket.Core.dll + touchsocket.http/4.1.16/lib/net6.0/TouchSocket.Http.dll + touchsocket.rpc/4.1.16/lib/net6.0/TouchSocket.Rpc.dll + touchsocket.webapi.swagger/4.1.16/lib/net6.0/TouchSocket.WebApi.Swagger.dll + touchsocket.webapi/4.1.16/lib/net6.0/TouchSocket.WebApi.dll + touchsocket/4.1.16/lib/net6.0/TouchSocket.dll + windowsapicodepack-core/1.1.1/lib/Microsoft.WindowsAPICodePack.dll + windowsapicodepack-shell/1.1.1/lib/Microsoft.WindowsAPICodePack.Shell.dll +../ + SlnMesnac.Common/bin/Debug/netstandard2.1/SlnMesnac.Common.dll + SlnMesnac.Config/bin/Debug/netstandard2.1/SlnMesnac.Config.dll + SlnMesnac.Extensions/bin/Debug/netstandard2.1/SlnMesnac.Extensions.dll + SlnMesnac.Ioc/obj/Debug/net6.0/ref/SlnMesnac.Ioc.dll + SlnMesnac.Model/bin/Debug/netstandard2.1/SlnMesnac.Model.dll + SlnMesnac.Repository/bin/Debug/netstandard2.1/SlnMesnac.Repository.dll + SlnMesnac.Rfid/bin/Debug/netstandard2.1/SlnMesnac.Rfid.dll + SlnMesnac.Serilog/bin/Debug/netstandard2.1/SlnMesnac.Serilog.dll + SlnMesnac.TouchSocket/bin/Debug/netstandard2.1/SlnMesnac.TouchSocket.dll +/packs/Microsoft.AspNetCore.App.Ref/6.0.36/ref/net6.0/ + Microsoft.AspNetCore.Antiforgery.dll + Microsoft.AspNetCore.Authentication.Abstractions.dll + Microsoft.AspNetCore.Authentication.Cookies.dll + Microsoft.AspNetCore.Authentication.Core.dll + Microsoft.AspNetCore.Authentication.dll + Microsoft.AspNetCore.Authentication.OAuth.dll + Microsoft.AspNetCore.Authorization.dll + Microsoft.AspNetCore.Authorization.Policy.dll + Microsoft.AspNetCore.Components.Authorization.dll + Microsoft.AspNetCore.Components.dll + Microsoft.AspNetCore.Components.Forms.dll + Microsoft.AspNetCore.Components.Server.dll + Microsoft.AspNetCore.Components.Web.dll + Microsoft.AspNetCore.Connections.Abstractions.dll + Microsoft.AspNetCore.CookiePolicy.dll + Microsoft.AspNetCore.Cors.dll + Microsoft.AspNetCore.Cryptography.Internal.dll + Microsoft.AspNetCore.Cryptography.KeyDerivation.dll + Microsoft.AspNetCore.DataProtection.Abstractions.dll + Microsoft.AspNetCore.DataProtection.dll + Microsoft.AspNetCore.DataProtection.Extensions.dll + Microsoft.AspNetCore.Diagnostics.Abstractions.dll + Microsoft.AspNetCore.Diagnostics.dll + Microsoft.AspNetCore.Diagnostics.HealthChecks.dll + Microsoft.AspNetCore.dll + Microsoft.AspNetCore.HostFiltering.dll + Microsoft.AspNetCore.Hosting.Abstractions.dll + Microsoft.AspNetCore.Hosting.dll + Microsoft.AspNetCore.Hosting.Server.Abstractions.dll + Microsoft.AspNetCore.Html.Abstractions.dll + Microsoft.AspNetCore.Http.Abstractions.dll + Microsoft.AspNetCore.Http.Connections.Common.dll + Microsoft.AspNetCore.Http.Connections.dll + Microsoft.AspNetCore.Http.dll + Microsoft.AspNetCore.Http.Extensions.dll + Microsoft.AspNetCore.Http.Features.dll + Microsoft.AspNetCore.Http.Results.dll + Microsoft.AspNetCore.HttpLogging.dll + Microsoft.AspNetCore.HttpOverrides.dll + Microsoft.AspNetCore.HttpsPolicy.dll + Microsoft.AspNetCore.Identity.dll + Microsoft.AspNetCore.Localization.dll + Microsoft.AspNetCore.Localization.Routing.dll + Microsoft.AspNetCore.Metadata.dll + Microsoft.AspNetCore.Mvc.Abstractions.dll + Microsoft.AspNetCore.Mvc.ApiExplorer.dll + Microsoft.AspNetCore.Mvc.Core.dll + Microsoft.AspNetCore.Mvc.Cors.dll + Microsoft.AspNetCore.Mvc.DataAnnotations.dll + Microsoft.AspNetCore.Mvc.dll + Microsoft.AspNetCore.Mvc.Formatters.Json.dll + Microsoft.AspNetCore.Mvc.Formatters.Xml.dll + Microsoft.AspNetCore.Mvc.Localization.dll + Microsoft.AspNetCore.Mvc.Razor.dll + Microsoft.AspNetCore.Mvc.RazorPages.dll + Microsoft.AspNetCore.Mvc.TagHelpers.dll + Microsoft.AspNetCore.Mvc.ViewFeatures.dll + Microsoft.AspNetCore.Razor.dll + Microsoft.AspNetCore.Razor.Runtime.dll + Microsoft.AspNetCore.ResponseCaching.Abstractions.dll + Microsoft.AspNetCore.ResponseCaching.dll + Microsoft.AspNetCore.ResponseCompression.dll + Microsoft.AspNetCore.Rewrite.dll + Microsoft.AspNetCore.Routing.Abstractions.dll + Microsoft.AspNetCore.Routing.dll + Microsoft.AspNetCore.Server.HttpSys.dll + Microsoft.AspNetCore.Server.IIS.dll + Microsoft.AspNetCore.Server.IISIntegration.dll + Microsoft.AspNetCore.Server.Kestrel.Core.dll + Microsoft.AspNetCore.Server.Kestrel.dll + Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll + Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll + Microsoft.AspNetCore.Session.dll + Microsoft.AspNetCore.SignalR.Common.dll + Microsoft.AspNetCore.SignalR.Core.dll + Microsoft.AspNetCore.SignalR.dll + Microsoft.AspNetCore.SignalR.Protocols.Json.dll + Microsoft.AspNetCore.StaticFiles.dll + Microsoft.AspNetCore.WebSockets.dll + Microsoft.AspNetCore.WebUtilities.dll + Microsoft.Extensions.Caching.Abstractions.dll + Microsoft.Extensions.Caching.Memory.dll + Microsoft.Extensions.Configuration.CommandLine.dll + Microsoft.Extensions.Configuration.EnvironmentVariables.dll + Microsoft.Extensions.Configuration.Ini.dll + Microsoft.Extensions.Configuration.KeyPerFile.dll + Microsoft.Extensions.Configuration.UserSecrets.dll + Microsoft.Extensions.Configuration.Xml.dll + Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll + Microsoft.Extensions.Diagnostics.HealthChecks.dll + Microsoft.Extensions.Features.dll + Microsoft.Extensions.FileProviders.Composite.dll + Microsoft.Extensions.FileProviders.Embedded.dll + Microsoft.Extensions.Hosting.dll + Microsoft.Extensions.Http.dll + Microsoft.Extensions.Identity.Core.dll + Microsoft.Extensions.Identity.Stores.dll + Microsoft.Extensions.Localization.Abstractions.dll + Microsoft.Extensions.Localization.dll + Microsoft.Extensions.Logging.Configuration.dll + Microsoft.Extensions.Logging.Console.dll + Microsoft.Extensions.Logging.Debug.dll + Microsoft.Extensions.Logging.EventLog.dll + Microsoft.Extensions.Logging.EventSource.dll + Microsoft.Extensions.Logging.TraceSource.dll + Microsoft.Extensions.ObjectPool.dll + Microsoft.Extensions.Options.ConfigurationExtensions.dll + Microsoft.Extensions.Options.DataAnnotations.dll + Microsoft.Extensions.WebEncoders.dll + Microsoft.JSInterop.dll + Microsoft.Net.Http.Headers.dll +/packs/Microsoft.NETCore.App.Ref/6.0.36/ref/net6.0/ + Microsoft.CSharp.dll + Microsoft.VisualBasic.Core.dll + Microsoft.Win32.Primitives.dll + Microsoft.Win32.Registry.dll + mscorlib.dll + netstandard.dll + System.AppContext.dll + System.Buffers.dll + System.Collections.Concurrent.dll + System.Collections.dll + System.Collections.Immutable.dll + System.Collections.NonGeneric.dll + System.Collections.Specialized.dll + System.ComponentModel.Annotations.dll + System.ComponentModel.DataAnnotations.dll + System.ComponentModel.dll + System.ComponentModel.EventBasedAsync.dll + System.ComponentModel.Primitives.dll + System.ComponentModel.TypeConverter.dll + System.Configuration.dll + System.Console.dll + System.Core.dll + System.Data.Common.dll + System.Data.DataSetExtensions.dll + System.Data.dll + System.Diagnostics.Contracts.dll + System.Diagnostics.Debug.dll + System.Diagnostics.FileVersionInfo.dll + System.Diagnostics.Process.dll + System.Diagnostics.StackTrace.dll + System.Diagnostics.TextWriterTraceListener.dll + System.Diagnostics.Tools.dll + System.Diagnostics.TraceSource.dll + System.Diagnostics.Tracing.dll + System.dll + System.Drawing.Primitives.dll + System.Dynamic.Runtime.dll + System.Globalization.Calendars.dll + System.Globalization.dll + System.Globalization.Extensions.dll + System.IO.Compression.Brotli.dll + System.IO.Compression.dll + System.IO.Compression.FileSystem.dll + System.IO.Compression.ZipFile.dll + System.IO.dll + System.IO.FileSystem.AccessControl.dll + System.IO.FileSystem.dll + System.IO.FileSystem.DriveInfo.dll + System.IO.FileSystem.Primitives.dll + System.IO.FileSystem.Watcher.dll + System.IO.IsolatedStorage.dll + System.IO.MemoryMappedFiles.dll + System.IO.Pipes.AccessControl.dll + System.IO.Pipes.dll + System.IO.UnmanagedMemoryStream.dll + System.Linq.dll + System.Linq.Expressions.dll + System.Linq.Parallel.dll + System.Linq.Queryable.dll + System.Memory.dll + System.Net.dll + System.Net.Http.dll + System.Net.Http.Json.dll + System.Net.HttpListener.dll + System.Net.Mail.dll + System.Net.NameResolution.dll + System.Net.NetworkInformation.dll + System.Net.Ping.dll + System.Net.Primitives.dll + System.Net.Requests.dll + System.Net.Security.dll + System.Net.ServicePoint.dll + System.Net.Sockets.dll + System.Net.WebClient.dll + System.Net.WebHeaderCollection.dll + System.Net.WebProxy.dll + System.Net.WebSockets.Client.dll + System.Net.WebSockets.dll + System.Numerics.dll + System.Numerics.Vectors.dll + System.ObjectModel.dll + System.Reflection.DispatchProxy.dll + System.Reflection.dll + System.Reflection.Emit.dll + System.Reflection.Emit.ILGeneration.dll + System.Reflection.Emit.Lightweight.dll + System.Reflection.Extensions.dll + System.Reflection.Metadata.dll + System.Reflection.Primitives.dll + System.Reflection.TypeExtensions.dll + System.Resources.Reader.dll + System.Resources.ResourceManager.dll + System.Resources.Writer.dll + System.Runtime.CompilerServices.VisualC.dll + System.Runtime.dll + System.Runtime.Extensions.dll + System.Runtime.Handles.dll + System.Runtime.InteropServices.dll + System.Runtime.InteropServices.RuntimeInformation.dll + System.Runtime.Intrinsics.dll + System.Runtime.Loader.dll + System.Runtime.Numerics.dll + System.Runtime.Serialization.dll + System.Runtime.Serialization.Formatters.dll + System.Runtime.Serialization.Json.dll + System.Runtime.Serialization.Primitives.dll + System.Runtime.Serialization.Xml.dll + System.Security.AccessControl.dll + System.Security.Claims.dll + System.Security.Cryptography.Algorithms.dll + System.Security.Cryptography.Cng.dll + System.Security.Cryptography.Csp.dll + System.Security.Cryptography.Encoding.dll + System.Security.Cryptography.OpenSsl.dll + System.Security.Cryptography.Primitives.dll + System.Security.Cryptography.X509Certificates.dll + System.Security.dll + System.Security.Principal.dll + System.Security.Principal.Windows.dll + System.Security.SecureString.dll + System.ServiceModel.Web.dll + System.ServiceProcess.dll + System.Text.Encoding.dll + System.Text.Encoding.Extensions.dll + System.Text.RegularExpressions.dll + System.Threading.Channels.dll + System.Threading.dll + System.Threading.Overlapped.dll + System.Threading.Tasks.Dataflow.dll + System.Threading.Tasks.dll + System.Threading.Tasks.Extensions.dll + System.Threading.Tasks.Parallel.dll + System.Threading.Thread.dll + System.Threading.ThreadPool.dll + System.Threading.Timer.dll + System.Transactions.dll + System.Transactions.Local.dll + System.ValueTuple.dll + System.Web.dll + System.Web.HttpUtility.dll + System.Windows.dll + System.Xml.dll + System.Xml.Linq.dll + System.Xml.ReaderWriter.dll + System.Xml.Serialization.dll + System.Xml.XDocument.dll + System.Xml.XmlDocument.dll + System.Xml.XmlSerializer.dll + System.Xml.XPath.dll + System.Xml.XPath.XDocument.dll +/packs/Microsoft.WindowsDesktop.App.Ref/6.0.36/ref/net6.0/ + Accessibility.dll + Microsoft.VisualBasic.dll + Microsoft.VisualBasic.Forms.dll + Microsoft.Win32.Registry.AccessControl.dll + Microsoft.Win32.SystemEvents.dll + PresentationCore.dll + PresentationFramework.Aero.dll + PresentationFramework.Aero2.dll + PresentationFramework.AeroLite.dll + PresentationFramework.Classic.dll + PresentationFramework.dll + PresentationFramework.Luna.dll + PresentationFramework.Royale.dll + PresentationUI.dll + ReachFramework.dll + System.CodeDom.dll + System.Configuration.ConfigurationManager.dll + System.Design.dll + System.Diagnostics.EventLog.dll + System.Diagnostics.PerformanceCounter.dll + System.DirectoryServices.dll + System.Drawing.Common.dll + System.Drawing.Design.dll + System.Drawing.dll + System.IO.Packaging.dll + System.Printing.dll + System.Resources.Extensions.dll + System.Security.Cryptography.ProtectedData.dll + System.Security.Permissions.dll + System.Threading.AccessControl.dll + System.Windows.Controls.Ribbon.dll + System.Windows.Extensions.dll + System.Windows.Forms.Design.dll + System.Windows.Forms.Design.Editors.dll + System.Windows.Forms.dll + System.Windows.Forms.Primitives.dll + System.Windows.Input.Manipulations.dll + System.Windows.Presentation.dll + System.Xaml.dll + UIAutomationClient.dll + UIAutomationClientSideProviders.dll + UIAutomationProvider.dll + UIAutomationTypes.dll + WindowsBase.dll + WindowsFormsIntegration.dll + +[analyzerReferences] +../../../Data/nuget/packages/communitytoolkit.mvvm/8.4.2/analyzers/dotnet/roslyn5.0/cs/ + CommunityToolkit.Mvvm.CodeFixers.dll + CommunityToolkit.Mvvm.SourceGenerators.dll +../../../Data/nuget/packages/microsoft.codeanalysis.analyzers/1.1.0/analyzers/dotnet/cs/ + Microsoft.CodeAnalysis.Analyzers.dll + Microsoft.CodeAnalysis.CSharp.Analyzers.dll +../../../Data/nuget/packages/ + microsoft.extensions.logging.abstractions/8.0.0/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll + microsoft.extensions.options/8.0.1/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll + rougamo.fody/5.0.2/analyzers/dotnet/cs/Rougamo.Analyzers.dll + system.text.json/11.0.0-preview.3.26207.106/analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll + touchsocket.core/4.1.16/analyzers/dotnet/cs/TouchSocket.Core.SourceGenerator.dll + touchsocket.rpc/4.1.16/analyzers/dotnet/cs/TouchSocket.Rpc.SourceGenerator.dll + touchsocket.webapi/4.1.16/analyzers/dotnet/cs/TouchSocket.WebApi.SourceGenerator.dll +/packs/Microsoft.AspNetCore.App.Ref/6.0.36/analyzers/dotnet/cs/ + Microsoft.AspNetCore.App.Analyzers.dll + Microsoft.AspNetCore.App.CodeFixes.dll +/packs/Microsoft.WindowsDesktop.App.Ref/6.0.36/analyzers/dotnet/ + cs/System.Windows.Forms.Analyzers.CSharp.dll + System.Windows.Forms.Analyzers.dll +/sdk/10.0.202/Sdks/Microsoft.NET.Sdk/analyzers/ + Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll + Microsoft.CodeAnalysis.NetAnalyzers.dll + +[analyzerConfigFiles] +/sdk/10.0.202/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_default.globalconfig +obj/Debug/net6.0-windows/SlnMesnac.WPF.GeneratedMSBuildEditorConfig.editorconfig diff --git a/SlnMesnac.WPF/ViewModel/IndexPage/ChangeTypeViewModel.cs b/SlnMesnac.WPF/ViewModel/IndexPage/ChangeTypeViewModel.cs index 2f0388c..e473e86 100644 --- a/SlnMesnac.WPF/ViewModel/IndexPage/ChangeTypeViewModel.cs +++ b/SlnMesnac.WPF/ViewModel/IndexPage/ChangeTypeViewModel.cs @@ -187,8 +187,8 @@ namespace SlnMesnac.WPF.ViewModel.IndexPage Console.WriteLine("调用MES获取订单接口"); //调用MES接口获取生产订单信息 //MessageBox.Show("MES订单获取成功!", "系统提示", MessageBoxButtons.OK, MessageBoxIcon.Information); - //string response = "{\"code\":200,\"msg\":\"success\",\"data\":[{\"OrderNo\":\"SS042\",\"ProductCode\":\"4030502500100006\",\"ProductType\":\"钢丝带-ST-井下阻燃钢丝带\",\"ProductName\":\"输送带-井下阻燃钢丝带-ST\",\"ProductSpec\":\"1400mm;ST/S2500*1;8+8;MT/MT;D7.2;P15;N89\",\"PlanQty\":130.00,\"NextProductNo\":2}]}\r\n"; - string response = await _httpclient.GetMesOrderInfo(lineno, BeginDate.ToString("yyyy-MM-dd")); + string response = "{\"code\":200,\"msg\":\"success\",\"data\":[{\"OrderNo\":\"SS042\",\"ProductCode\":\"4030502500100006\",\"ProductType\":\"钢丝带-ST-井下阻燃钢丝带\",\"ProductName\":\"输送带-井下阻燃钢丝带-ST\",\"ProductSpec\":\"1400mm;ST/S2500*1;8+8;MT/MT;D7.2;P15;N89\",\"PlanQty\":130.00,\"NextProductNo\":2}]}\r\n"; + //string response = await _httpclient.GetMesOrderInfo(lineno, BeginDate.ToString("yyyy-MM-dd")); Console.WriteLine("接收MES接口返回:" + response); // 反序列化 try diff --git a/SlnMesnac.WPF/ViewModel/IndexPage/ProductionLineViewModel.cs b/SlnMesnac.WPF/ViewModel/IndexPage/ProductionLineViewModel.cs index 987ccd4..16217a8 100644 --- a/SlnMesnac.WPF/ViewModel/IndexPage/ProductionLineViewModel.cs +++ b/SlnMesnac.WPF/ViewModel/IndexPage/ProductionLineViewModel.cs @@ -56,6 +56,7 @@ namespace SlnMesnac.WPF.ViewModel.IndexPage private Dictionary _inventoryTimers = new Dictionary(); private ObservableCollection _rfidHistoryRecords = new ObservableCollection(); private RealReadDataImpl databaseService = RealReadDataImpl.Instance; + private static readonly object _lockObj = new object(); private System.Threading.Timer ReReadTimer; private bool IsVerify = false; private string LastWrite; @@ -218,6 +219,7 @@ namespace SlnMesnac.WPF.ViewModel.IndexPage Deviceinfo.FirstOrDefault(x => x.Deviceid == real_Data.Deviceid).NextProductNo = real_Data.NextProductNo; rfidList.FirstOrDefault(x => x.deviceid == real_Data.Deviceid).Set_BeginIdentify().GetAwaiter().GetResult(); + IsVerify = false; CurrentState = "盘点中"; // 启动定时盘点 @@ -313,70 +315,42 @@ namespace SlnMesnac.WPF.ViewModel.IndexPage //二次验证 if (IsVerify) { - //二次验证如果不通过 var judgeString = Encoding.ASCII.GetString(tagInfos[0].EPC); judgeString = judgeString.Replace("\0", ""); + //二次验证如果不通过 重新开始盘点 if (judgeString != LastWrite) { var tempEPC = LastRFIDEPC; rfidList.FirstOrDefault(x => x.deviceid == iCombineId).Set_BeginIdentify().GetAwaiter().GetResult(); LastRFIDEPC = tempEPC; CurrentState = "盘点中"; - IsVerify = true; + //IsVerify = true; return; } - else + else //二次验证通过 { - IsVerify = false; Log.Information($"验证成功"); - Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).WriteTime = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"); - Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).WriteStatus = "成功"; - LastWriteState = "成功"; - Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).RfidASCII = LastWrite; - Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).RfidEPC = LastRFIDEPC; - Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).SerialNo = (Convert.ToInt32(Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).SerialNo) + 1).ToString("D2"); - //保存写入记录 - real_readdata real_Readdata = new real_readdata() - { - objid = Guid.NewGuid().ToString(), - serialno = (Convert.ToInt32(Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).SerialNo) - 1).ToString("D2"), - orderno = Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).OrderNo, - lineno = Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).LineNo, - producttype = Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).ProductType, - rfidepc = Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).RfidEPC, - rfidascii = LastWrite, - readtime = Convert.ToDateTime(Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).ReadTime), - writetime = Convert.ToDateTime(Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).WriteTime), - writestatus = Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).WriteStatus - }; - - var a = databaseService._helper.Insert(real_Readdata); - AddRFIDData(iCombineId, tagInfos); - - LastRFIDEPC = ""; - LastWrite = ""; - - rfidList.FirstOrDefault(x => x.deviceid == iCombineId).Set_BeginIdentify().GetAwaiter().GetResult(); - CurrentState = "盘点中"; + //插入成功记录 + DataAdd(iCombineId, tagInfos, true); return; } } else //正常写入 { + //写入前等待标签稳定 if (!IsVerify) { await Task.Delay(Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).WriteDelaySet ?? 2000); } + //验证是否已获取订单信息 if (string.IsNullOrEmpty(Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).OrderNo)) { MessageBox.Show("请先获取MES订单号!", "系统提示", MessageBoxButtons.OK, MessageBoxIcon.Warning); return; } - //读到停止连续盘点 - //bool stopflag = await rfidList.FirstOrDefault(x => x.deviceid == iCombineId).Set_StopIdentify(); - //查询数据库是否已存在记录 + //查询数据库是否已存在记录 string epcascii = Encoding.ASCII.GetString(tagInfos[0].EPC); epcascii = epcascii.Replace("\0", ""); List real_Readdatas = databaseService._helper.Query(x => x.rfidascii == epcascii); @@ -385,6 +359,7 @@ namespace SlnMesnac.WPF.ViewModel.IndexPage if (real_Readdatas.Count <= 0) //if (true) { + //验证是否已获取序列号 if (string.IsNullOrEmpty(Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).SerialNo)) { return; @@ -397,31 +372,32 @@ namespace SlnMesnac.WPF.ViewModel.IndexPage + Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).NextProductNo + Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).SerialNo; CurrentState = "写入中"; + LastRFIDEPC = tagInfos[0].EPCstring; //写入 三次重写 - bool writeflag = await rfidList.FirstOrDefault(x => x.deviceid == iCombineId).Set_Write(tagInfos[0].EPC, WriteData); - if (!writeflag) + lock (_lockObj) { - Log.Error($"第一次写入失败,重试中..."); - writeflag = await rfidList.FirstOrDefault(x => x.deviceid == iCombineId).Set_Write(tagInfos[0].EPC, WriteData); - if (!writeflag) + var deviceConfig = appConfig.deviceInfoConfig.FirstOrDefault(x => x.Deviceid == iCombineId); + for (int i = 0; i < deviceConfig.WriteCount; i++) { - Log.Error($"第二次写入失败,重试中..."); - writeflag = await rfidList.FirstOrDefault(x => x.deviceid == iCombineId).Set_Write(tagInfos[0].EPC, WriteData); - if (!writeflag) + bool writeflag = rfidList.FirstOrDefault(x => x.deviceid == iCombineId).Set_Write(tagInfos[0].EPC, WriteData).GetAwaiter().GetResult(); + if (writeflag) { - Log.Error($"第三次写入失败,立即开始重新盘点"); - LastWriteState = "失败"; + LastWrite = WriteData; + IsVerify = true; rfidList.FirstOrDefault(x => x.deviceid == iCombineId).Set_BeginIdentify().GetAwaiter().GetResult(); - CurrentState = "盘点中"; return; } + else + { + Log.Error($"第{i + 1}次写入失败,重试中..."); + continue; + } } + Log.Error($"写入失败,[{tagInfos[0].EPCstring}] 记为失败写入"); + //插入失败记录 + DataAdd(iCombineId, tagInfos, false); + return; } - LastWrite = WriteData; - LastRFIDEPC = tagInfos[0].EPCstring; - IsVerify = true; - rfidList.FirstOrDefault(x => x.deviceid == iCombineId).Set_BeginIdentify().GetAwaiter().GetResult(); - return; } else { @@ -441,6 +417,50 @@ namespace SlnMesnac.WPF.ViewModel.IndexPage } } + /// + /// 插入记录 + /// + /// + /// + /// + private void DataAdd(string iCombineId, List tagInfos, bool isSuccess) + { + IsVerify = false; + Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).WriteTime = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"); + Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).WriteStatus = isSuccess ? "成功" : "失败"; + LastWriteState = isSuccess ? "成功" : "失败"; + Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).RfidASCII = LastWrite; + Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).RfidEPC = LastRFIDEPC; + Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).SerialNo = (Convert.ToInt32(Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).SerialNo) + 1).ToString("D2"); + //保存写入记录 + real_readdata real_Readdata = new real_readdata() + { + objid = Guid.NewGuid().ToString(), + serialno = (Convert.ToInt32(Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).SerialNo) - 1).ToString("D2"), + orderno = Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).OrderNo, + lineno = Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).LineNo, + producttype = Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).ProductType, + rfidepc = Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).RfidEPC, + rfidascii = LastWrite, + readtime = Convert.ToDateTime(Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).ReadTime), + writetime = Convert.ToDateTime(Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).WriteTime), + writestatus = Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).WriteStatus + }; + + //插入到数据库历史记录中 + var a = databaseService._helper.Insert(real_Readdata); + + //插入记录到首页临时数据显示 + AddRFIDData(iCombineId, tagInfos); + + LastRFIDEPC = ""; + LastWrite = ""; + + rfidList.FirstOrDefault(x => x.deviceid == iCombineId).Set_BeginIdentify().GetAwaiter().GetResult(); + CurrentState = "盘点中"; + return; + } + public void RefreshEventArgs(string iCombineId, List tagInfos) { try @@ -466,21 +486,24 @@ namespace SlnMesnac.WPF.ViewModel.IndexPage // RFIDHistoryRecords.Clear(); //} - App.Current.Dispatcher.Invoke(() => + Task.Run(() => { - RFIDHistoryRecords.Insert(0, new RFIDRecord + App.Current.Dispatcher.Invoke(() => { - OrderNumber = Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).OrderNo, - LineNumber = Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).LineNo, - ProductType = Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).ProductType, - OriginalEPC = Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).RfidEPC, - RFIDCode = Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).RfidASCII, - ReadTime = Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).ReadTime, - WriteTime = Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).ReadTime, - WriteStatus = Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).WriteStatus // 模拟1条失败数据 + RFIDHistoryRecords.Insert(0, new RFIDRecord + { + OrderNumber = Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).OrderNo, + LineNumber = Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).LineNo, + ProductType = Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).ProductType, + OriginalEPC = Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).RfidEPC, + RFIDCode = Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).RfidASCII, + ReadTime = Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).ReadTime, + WriteTime = Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).ReadTime, + WriteStatus = Deviceinfo.FirstOrDefault(x => x.Deviceid == iCombineId).WriteStatus // 模拟1条失败数据 + }); }); - //RFIDHistoryRecords.OrderByDescending(x => x.ReadTime).ToList(); }); + } private void StartCheckStatus() { @@ -603,13 +626,16 @@ namespace SlnMesnac.WPF.ViewModel.IndexPage { try { - var rfid = rfidList.FirstOrDefault(x => x.deviceid == deviceId); - if (rfid != null) + lock(_lockObj) { - //Log.Information($"设备 {deviceId} 执行定时盘点"); - await rfid.Set_StopIdentify(); - await Task.Delay(100); - await rfid.Set_BeginIdentify(); + var rfid = rfidList.FirstOrDefault(x => x.deviceid == deviceId); + if (rfid != null) + { + //Log.Information($"设备 {deviceId} 执行定时盘点"); + //await rfid.Set_StopIdentify(); + //await Task.Delay(100); + rfid.Set_BeginIdentify().GetAwaiter().GetResult(); + } } } catch (Exception ex) diff --git a/SlnMesnac.WPF/appsettings.json b/SlnMesnac.WPF/appsettings.json index b6de991..8d2959a 100644 --- a/SlnMesnac.WPF/appsettings.json +++ b/SlnMesnac.WPF/appsettings.json @@ -83,6 +83,7 @@ "Addr": "VM006", "Deleteflag": "0", "WriteDelaySet": 1000, + "WriteCount": 3, "InventoryIntervalSeconds": 5000 }, { @@ -95,6 +96,7 @@ "Addr": "VM006", "Deleteflag": "1", "WriteDelaySet": 1000, + "WriteCount": 3, "InventoryIntervalSeconds": 5000 } ],