diff --git a/.gitignore b/.gitignore index 572ebb1..dbca4db 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,13 @@ Temp/ dist/ outputs/ +# .NET 빌드 산출물 +**/bin/ +**/obj/ +publish-output/ +*.user +*.suo + # 런타임 감사 로그 (append-only, 매 DAG 실행마다 증가) runtime/lineage_events.jsonl diff --git a/src/dotnet/QuantEngine.Application/bin/Debug/net10.0/QuantEngine.Application.deps.json b/src/dotnet/QuantEngine.Application/bin/Debug/net10.0/QuantEngine.Application.deps.json deleted file mode 100644 index edfc02a..0000000 --- a/src/dotnet/QuantEngine.Application/bin/Debug/net10.0/QuantEngine.Application.deps.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v10.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v10.0": { - "QuantEngine.Application/1.0.0": { - "dependencies": { - "QuantEngine.Core": "1.0.0" - }, - "runtime": { - "QuantEngine.Application.dll": {} - } - }, - "QuantEngine.Core/1.0.0": { - "runtime": { - "QuantEngine.Core.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - } - } - }, - "libraries": { - "QuantEngine.Application/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "QuantEngine.Core/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Application/bin/Debug/net10.0/QuantEngine.Application.dll b/src/dotnet/QuantEngine.Application/bin/Debug/net10.0/QuantEngine.Application.dll deleted file mode 100644 index 000d4df..0000000 Binary files a/src/dotnet/QuantEngine.Application/bin/Debug/net10.0/QuantEngine.Application.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Application/bin/Debug/net10.0/QuantEngine.Application.pdb b/src/dotnet/QuantEngine.Application/bin/Debug/net10.0/QuantEngine.Application.pdb deleted file mode 100644 index 5bc764e..0000000 Binary files a/src/dotnet/QuantEngine.Application/bin/Debug/net10.0/QuantEngine.Application.pdb and /dev/null differ diff --git a/src/dotnet/QuantEngine.Application/bin/Debug/net10.0/QuantEngine.Core.dll b/src/dotnet/QuantEngine.Application/bin/Debug/net10.0/QuantEngine.Core.dll deleted file mode 100644 index 24f3982..0000000 Binary files a/src/dotnet/QuantEngine.Application/bin/Debug/net10.0/QuantEngine.Core.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Application/bin/Debug/net10.0/QuantEngine.Core.pdb b/src/dotnet/QuantEngine.Application/bin/Debug/net10.0/QuantEngine.Core.pdb deleted file mode 100644 index 852c12a..0000000 Binary files a/src/dotnet/QuantEngine.Application/bin/Debug/net10.0/QuantEngine.Core.pdb and /dev/null differ diff --git a/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs b/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs deleted file mode 100644 index 925b135..0000000 --- a/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v10.0", FrameworkDisplayName = ".NET 10.0")] diff --git a/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEng.294596D8.Up2Date b/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEng.294596D8.Up2Date deleted file mode 100644 index e69de29..0000000 diff --git a/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.AssemblyInfo.cs b/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.AssemblyInfo.cs deleted file mode 100644 index bc2f89b..0000000 --- a/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("QuantEngine.Application")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4ef7a54ad55182e164ca78e8af21f2a5e214c98f")] -[assembly: System.Reflection.AssemblyProductAttribute("QuantEngine.Application")] -[assembly: System.Reflection.AssemblyTitleAttribute("QuantEngine.Application")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.AssemblyInfoInputs.cache b/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.AssemblyInfoInputs.cache deleted file mode 100644 index 676efe2..0000000 --- a/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -e3d73b83f89256e561af0334bd1c6aa38e9e47f25cf6ce5907009a31d56d309d diff --git a/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.GeneratedMSBuildEditorConfig.editorconfig b/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index c89d4df..0000000 --- a/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,18 +0,0 @@ -is_global = true -build_property.TargetFramework = net10.0 -build_property.TargetFrameworkIdentifier = .NETCoreApp -build_property.TargetFrameworkVersion = v10.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property.EntryPointFilePath = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = QuantEngine.Application -build_property.ProjectDir = C:\Temp\data_feed\src\dotnet\QuantEngine.Application\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.EffectiveAnalysisLevelStyle = 10.0 -build_property.EnableCodeStyleSeverity = diff --git a/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.GlobalUsings.g.cs b/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.GlobalUsings.g.cs deleted file mode 100644 index d12bcbc..0000000 --- a/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using System; -global using System.Collections.Generic; -global using System.IO; -global using System.Linq; -global using System.Net.Http; -global using System.Threading; -global using System.Threading.Tasks; diff --git a/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.assets.cache b/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.assets.cache deleted file mode 100644 index 28bd8c7..0000000 Binary files a/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.assets.cache and /dev/null differ diff --git a/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.csproj.AssemblyReference.cache b/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.csproj.AssemblyReference.cache deleted file mode 100644 index 4c17ea6..0000000 Binary files a/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.csproj.CoreCompileInputs.cache b/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.csproj.CoreCompileInputs.cache deleted file mode 100644 index 3609d2c..0000000 --- a/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -1cd28f757d75d5806e4bd6bf3abf482f2c2af1bc56a4c68de4ce9b6b6db56d41 diff --git a/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.csproj.FileListAbsolute.txt b/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.csproj.FileListAbsolute.txt deleted file mode 100644 index 65f86be..0000000 --- a/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,15 +0,0 @@ -C:\Temp\data_feed\src\dotnet\QuantEngine.Application\bin\Debug\net10.0\QuantEngine.Application.deps.json -C:\Temp\data_feed\src\dotnet\QuantEngine.Application\bin\Debug\net10.0\QuantEngine.Application.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Application\bin\Debug\net10.0\QuantEngine.Application.pdb -C:\Temp\data_feed\src\dotnet\QuantEngine.Application\bin\Debug\net10.0\QuantEngine.Core.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Application\bin\Debug\net10.0\QuantEngine.Core.pdb -C:\Temp\data_feed\src\dotnet\QuantEngine.Application\obj\Debug\net10.0\QuantEngine.Application.csproj.AssemblyReference.cache -C:\Temp\data_feed\src\dotnet\QuantEngine.Application\obj\Debug\net10.0\QuantEngine.Application.GeneratedMSBuildEditorConfig.editorconfig -C:\Temp\data_feed\src\dotnet\QuantEngine.Application\obj\Debug\net10.0\QuantEngine.Application.AssemblyInfoInputs.cache -C:\Temp\data_feed\src\dotnet\QuantEngine.Application\obj\Debug\net10.0\QuantEngine.Application.AssemblyInfo.cs -C:\Temp\data_feed\src\dotnet\QuantEngine.Application\obj\Debug\net10.0\QuantEngine.Application.csproj.CoreCompileInputs.cache -C:\Temp\data_feed\src\dotnet\QuantEngine.Application\obj\Debug\net10.0\QuantEng.294596D8.Up2Date -C:\Temp\data_feed\src\dotnet\QuantEngine.Application\obj\Debug\net10.0\QuantEngine.Application.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Application\obj\Debug\net10.0\refint\QuantEngine.Application.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Application\obj\Debug\net10.0\QuantEngine.Application.pdb -C:\Temp\data_feed\src\dotnet\QuantEngine.Application\obj\Debug\net10.0\ref\QuantEngine.Application.dll diff --git a/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.dll b/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.dll deleted file mode 100644 index 000d4df..0000000 Binary files a/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.pdb b/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.pdb deleted file mode 100644 index 5bc764e..0000000 Binary files a/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/QuantEngine.Application.pdb and /dev/null differ diff --git a/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/ref/QuantEngine.Application.dll b/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/ref/QuantEngine.Application.dll deleted file mode 100644 index f547c96..0000000 Binary files a/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/ref/QuantEngine.Application.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/refint/QuantEngine.Application.dll b/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/refint/QuantEngine.Application.dll deleted file mode 100644 index f547c96..0000000 Binary files a/src/dotnet/QuantEngine.Application/obj/Debug/net10.0/refint/QuantEngine.Application.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Application/obj/QuantEngine.Application.csproj.nuget.dgspec.json b/src/dotnet/QuantEngine.Application/obj/QuantEngine.Application.csproj.nuget.dgspec.json deleted file mode 100644 index 05d13a1..0000000 --- a/src/dotnet/QuantEngine.Application/obj/QuantEngine.Application.csproj.nuget.dgspec.json +++ /dev/null @@ -1,698 +0,0 @@ -{ - "format": 1, - "restore": { - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj": {} - }, - "projects": { - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj", - "projectName": "QuantEngine.Application", - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj", - "packagesPath": "D:\\DevCache\\nuget-packages", - "outputPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], - "configFilePaths": [ - "C:\\Users\\kjh20\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "projectReferences": { - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.300" - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.301/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - }, - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj", - "projectName": "QuantEngine.Core", - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj", - "packagesPath": "D:\\DevCache\\nuget-packages", - "outputPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], - "configFilePaths": [ - "C:\\Users\\kjh20\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.300" - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.301/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - } - } -} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Application/obj/QuantEngine.Application.csproj.nuget.g.props b/src/dotnet/QuantEngine.Application/obj/QuantEngine.Application.csproj.nuget.g.props deleted file mode 100644 index 4bd8355..0000000 --- a/src/dotnet/QuantEngine.Application/obj/QuantEngine.Application.csproj.nuget.g.props +++ /dev/null @@ -1,17 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - D:\DevCache\nuget-packages - D:\DevCache\nuget-packages;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files\dotnet\sdk\NuGetFallbackFolder - PackageReference - 7.0.0 - - - - - - - \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Application/obj/QuantEngine.Application.csproj.nuget.g.targets b/src/dotnet/QuantEngine.Application/obj/QuantEngine.Application.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef..0000000 --- a/src/dotnet/QuantEngine.Application/obj/QuantEngine.Application.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Application/obj/project.assets.json b/src/dotnet/QuantEngine.Application/obj/project.assets.json deleted file mode 100644 index cd64c14..0000000 --- a/src/dotnet/QuantEngine.Application/obj/project.assets.json +++ /dev/null @@ -1,381 +0,0 @@ -{ - "version": 4, - "targets": { - "net10.0": { - "QuantEngine.Core/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v10.0", - "compile": { - "bin/placeholder/QuantEngine.Core.dll": {} - }, - "runtime": { - "bin/placeholder/QuantEngine.Core.dll": {} - } - } - } - }, - "libraries": { - "QuantEngine.Core/1.0.0": { - "type": "project", - "path": "../QuantEngine.Core/QuantEngine.Core.csproj", - "msbuildProject": "../QuantEngine.Core/QuantEngine.Core.csproj" - } - }, - "projectFileDependencyGroups": { - "net10.0": [ - "QuantEngine.Core >= 1.0.0" - ] - }, - "packageFolders": { - "D:\\DevCache\\nuget-packages": {}, - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}, - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj", - "projectName": "QuantEngine.Application", - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj", - "packagesPath": "D:\\DevCache\\nuget-packages", - "outputPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], - "configFilePaths": [ - "C:\\Users\\kjh20\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "projectReferences": { - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.300" - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.301/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - } -} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Application/obj/project.nuget.cache b/src/dotnet/QuantEngine.Application/obj/project.nuget.cache deleted file mode 100644 index 35f429b..0000000 --- a/src/dotnet/QuantEngine.Application/obj/project.nuget.cache +++ /dev/null @@ -1,8 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "fHUX04f/fhA=", - "success": true, - "projectFilePath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj", - "expectedPackageFiles": [], - "logs": [] -} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/.msCoverageSourceRootsMapping_QuantEngine.Core.Tests b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/.msCoverageSourceRootsMapping_QuantEngine.Core.Tests deleted file mode 100644 index 52c6b5c..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/.msCoverageSourceRootsMapping_QuantEngine.Core.Tests and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/CoverletSourceRootsMapping_QuantEngine.Core.Tests b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/CoverletSourceRootsMapping_QuantEngine.Core.Tests deleted file mode 100644 index 52c6b5c..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/CoverletSourceRootsMapping_QuantEngine.Core.Tests and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Dapper.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Dapper.dll deleted file mode 100644 index 84d2de0..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Dapper.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll deleted file mode 100644 index eccc0cf..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.Extensions.Logging.Abstractions.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.Extensions.Logging.Abstractions.dll deleted file mode 100644 index 6d617b5..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.CommunicationUtilities.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.CommunicationUtilities.dll deleted file mode 100644 index 55ce79c..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.CommunicationUtilities.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.CoreUtilities.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.CoreUtilities.dll deleted file mode 100644 index e06f7bf..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.CoreUtilities.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.CrossPlatEngine.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.CrossPlatEngine.dll deleted file mode 100644 index 9b6de68..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.CrossPlatEngine.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.PlatformAbstractions.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.PlatformAbstractions.dll deleted file mode 100644 index 39fb3bd..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.PlatformAbstractions.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.Utilities.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.Utilities.dll deleted file mode 100644 index abf4a0b..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.Utilities.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll deleted file mode 100644 index e2fbdcb..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.VisualStudio.TestPlatform.Common.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.VisualStudio.TestPlatform.Common.dll deleted file mode 100644 index 32a461c..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.VisualStudio.TestPlatform.Common.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll deleted file mode 100644 index c9ab03e..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Newtonsoft.Json.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Newtonsoft.Json.dll deleted file mode 100644 index d035c38..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Newtonsoft.Json.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Npgsql.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Npgsql.dll deleted file mode 100644 index 184db8d..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/Npgsql.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Application.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Application.dll deleted file mode 100644 index 000d4df..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Application.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Application.pdb b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Application.pdb deleted file mode 100644 index 5bc764e..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Application.pdb and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Core.Tests.deps.json b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Core.Tests.deps.json deleted file mode 100644 index 7ec94db..0000000 --- a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Core.Tests.deps.json +++ /dev/null @@ -1,536 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v10.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v10.0": { - "QuantEngine.Core.Tests/1.0.0": { - "dependencies": { - "Microsoft.NET.Test.Sdk": "17.14.1", - "QuantEngine.Application": "1.0.0", - "QuantEngine.Core": "1.0.0", - "QuantEngine.Infrastructure": "1.0.0", - "xunit": "2.9.3" - }, - "runtime": { - "QuantEngine.Core.Tests.dll": {} - } - }, - "Dapper/2.1.79": { - "runtime": { - "lib/net10.0/Dapper.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.1.79.29349" - } - } - }, - "Microsoft.CodeCoverage/17.14.1": { - "runtime": { - "lib/net8.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "17.1400.225.12603" - } - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.0": { - "runtime": { - "lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.25.52411" - } - } - }, - "Microsoft.Extensions.Logging.Abstractions/10.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0" - }, - "runtime": { - "lib/net10.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.25.52411" - } - } - }, - "Microsoft.NET.Test.Sdk/17.14.1": { - "dependencies": { - "Microsoft.CodeCoverage": "17.14.1", - "Microsoft.TestPlatform.TestHost": "17.14.1" - } - }, - "Microsoft.TestPlatform.ObjectModel/17.14.1": { - "runtime": { - "lib/net8.0/Microsoft.TestPlatform.CoreUtilities.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "17.1400.125.30202" - }, - "lib/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "17.1400.125.30202" - }, - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "17.1400.125.30202" - } - }, - "resources": { - "lib/net8.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "de" - }, - "lib/net8.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "es" - }, - "lib/net8.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "it" - }, - "lib/net8.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hant" - }, - "lib/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.TestPlatform.TestHost/17.14.1": { - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.14.1", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/net8.0/Microsoft.TestPlatform.CommunicationUtilities.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "17.1400.125.30202" - }, - "lib/net8.0/Microsoft.TestPlatform.CrossPlatEngine.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "17.1400.125.30202" - }, - "lib/net8.0/Microsoft.TestPlatform.Utilities.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "17.1400.125.30202" - }, - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.Common.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "17.1400.125.30202" - }, - "lib/net8.0/testhost.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "17.1400.125.30202" - } - }, - "resources": { - "lib/net8.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "de" - }, - "lib/net8.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "de" - }, - "lib/net8.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "es" - }, - "lib/net8.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "es" - }, - "lib/net8.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "it" - }, - "lib/net8.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "it" - }, - "lib/net8.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hant" - }, - "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hant" - }, - "lib/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Npgsql/10.0.3": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "10.0.0" - }, - "runtime": { - "lib/net10.0/Npgsql.dll": { - "assemblyVersion": "10.0.3.0", - "fileVersion": "10.0.3.0" - } - } - }, - "xunit/2.9.3": { - "dependencies": { - "xunit.assert": "2.9.3", - "xunit.core": "2.9.3" - } - }, - "xunit.abstractions/2.0.3": { - "runtime": { - "lib/netstandard2.0/xunit.abstractions.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - } - }, - "xunit.assert/2.9.3": { - "runtime": { - "lib/net6.0/xunit.assert.dll": { - "assemblyVersion": "2.9.3.0", - "fileVersion": "2.9.3.0" - } - } - }, - "xunit.core/2.9.3": { - "dependencies": { - "xunit.extensibility.core": "2.9.3", - "xunit.extensibility.execution": "2.9.3" - } - }, - "xunit.extensibility.core/2.9.3": { - "dependencies": { - "xunit.abstractions": "2.0.3" - }, - "runtime": { - "lib/netstandard1.1/xunit.core.dll": { - "assemblyVersion": "2.9.3.0", - "fileVersion": "2.9.3.0" - } - } - }, - "xunit.extensibility.execution/2.9.3": { - "dependencies": { - "xunit.extensibility.core": "2.9.3" - }, - "runtime": { - "lib/netstandard1.1/xunit.execution.dotnet.dll": { - "assemblyVersion": "2.9.3.0", - "fileVersion": "2.9.3.0" - } - } - }, - "QuantEngine.Application/1.0.0": { - "dependencies": { - "QuantEngine.Core": "1.0.0" - }, - "runtime": { - "QuantEngine.Application.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "QuantEngine.Core/1.0.0": { - "runtime": { - "QuantEngine.Core.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "QuantEngine.Infrastructure/1.0.0": { - "dependencies": { - "Dapper": "2.1.79", - "Npgsql": "10.0.3", - "QuantEngine.Application": "1.0.0", - "QuantEngine.Core": "1.0.0" - }, - "runtime": { - "QuantEngine.Infrastructure.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - } - } - }, - "libraries": { - "QuantEngine.Core.Tests/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Dapper/2.1.79": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8YijbzgTfmqmQOnVNorYM6K++pxqnW3nJ4aC1sRHzxUA2CcuoJ9gsTem3kgBnPRMc38zZHl4Esb6hAezXIEEuw==", - "path": "dapper/2.1.79", - "hashPath": "dapper.2.1.79.nupkg.sha512" - }, - "Microsoft.CodeCoverage/17.14.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pmTrhfFIoplzFVbhVwUquT+77CbGH+h4/3mBpdmIlYtBi9nAB+kKI6dN3A/nV4DFi3wLLx/BlHIPK+MkbQ6Tpg==", - "path": "microsoft.codecoverage/17.14.1", - "hashPath": "microsoft.codecoverage.17.14.1.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-L3AdmZ1WOK4XXT5YFPEwyt0ep6l8lGIPs7F5OOBZc77Zqeo01Of7XXICy47628sdVl0v/owxYJTe86DTgFwKCA==", - "path": "microsoft.extensions.dependencyinjection.abstractions/10.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.10.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FU/IfjDfwaMuKr414SSQNTIti/69bHEMb+QKrskRb26oVqpx3lNFXMjs/RC9ZUuhBhcwDM2BwOgoMw+PZ+beqQ==", - "path": "microsoft.extensions.logging.abstractions/10.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.10.0.0.nupkg.sha512" - }, - "Microsoft.NET.Test.Sdk/17.14.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HJKqKOE+vshXra2aEHpi2TlxYX7Z9VFYkr+E5rwEvHC8eIXiyO+K9kNm8vmNom3e2rA56WqxU+/N9NJlLGXsJQ==", - "path": "microsoft.net.test.sdk/17.14.1", - "hashPath": "microsoft.net.test.sdk.17.14.1.nupkg.sha512" - }, - "Microsoft.TestPlatform.ObjectModel/17.14.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xTP1W6Mi6SWmuxd3a+jj9G9UoC850WGwZUps1Wah9r1ZxgXhdJfj1QqDLJkFjHDCvN42qDL2Ps5KjQYWUU0zcQ==", - "path": "microsoft.testplatform.objectmodel/17.14.1", - "hashPath": "microsoft.testplatform.objectmodel.17.14.1.nupkg.sha512" - }, - "Microsoft.TestPlatform.TestHost/17.14.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-d78LPzGKkJwsJXAQwsbJJ7LE7D1wB+rAyhHHAaODF+RDSQ0NgMjDFkSA1Djw18VrxO76GlKAjRUhl+H8NL8Z+Q==", - "path": "microsoft.testplatform.testhost/17.14.1", - "hashPath": "microsoft.testplatform.testhost.17.14.1.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Npgsql/10.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7nb5YzXuvWWJxB0J8DiyL3we+X4FOctZrt0fIBnucOIaIevFEEwGQVZKtiu9olXdlNAK1eNgqSral6r/jlhI4w==", - "path": "npgsql/10.0.3", - "hashPath": "npgsql.10.0.3.nupkg.sha512" - }, - "xunit/2.9.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TlXQBinK35LpOPKHAqbLY4xlEen9TBafjs0V5KnA4wZsoQLQJiirCR4CbIXvOH8NzkW4YeJKP5P/Bnrodm0h9Q==", - "path": "xunit/2.9.3", - "hashPath": "xunit.2.9.3.nupkg.sha512" - }, - "xunit.abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==", - "path": "xunit.abstractions/2.0.3", - "hashPath": "xunit.abstractions.2.0.3.nupkg.sha512" - }, - "xunit.assert/2.9.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/Kq28fCE7MjOV42YLVRAJzRF0WmEqsmflm0cfpMjGtzQ2lR5mYVj1/i0Y8uDAOLczkL3/jArrwehfMD0YogMAA==", - "path": "xunit.assert/2.9.3", - "hashPath": "xunit.assert.2.9.3.nupkg.sha512" - }, - "xunit.core/2.9.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiAEvqGvyme19wE0wTKdADH+NloYqikiU0mcnmiNyXaF9HyHmE6sr/3DC5vnBkgsWaE6yPyWszKSPSApWdRVeQ==", - "path": "xunit.core/2.9.3", - "hashPath": "xunit.core.2.9.3.nupkg.sha512" - }, - "xunit.extensibility.core/2.9.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kf3si0YTn2a8J8eZNb+zFpwfoyvIrQ7ivNk5ZYA5yuYk1bEtMe4DxJ2CF/qsRgmEnDr7MnW1mxylBaHTZ4qErA==", - "path": "xunit.extensibility.core/2.9.3", - "hashPath": "xunit.extensibility.core.2.9.3.nupkg.sha512" - }, - "xunit.extensibility.execution/2.9.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yMb6vMESlSrE3Wfj7V6cjQ3S4TXdXpRqYeNEI3zsX31uTsGMJjEw6oD5F5u1cHnMptjhEECnmZSsPxB6ChZHDQ==", - "path": "xunit.extensibility.execution/2.9.3", - "hashPath": "xunit.extensibility.execution.2.9.3.nupkg.sha512" - }, - "QuantEngine.Application/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "QuantEngine.Core/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "QuantEngine.Infrastructure/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Core.Tests.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Core.Tests.dll deleted file mode 100644 index 2821819..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Core.Tests.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Core.Tests.pdb b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Core.Tests.pdb deleted file mode 100644 index e5e25ec..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Core.Tests.pdb and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Core.Tests.runtimeconfig.json b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Core.Tests.runtimeconfig.json deleted file mode 100644 index f27c82f..0000000 --- a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Core.Tests.runtimeconfig.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net10.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "10.0.0" - }, - "configProperties": { - "MSTest.EnableParentProcessQuery": true, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Core.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Core.dll deleted file mode 100644 index 24f3982..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Core.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Core.pdb b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Core.pdb deleted file mode 100644 index 852c12a..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Core.pdb and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Infrastructure.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Infrastructure.dll deleted file mode 100644 index eab5b91..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Infrastructure.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Infrastructure.pdb b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Infrastructure.pdb deleted file mode 100644 index e034f7e..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/QuantEngine.Infrastructure.pdb and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 6b4cb52..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 4bd6351..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 7b44217..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 711b34d..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 8e5665d..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 7430499..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 310ab84..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 451e2d2..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index e606f2d..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index c4a0f6d..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 861e885..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index a3867c8..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 08ad46b..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 44c4b7f..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 668630a..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index e7ac83f..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 305ae61..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index a2eeac8..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 7394ada..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 36ad487..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 21fd3a2..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 3138d0b..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index e0afbb4..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 591475d..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index f6d7529..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 008facc..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 7a2bc17..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index f5e04ec..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 4c707a0..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 84e7a2d..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 4198d29..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 6583956..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 354b0bf..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index f46d948..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 42c1de2..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 9e65b3a..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 26b5522..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index bdc41ed..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 302a135..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index b435708..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index c9f988e..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 0849e28..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 8657f14..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index a2a3f0e..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 834e160..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 2b48978..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 59fa16a..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index a4b7361..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 968210b..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 5f94d05..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/testhost.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/testhost.dll deleted file mode 100644 index 538cc6d..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/testhost.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/testhost.exe b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/testhost.exe deleted file mode 100644 index c741b7a..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/testhost.exe and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index d397c2d..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 1f753be..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index fb6e8f0..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index e032b07..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index c5b5b63..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/xunit.abstractions.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/xunit.abstractions.dll deleted file mode 100644 index d1e90bf..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/xunit.abstractions.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/xunit.assert.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/xunit.assert.dll deleted file mode 100644 index 99bc34c..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/xunit.assert.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/xunit.core.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/xunit.core.dll deleted file mode 100644 index d56aa16..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/xunit.core.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/xunit.execution.dotnet.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/xunit.execution.dotnet.dll deleted file mode 100644 index 7a1cc87..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/xunit.execution.dotnet.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/xunit.runner.visualstudio.testadapter.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/xunit.runner.visualstudio.testadapter.dll deleted file mode 100644 index 8126550..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/xunit.runner.visualstudio.testadapter.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 34e54ed..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index dc5e3d1..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index bf6c73d..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index cfbf0bc..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index f671e52..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index f30f879..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index c2b89ef..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index a0764e6..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index a6014d3..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 3e7e989..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs b/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs deleted file mode 100644 index 925b135..0000000 --- a/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v10.0", FrameworkDisplayName = ".NET 10.0")] diff --git a/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEng.FE6BCC9E.Up2Date b/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEng.FE6BCC9E.Up2Date deleted file mode 100644 index e69de29..0000000 diff --git a/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.AssemblyInfo.cs b/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.AssemblyInfo.cs deleted file mode 100644 index 53ba216..0000000 --- a/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("QuantEngine.Core.Tests")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4ef7a54ad55182e164ca78e8af21f2a5e214c98f")] -[assembly: System.Reflection.AssemblyProductAttribute("QuantEngine.Core.Tests")] -[assembly: System.Reflection.AssemblyTitleAttribute("QuantEngine.Core.Tests")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.AssemblyInfoInputs.cache b/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.AssemblyInfoInputs.cache deleted file mode 100644 index 3e616ef..0000000 --- a/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -e4771135b81bbeef377e0f0cdbafc89d7c10d2257171ab0f1a12919a2264d756 diff --git a/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.GeneratedMSBuildEditorConfig.editorconfig b/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 657c7bd..0000000 --- a/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,18 +0,0 @@ -is_global = true -build_property.TargetFramework = net10.0 -build_property.TargetFrameworkIdentifier = .NETCoreApp -build_property.TargetFrameworkVersion = v10.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property.EntryPointFilePath = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = QuantEngine.Core.Tests -build_property.ProjectDir = C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.EffectiveAnalysisLevelStyle = 10.0 -build_property.EnableCodeStyleSeverity = diff --git a/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.GlobalUsings.g.cs b/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.GlobalUsings.g.cs deleted file mode 100644 index fe43752..0000000 --- a/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.GlobalUsings.g.cs +++ /dev/null @@ -1,9 +0,0 @@ -// -global using System; -global using System.Collections.Generic; -global using System.IO; -global using System.Linq; -global using System.Net.Http; -global using System.Threading; -global using System.Threading.Tasks; -global using Xunit; diff --git a/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.assets.cache b/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.assets.cache deleted file mode 100644 index 61d5136..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.assets.cache and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.csproj.AssemblyReference.cache b/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.csproj.AssemblyReference.cache deleted file mode 100644 index 1a265a5..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.csproj.CoreCompileInputs.cache b/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.csproj.CoreCompileInputs.cache deleted file mode 100644 index 6543f48..0000000 --- a/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -48a1c0cf561a2dafa7b6d0c206caa026d55a5b62e489904853de0e3cd3e9a07e diff --git a/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.csproj.FileListAbsolute.txt b/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.csproj.FileListAbsolute.txt deleted file mode 100644 index 98198e4..0000000 --- a/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,108 +0,0 @@ -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\.msCoverageSourceRootsMapping_QuantEngine.Core.Tests -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\CoverletSourceRootsMapping_QuantEngine.Core.Tests -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\testhost.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\xunit.abstractions.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\testhost.exe -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\xunit.runner.visualstudio.testadapter.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\QuantEngine.Core.Tests.deps.json -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\QuantEngine.Core.Tests.runtimeconfig.json -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\QuantEngine.Core.Tests.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\QuantEngine.Core.Tests.pdb -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\Dapper.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\Microsoft.VisualStudio.CodeCoverage.Shim.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\Microsoft.Extensions.Logging.Abstractions.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\Microsoft.TestPlatform.CoreUtilities.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\Microsoft.TestPlatform.PlatformAbstractions.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\Microsoft.TestPlatform.CommunicationUtilities.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\Microsoft.TestPlatform.CrossPlatEngine.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\Microsoft.TestPlatform.Utilities.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\Microsoft.VisualStudio.TestPlatform.Common.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\Newtonsoft.Json.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\Npgsql.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\xunit.assert.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\xunit.core.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\xunit.execution.dotnet.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\cs\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\cs\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\de\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\de\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\es\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\es\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\fr\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\fr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\it\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\it\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\ja\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\ja\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\ko\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\ko\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\pl\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\pl\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\pt-BR\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\pt-BR\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\ru\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\ru\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\tr\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\tr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\zh-Hans\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\zh-Hant\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\cs\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\cs\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\cs\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\de\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\de\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\de\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\es\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\es\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\es\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\fr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\fr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\fr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\it\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\it\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\it\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\ja\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\ja\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\ja\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\ko\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\ko\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\ko\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\pl\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\pl\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\pl\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\pt-BR\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\pt-BR\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\pt-BR\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\ru\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\ru\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\ru\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\tr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\tr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\tr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\zh-Hans\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\zh-Hans\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\zh-Hant\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\zh-Hant\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\QuantEngine.Application.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\QuantEngine.Core.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\QuantEngine.Infrastructure.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\QuantEngine.Core.pdb -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\QuantEngine.Application.pdb -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\bin\Debug\net10.0\QuantEngine.Infrastructure.pdb -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\obj\Debug\net10.0\QuantEngine.Core.Tests.csproj.AssemblyReference.cache -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\obj\Debug\net10.0\QuantEngine.Core.Tests.GeneratedMSBuildEditorConfig.editorconfig -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\obj\Debug\net10.0\QuantEngine.Core.Tests.AssemblyInfoInputs.cache -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\obj\Debug\net10.0\QuantEngine.Core.Tests.AssemblyInfo.cs -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\obj\Debug\net10.0\QuantEngine.Core.Tests.csproj.CoreCompileInputs.cache -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\obj\Debug\net10.0\QuantEng.FE6BCC9E.Up2Date -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\obj\Debug\net10.0\QuantEngine.Core.Tests.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\obj\Debug\net10.0\refint\QuantEngine.Core.Tests.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\obj\Debug\net10.0\QuantEngine.Core.Tests.pdb -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\obj\Debug\net10.0\QuantEngine.Core.Tests.genruntimeconfig.cache -C:\Temp\data_feed\src\dotnet\QuantEngine.Core.Tests\obj\Debug\net10.0\ref\QuantEngine.Core.Tests.dll diff --git a/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.dll b/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.dll deleted file mode 100644 index 2821819..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.genruntimeconfig.cache b/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.genruntimeconfig.cache deleted file mode 100644 index f480088..0000000 --- a/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -3327c7f961b73fc6e2f6d8eaa681b7ec29a2f384d63a86d9f98d145dd27643a5 diff --git a/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.pdb b/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.pdb deleted file mode 100644 index e5e25ec..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/QuantEngine.Core.Tests.pdb and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/ref/QuantEngine.Core.Tests.dll b/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/ref/QuantEngine.Core.Tests.dll deleted file mode 100644 index 04750c8..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/ref/QuantEngine.Core.Tests.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/refint/QuantEngine.Core.Tests.dll b/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/refint/QuantEngine.Core.Tests.dll deleted file mode 100644 index 04750c8..0000000 Binary files a/src/dotnet/QuantEngine.Core.Tests/obj/Debug/net10.0/refint/QuantEngine.Core.Tests.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core.Tests/obj/QuantEngine.Core.Tests.csproj.nuget.dgspec.json b/src/dotnet/QuantEngine.Core.Tests/obj/QuantEngine.Core.Tests.csproj.nuget.dgspec.json deleted file mode 100644 index 7c3f65e..0000000 --- a/src/dotnet/QuantEngine.Core.Tests/obj/QuantEngine.Core.Tests.csproj.nuget.dgspec.json +++ /dev/null @@ -1,1429 +0,0 @@ -{ - "format": 1, - "restore": { - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core.Tests\\QuantEngine.Core.Tests.csproj": {} - }, - "projects": { - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj", - "projectName": "QuantEngine.Application", - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj", - "packagesPath": "D:\\DevCache\\nuget-packages", - "outputPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], - "configFilePaths": [ - "C:\\Users\\kjh20\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "projectReferences": { - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.300" - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.301/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - }, - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core.Tests\\QuantEngine.Core.Tests.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core.Tests\\QuantEngine.Core.Tests.csproj", - "projectName": "QuantEngine.Core.Tests", - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core.Tests\\QuantEngine.Core.Tests.csproj", - "packagesPath": "D:\\DevCache\\nuget-packages", - "outputPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core.Tests\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], - "configFilePaths": [ - "C:\\Users\\kjh20\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "projectReferences": { - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj" - }, - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj" - }, - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Infrastructure\\QuantEngine.Infrastructure.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Infrastructure\\QuantEngine.Infrastructure.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.300" - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "dependencies": { - "Microsoft.NET.Test.Sdk": { - "target": "Package", - "version": "[17.14.1, )" - }, - "coverlet.collector": { - "target": "Package", - "version": "[6.0.4, )" - }, - "xunit": { - "target": "Package", - "version": "[2.9.3, )" - }, - "xunit.runner.visualstudio": { - "target": "Package", - "version": "[3.1.4, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.301/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - }, - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj", - "projectName": "QuantEngine.Core", - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj", - "packagesPath": "D:\\DevCache\\nuget-packages", - "outputPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], - "configFilePaths": [ - "C:\\Users\\kjh20\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.300" - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.301/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - }, - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Infrastructure\\QuantEngine.Infrastructure.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Infrastructure\\QuantEngine.Infrastructure.csproj", - "projectName": "QuantEngine.Infrastructure", - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Infrastructure\\QuantEngine.Infrastructure.csproj", - "packagesPath": "D:\\DevCache\\nuget-packages", - "outputPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Infrastructure\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], - "configFilePaths": [ - "C:\\Users\\kjh20\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "projectReferences": { - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj" - }, - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.300" - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "dependencies": { - "Dapper": { - "target": "Package", - "version": "[2.1.79, )" - }, - "Npgsql": { - "target": "Package", - "version": "[10.0.3, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.301/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - } - } -} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Core.Tests/obj/QuantEngine.Core.Tests.csproj.nuget.g.props b/src/dotnet/QuantEngine.Core.Tests/obj/QuantEngine.Core.Tests.csproj.nuget.g.props deleted file mode 100644 index cc933f9..0000000 --- a/src/dotnet/QuantEngine.Core.Tests/obj/QuantEngine.Core.Tests.csproj.nuget.g.props +++ /dev/null @@ -1,27 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - D:\DevCache\nuget-packages - D:\DevCache\nuget-packages;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files\dotnet\sdk\NuGetFallbackFolder - PackageReference - 7.0.0 - - - - - - - - - - - - - - - D:\DevCache\nuget-packages\xunit.analyzers\1.18.0 - - \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Core.Tests/obj/QuantEngine.Core.Tests.csproj.nuget.g.targets b/src/dotnet/QuantEngine.Core.Tests/obj/QuantEngine.Core.Tests.csproj.nuget.g.targets deleted file mode 100644 index 56a9637..0000000 --- a/src/dotnet/QuantEngine.Core.Tests/obj/QuantEngine.Core.Tests.csproj.nuget.g.targets +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Core.Tests/obj/project.assets.json b/src/dotnet/QuantEngine.Core.Tests/obj/project.assets.json deleted file mode 100644 index 7baa28a..0000000 --- a/src/dotnet/QuantEngine.Core.Tests/obj/project.assets.json +++ /dev/null @@ -1,1556 +0,0 @@ -{ - "version": 4, - "targets": { - "net10.0": { - "coverlet.collector/6.0.4": { - "type": "package", - "build": { - "build/netstandard2.0/coverlet.collector.targets": {} - } - }, - "Dapper/2.1.79": { - "type": "package", - "compile": { - "lib/net10.0/Dapper.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/Dapper.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeCoverage/17.14.1": { - "type": "package", - "compile": { - "lib/net8.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {} - }, - "runtime": { - "lib/net8.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {} - }, - "build": { - "build/netstandard2.0/Microsoft.CodeCoverage.props": {}, - "build/netstandard2.0/Microsoft.CodeCoverage.targets": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.0": { - "type": "package", - "compile": { - "lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/10.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0" - }, - "compile": { - "lib/net10.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets": {} - } - }, - "Microsoft.NET.Test.Sdk/17.14.1": { - "type": "package", - "dependencies": { - "Microsoft.CodeCoverage": "17.14.1", - "Microsoft.TestPlatform.TestHost": "17.14.1" - }, - "compile": { - "lib/net8.0/_._": {} - }, - "runtime": { - "lib/net8.0/_._": {} - }, - "build": { - "build/net8.0/Microsoft.NET.Test.Sdk.props": {}, - "build/net8.0/Microsoft.NET.Test.Sdk.targets": {} - } - }, - "Microsoft.TestPlatform.ObjectModel/17.14.1": { - "type": "package", - "compile": { - "lib/net8.0/Microsoft.TestPlatform.CoreUtilities.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} - }, - "runtime": { - "lib/net8.0/Microsoft.TestPlatform.CoreUtilities.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} - }, - "resource": { - "lib/net8.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "de" - }, - "lib/net8.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "es" - }, - "lib/net8.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "it" - }, - "lib/net8.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hant" - }, - "lib/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.TestPlatform.TestHost/17.14.1": { - "type": "package", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.14.1", - "Newtonsoft.Json": "13.0.3" - }, - "compile": { - "lib/net8.0/Microsoft.TestPlatform.CommunicationUtilities.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.CoreUtilities.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.CrossPlatEngine.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.Utilities.dll": {}, - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.Common.dll": {}, - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {}, - "lib/net8.0/testhost.dll": { - "related": ".deps.json" - } - }, - "runtime": { - "lib/net8.0/Microsoft.TestPlatform.CommunicationUtilities.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.CoreUtilities.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.CrossPlatEngine.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.Utilities.dll": {}, - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.Common.dll": {}, - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {}, - "lib/net8.0/testhost.dll": { - "related": ".deps.json" - } - }, - "resource": { - "lib/net8.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "de" - }, - "lib/net8.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "de" - }, - "lib/net8.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "es" - }, - "lib/net8.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "es" - }, - "lib/net8.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "it" - }, - "lib/net8.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "it" - }, - "lib/net8.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hant" - }, - "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hant" - }, - "lib/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hant" - } - }, - "build": { - "build/net8.0/Microsoft.TestPlatform.TestHost.props": {}, - "build/net8.0/Microsoft.TestPlatform.TestHost.targets": {} - } - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "compile": { - "lib/net6.0/Newtonsoft.Json.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "related": ".xml" - } - } - }, - "Npgsql/10.0.3": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "10.0.0" - }, - "compile": { - "lib/net10.0/Npgsql.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/Npgsql.dll": { - "related": ".xml" - } - } - }, - "xunit/2.9.3": { - "type": "package", - "dependencies": { - "xunit.analyzers": "1.18.0", - "xunit.assert": "2.9.3", - "xunit.core": "[2.9.3]" - } - }, - "xunit.abstractions/2.0.3": { - "type": "package", - "compile": { - "lib/netstandard2.0/xunit.abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/xunit.abstractions.dll": { - "related": ".xml" - } - } - }, - "xunit.analyzers/1.18.0": { - "type": "package" - }, - "xunit.assert/2.9.3": { - "type": "package", - "compile": { - "lib/net6.0/xunit.assert.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/xunit.assert.dll": { - "related": ".xml" - } - } - }, - "xunit.core/2.9.3": { - "type": "package", - "dependencies": { - "xunit.extensibility.core": "[2.9.3]", - "xunit.extensibility.execution": "[2.9.3]" - }, - "build": { - "build/xunit.core.props": {}, - "build/xunit.core.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/xunit.core.props": {}, - "buildMultiTargeting/xunit.core.targets": {} - } - }, - "xunit.extensibility.core/2.9.3": { - "type": "package", - "dependencies": { - "xunit.abstractions": "2.0.3" - }, - "compile": { - "lib/netstandard1.1/xunit.core.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.1/xunit.core.dll": { - "related": ".xml" - } - } - }, - "xunit.extensibility.execution/2.9.3": { - "type": "package", - "dependencies": { - "xunit.extensibility.core": "[2.9.3]" - }, - "compile": { - "lib/netstandard1.1/xunit.execution.dotnet.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.1/xunit.execution.dotnet.dll": { - "related": ".xml" - } - } - }, - "xunit.runner.visualstudio/3.1.4": { - "type": "package", - "compile": { - "lib/net8.0/_._": {} - }, - "runtime": { - "lib/net8.0/_._": {} - }, - "build": { - "build/net8.0/xunit.runner.visualstudio.props": {} - } - }, - "QuantEngine.Application/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v10.0", - "dependencies": { - "QuantEngine.Core": "1.0.0" - }, - "compile": { - "bin/placeholder/QuantEngine.Application.dll": {} - }, - "runtime": { - "bin/placeholder/QuantEngine.Application.dll": {} - } - }, - "QuantEngine.Core/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v10.0", - "compile": { - "bin/placeholder/QuantEngine.Core.dll": {} - }, - "runtime": { - "bin/placeholder/QuantEngine.Core.dll": {} - } - }, - "QuantEngine.Infrastructure/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v10.0", - "dependencies": { - "Dapper": "2.1.79", - "Npgsql": "10.0.3", - "QuantEngine.Application": "1.0.0", - "QuantEngine.Core": "1.0.0" - }, - "compile": { - "bin/placeholder/QuantEngine.Infrastructure.dll": {} - }, - "runtime": { - "bin/placeholder/QuantEngine.Infrastructure.dll": {} - } - } - } - }, - "libraries": { - "coverlet.collector/6.0.4": { - "sha512": "lkhqpF8Pu2Y7IiN7OntbsTtdbpR1syMsm2F3IgX6ootA4ffRqWL5jF7XipHuZQTdVuWG/gVAAcf8mjk8Tz0xPg==", - "type": "package", - "path": "coverlet.collector/6.0.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "VSTestIntegration.md", - "build/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll", - "build/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "build/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", - "build/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", - "build/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "build/netstandard2.0/Microsoft.TestPlatform.CoreUtilities.dll", - "build/netstandard2.0/Microsoft.TestPlatform.PlatformAbstractions.dll", - "build/netstandard2.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "build/netstandard2.0/Mono.Cecil.Mdb.dll", - "build/netstandard2.0/Mono.Cecil.Pdb.dll", - "build/netstandard2.0/Mono.Cecil.Rocks.dll", - "build/netstandard2.0/Mono.Cecil.dll", - "build/netstandard2.0/Newtonsoft.Json.dll", - "build/netstandard2.0/NuGet.Frameworks.dll", - "build/netstandard2.0/NuGet.Versioning.dll", - "build/netstandard2.0/System.Buffers.dll", - "build/netstandard2.0/System.Collections.Immutable.dll", - "build/netstandard2.0/System.Memory.dll", - "build/netstandard2.0/System.Numerics.Vectors.dll", - "build/netstandard2.0/System.Reflection.Metadata.dll", - "build/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", - "build/netstandard2.0/System.Text.Encodings.Web.dll", - "build/netstandard2.0/System.Text.Json.dll", - "build/netstandard2.0/System.Threading.Tasks.Extensions.dll", - "build/netstandard2.0/coverlet.collector.deps.json", - "build/netstandard2.0/coverlet.collector.dll", - "build/netstandard2.0/coverlet.collector.pdb", - "build/netstandard2.0/coverlet.collector.targets", - "build/netstandard2.0/coverlet.core.dll", - "build/netstandard2.0/coverlet.core.pdb", - "build/netstandard2.0/coverlet.core.xml", - "build/netstandard2.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/netstandard2.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/netstandard2.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/netstandard2.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/netstandard2.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/netstandard2.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/netstandard2.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/netstandard2.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/netstandard2.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/netstandard2.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/netstandard2.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/netstandard2.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/netstandard2.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/netstandard2.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/netstandard2.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/netstandard2.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/netstandard2.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/netstandard2.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/netstandard2.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/netstandard2.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/netstandard2.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/netstandard2.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/netstandard2.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/netstandard2.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "coverlet-icon.png", - "coverlet.collector.6.0.4.nupkg.sha512", - "coverlet.collector.nuspec" - ] - }, - "Dapper/2.1.79": { - "sha512": "8YijbzgTfmqmQOnVNorYM6K++pxqnW3nJ4aC1sRHzxUA2CcuoJ9gsTem3kgBnPRMc38zZHl4Esb6hAezXIEEuw==", - "type": "package", - "path": "dapper/2.1.79", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Dapper.png", - "dapper.2.1.79.nupkg.sha512", - "dapper.nuspec", - "lib/net10.0/Dapper.dll", - "lib/net10.0/Dapper.xml", - "lib/net461/Dapper.dll", - "lib/net461/Dapper.xml", - "lib/net8.0/Dapper.dll", - "lib/net8.0/Dapper.xml", - "lib/netstandard2.0/Dapper.dll", - "lib/netstandard2.0/Dapper.xml", - "readme.md" - ] - }, - "Microsoft.CodeCoverage/17.14.1": { - "sha512": "pmTrhfFIoplzFVbhVwUquT+77CbGH+h4/3mBpdmIlYtBi9nAB+kKI6dN3A/nV4DFi3wLLx/BlHIPK+MkbQ6Tpg==", - "type": "package", - "path": "microsoft.codecoverage/17.14.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "ThirdPartyNotices.txt", - "build/netstandard2.0/CodeCoverage/CodeCoverage.config", - "build/netstandard2.0/CodeCoverage/CodeCoverage.exe", - "build/netstandard2.0/CodeCoverage/Cov_x86.config", - "build/netstandard2.0/CodeCoverage/amd64/CodeCoverage.exe", - "build/netstandard2.0/CodeCoverage/amd64/Cov_x64.config", - "build/netstandard2.0/CodeCoverage/amd64/covrun64.dll", - "build/netstandard2.0/CodeCoverage/amd64/msdia140.dll", - "build/netstandard2.0/CodeCoverage/arm64/Cov_arm64.config", - "build/netstandard2.0/CodeCoverage/arm64/covrunarm64.dll", - "build/netstandard2.0/CodeCoverage/arm64/msdia140.dll", - "build/netstandard2.0/CodeCoverage/codecoveragemessages.dll", - "build/netstandard2.0/CodeCoverage/coreclr/Microsoft.VisualStudio.CodeCoverage.Shim.dll", - "build/netstandard2.0/CodeCoverage/covrun32.dll", - "build/netstandard2.0/CodeCoverage/msdia140.dll", - "build/netstandard2.0/Microsoft.CodeCoverage.Core.dll", - "build/netstandard2.0/Microsoft.CodeCoverage.Instrumentation.Core.dll", - "build/netstandard2.0/Microsoft.CodeCoverage.Instrumentation.dll", - "build/netstandard2.0/Microsoft.CodeCoverage.Interprocess.dll", - "build/netstandard2.0/Microsoft.CodeCoverage.props", - "build/netstandard2.0/Microsoft.CodeCoverage.targets", - "build/netstandard2.0/Microsoft.DiaSymReader.dll", - "build/netstandard2.0/Microsoft.VisualStudio.TraceDataCollector.dll", - "build/netstandard2.0/Mono.Cecil.Pdb.dll", - "build/netstandard2.0/Mono.Cecil.Rocks.dll", - "build/netstandard2.0/Mono.Cecil.dll", - "build/netstandard2.0/ThirdPartyNotices.txt", - "build/netstandard2.0/alpine/x64/Cov_x64.config", - "build/netstandard2.0/alpine/x64/libCoverageInstrumentationMethod.so", - "build/netstandard2.0/alpine/x64/libInstrumentationEngine.so", - "build/netstandard2.0/arm64/MicrosoftInstrumentationEngine_arm64.dll", - "build/netstandard2.0/cs/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/de/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/es/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/fr/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/it/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/ja/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/ko/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/macos/x64/Cov_x64.config", - "build/netstandard2.0/macos/x64/libCoverageInstrumentationMethod.dylib", - "build/netstandard2.0/macos/x64/libInstrumentationEngine.dylib", - "build/netstandard2.0/pl/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/pt-BR/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/ru/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/tr/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/ubuntu/x64/Cov_x64.config", - "build/netstandard2.0/ubuntu/x64/libCoverageInstrumentationMethod.so", - "build/netstandard2.0/ubuntu/x64/libInstrumentationEngine.so", - "build/netstandard2.0/x64/MicrosoftInstrumentationEngine_x64.dll", - "build/netstandard2.0/x86/MicrosoftInstrumentationEngine_x86.dll", - "build/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "lib/net462/Microsoft.VisualStudio.CodeCoverage.Shim.dll", - "lib/net8.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll", - "microsoft.codecoverage.17.14.1.nupkg.sha512", - "microsoft.codecoverage.nuspec" - ] - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.0": { - "sha512": "L3AdmZ1WOK4XXT5YFPEwyt0ep6l8lGIPs7F5OOBZc77Zqeo01Of7XXICy47628sdVl0v/owxYJTe86DTgFwKCA==", - "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/10.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", - "lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "microsoft.extensions.dependencyinjection.abstractions.10.0.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Logging.Abstractions/10.0.0": { - "sha512": "FU/IfjDfwaMuKr414SSQNTIti/69bHEMb+QKrskRb26oVqpx3lNFXMjs/RC9ZUuhBhcwDM2BwOgoMw+PZ+beqQ==", - "type": "package", - "path": "microsoft.extensions.logging.abstractions/10.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets", - "lib/net10.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net10.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", - "microsoft.extensions.logging.abstractions.10.0.0.nupkg.sha512", - "microsoft.extensions.logging.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.NET.Test.Sdk/17.14.1": { - "sha512": "HJKqKOE+vshXra2aEHpi2TlxYX7Z9VFYkr+E5rwEvHC8eIXiyO+K9kNm8vmNom3e2rA56WqxU+/N9NJlLGXsJQ==", - "type": "package", - "path": "microsoft.net.test.sdk/17.14.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "build/net462/Microsoft.NET.Test.Sdk.props", - "build/net462/Microsoft.NET.Test.Sdk.targets", - "build/net8.0/Microsoft.NET.Test.Sdk.Program.cs", - "build/net8.0/Microsoft.NET.Test.Sdk.Program.fs", - "build/net8.0/Microsoft.NET.Test.Sdk.Program.vb", - "build/net8.0/Microsoft.NET.Test.Sdk.props", - "build/net8.0/Microsoft.NET.Test.Sdk.targets", - "build/netcoreapp2.0/Microsoft.NET.Test.Sdk.props", - "build/netcoreapp2.0/Microsoft.NET.Test.Sdk.targets", - "build/netstandard2.0/Microsoft.NET.Test.Sdk.props", - "build/netstandard2.0/Microsoft.NET.Test.Sdk.targets", - "buildMultiTargeting/net462/Microsoft.NET.Test.Sdk.props", - "buildMultiTargeting/net8.0/Microsoft.NET.Test.Sdk.props", - "buildMultiTargeting/netcoreapp2.0/Microsoft.NET.Test.Sdk.props", - "buildMultiTargeting/netcoreapp2.0/Microsoft.NET.Test.Sdk.targets", - "buildMultiTargeting/netstandard2.0/Microsoft.NET.Test.Sdk.props", - "buildMultiTargeting/netstandard2.0/Microsoft.NET.Test.Sdk.targets", - "lib/native/_._", - "lib/net462/_._", - "lib/net8.0/_._", - "microsoft.net.test.sdk.17.14.1.nupkg.sha512", - "microsoft.net.test.sdk.nuspec" - ] - }, - "Microsoft.TestPlatform.ObjectModel/17.14.1": { - "sha512": "xTP1W6Mi6SWmuxd3a+jj9G9UoC850WGwZUps1Wah9r1ZxgXhdJfj1QqDLJkFjHDCvN42qDL2Ps5KjQYWUU0zcQ==", - "type": "package", - "path": "microsoft.testplatform.objectmodel/17.14.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "lib/net462/Microsoft.TestPlatform.CoreUtilities.dll", - "lib/net462/Microsoft.TestPlatform.PlatformAbstractions.dll", - "lib/net462/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "lib/net462/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net8.0/Microsoft.TestPlatform.CoreUtilities.dll", - "lib/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll", - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "lib/net8.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net8.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net8.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net8.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net8.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net8.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net8.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net8.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net8.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net8.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net8.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net8.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net8.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net8.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net8.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net8.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net8.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net8.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net8.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net8.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net8.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/Microsoft.TestPlatform.CoreUtilities.dll", - "lib/netstandard2.0/Microsoft.TestPlatform.PlatformAbstractions.dll", - "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "lib/netstandard2.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "microsoft.testplatform.objectmodel.17.14.1.nupkg.sha512", - "microsoft.testplatform.objectmodel.nuspec" - ] - }, - "Microsoft.TestPlatform.TestHost/17.14.1": { - "sha512": "d78LPzGKkJwsJXAQwsbJJ7LE7D1wB+rAyhHHAaODF+RDSQ0NgMjDFkSA1Djw18VrxO76GlKAjRUhl+H8NL8Z+Q==", - "type": "package", - "path": "microsoft.testplatform.testhost/17.14.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "ThirdPartyNotices.txt", - "build/net8.0/Microsoft.TestPlatform.TestHost.props", - "build/net8.0/Microsoft.TestPlatform.TestHost.targets", - "build/net8.0/x64/testhost.dll", - "build/net8.0/x64/testhost.exe", - "build/net8.0/x86/testhost.x86.dll", - "build/net8.0/x86/testhost.x86.exe", - "lib/net462/_._", - "lib/net8.0/Microsoft.TestPlatform.CommunicationUtilities.dll", - "lib/net8.0/Microsoft.TestPlatform.CoreUtilities.dll", - "lib/net8.0/Microsoft.TestPlatform.CrossPlatEngine.dll", - "lib/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll", - "lib/net8.0/Microsoft.TestPlatform.Utilities.dll", - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.Common.dll", - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "lib/net8.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/net8.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/net8.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/net8.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/net8.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/net8.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/net8.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/net8.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/net8.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/net8.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/net8.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/net8.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/net8.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/net8.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/net8.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/net8.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/net8.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/net8.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/net8.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/net8.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/net8.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/net8.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/net8.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/net8.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/net8.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/net8.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/net8.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/net8.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/net8.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/net8.0/testhost.deps.json", - "lib/net8.0/testhost.dll", - "lib/net8.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/net8.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/net8.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/net8.0/x64/msdia140.dll", - "lib/net8.0/x86/msdia140.dll", - "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "microsoft.testplatform.testhost.17.14.1.nupkg.sha512", - "microsoft.testplatform.testhost.nuspec" - ] - }, - "Newtonsoft.Json/13.0.3": { - "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "type": "package", - "path": "newtonsoft.json/13.0.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.md", - "README.md", - "lib/net20/Newtonsoft.Json.dll", - "lib/net20/Newtonsoft.Json.xml", - "lib/net35/Newtonsoft.Json.dll", - "lib/net35/Newtonsoft.Json.xml", - "lib/net40/Newtonsoft.Json.dll", - "lib/net40/Newtonsoft.Json.xml", - "lib/net45/Newtonsoft.Json.dll", - "lib/net45/Newtonsoft.Json.xml", - "lib/net6.0/Newtonsoft.Json.dll", - "lib/net6.0/Newtonsoft.Json.xml", - "lib/netstandard1.0/Newtonsoft.Json.dll", - "lib/netstandard1.0/Newtonsoft.Json.xml", - "lib/netstandard1.3/Newtonsoft.Json.dll", - "lib/netstandard1.3/Newtonsoft.Json.xml", - "lib/netstandard2.0/Newtonsoft.Json.dll", - "lib/netstandard2.0/Newtonsoft.Json.xml", - "newtonsoft.json.13.0.3.nupkg.sha512", - "newtonsoft.json.nuspec", - "packageIcon.png" - ] - }, - "Npgsql/10.0.3": { - "sha512": "7nb5YzXuvWWJxB0J8DiyL3we+X4FOctZrt0fIBnucOIaIevFEEwGQVZKtiu9olXdlNAK1eNgqSral6r/jlhI4w==", - "type": "package", - "path": "npgsql/10.0.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/net10.0/Npgsql.dll", - "lib/net10.0/Npgsql.xml", - "lib/net8.0/Npgsql.dll", - "lib/net8.0/Npgsql.xml", - "lib/net9.0/Npgsql.dll", - "lib/net9.0/Npgsql.xml", - "npgsql.10.0.3.nupkg.sha512", - "npgsql.nuspec", - "postgresql.png" - ] - }, - "xunit/2.9.3": { - "sha512": "TlXQBinK35LpOPKHAqbLY4xlEen9TBafjs0V5KnA4wZsoQLQJiirCR4CbIXvOH8NzkW4YeJKP5P/Bnrodm0h9Q==", - "type": "package", - "path": "xunit/2.9.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "_content/README.md", - "_content/logo-128-transparent.png", - "xunit.2.9.3.nupkg.sha512", - "xunit.nuspec" - ] - }, - "xunit.abstractions/2.0.3": { - "sha512": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==", - "type": "package", - "path": "xunit.abstractions/2.0.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net35/xunit.abstractions.dll", - "lib/net35/xunit.abstractions.xml", - "lib/netstandard1.0/xunit.abstractions.dll", - "lib/netstandard1.0/xunit.abstractions.xml", - "lib/netstandard2.0/xunit.abstractions.dll", - "lib/netstandard2.0/xunit.abstractions.xml", - "xunit.abstractions.2.0.3.nupkg.sha512", - "xunit.abstractions.nuspec" - ] - }, - "xunit.analyzers/1.18.0": { - "sha512": "OtFMHN8yqIcYP9wcVIgJrq01AfTxijjAqVDy/WeQVSyrDC1RzBWeQPztL49DN2syXRah8TYnfvk035s7L95EZQ==", - "type": "package", - "path": "xunit.analyzers/1.18.0", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "_content/README.md", - "_content/logo-128-transparent.png", - "analyzers/dotnet/cs/xunit.analyzers.dll", - "analyzers/dotnet/cs/xunit.analyzers.fixes.dll", - "tools/install.ps1", - "tools/uninstall.ps1", - "xunit.analyzers.1.18.0.nupkg.sha512", - "xunit.analyzers.nuspec" - ] - }, - "xunit.assert/2.9.3": { - "sha512": "/Kq28fCE7MjOV42YLVRAJzRF0WmEqsmflm0cfpMjGtzQ2lR5mYVj1/i0Y8uDAOLczkL3/jArrwehfMD0YogMAA==", - "type": "package", - "path": "xunit.assert/2.9.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "_content/README.md", - "_content/logo-128-transparent.png", - "lib/net6.0/xunit.assert.dll", - "lib/net6.0/xunit.assert.xml", - "lib/netstandard1.1/xunit.assert.dll", - "lib/netstandard1.1/xunit.assert.xml", - "xunit.assert.2.9.3.nupkg.sha512", - "xunit.assert.nuspec" - ] - }, - "xunit.core/2.9.3": { - "sha512": "BiAEvqGvyme19wE0wTKdADH+NloYqikiU0mcnmiNyXaF9HyHmE6sr/3DC5vnBkgsWaE6yPyWszKSPSApWdRVeQ==", - "type": "package", - "path": "xunit.core/2.9.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "_content/README.md", - "_content/logo-128-transparent.png", - "build/xunit.core.props", - "build/xunit.core.targets", - "buildMultiTargeting/xunit.core.props", - "buildMultiTargeting/xunit.core.targets", - "xunit.core.2.9.3.nupkg.sha512", - "xunit.core.nuspec" - ] - }, - "xunit.extensibility.core/2.9.3": { - "sha512": "kf3si0YTn2a8J8eZNb+zFpwfoyvIrQ7ivNk5ZYA5yuYk1bEtMe4DxJ2CF/qsRgmEnDr7MnW1mxylBaHTZ4qErA==", - "type": "package", - "path": "xunit.extensibility.core/2.9.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "_content/README.md", - "_content/logo-128-transparent.png", - "lib/net452/xunit.core.dll", - "lib/net452/xunit.core.dll.tdnet", - "lib/net452/xunit.core.xml", - "lib/net452/xunit.runner.tdnet.dll", - "lib/net452/xunit.runner.utility.net452.dll", - "lib/netstandard1.1/xunit.core.dll", - "lib/netstandard1.1/xunit.core.xml", - "xunit.extensibility.core.2.9.3.nupkg.sha512", - "xunit.extensibility.core.nuspec" - ] - }, - "xunit.extensibility.execution/2.9.3": { - "sha512": "yMb6vMESlSrE3Wfj7V6cjQ3S4TXdXpRqYeNEI3zsX31uTsGMJjEw6oD5F5u1cHnMptjhEECnmZSsPxB6ChZHDQ==", - "type": "package", - "path": "xunit.extensibility.execution/2.9.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "_content/README.md", - "_content/logo-128-transparent.png", - "lib/net452/xunit.execution.desktop.dll", - "lib/net452/xunit.execution.desktop.xml", - "lib/netstandard1.1/xunit.execution.dotnet.dll", - "lib/netstandard1.1/xunit.execution.dotnet.xml", - "xunit.extensibility.execution.2.9.3.nupkg.sha512", - "xunit.extensibility.execution.nuspec" - ] - }, - "xunit.runner.visualstudio/3.1.4": { - "sha512": "5mj99LvCqrq3CNi06xYdyIAXOEh+5b33F2nErCzI5zWiDdLHXiPXEWFSUAF8zlIv0ZWqjZNCwHTQeAPYbF3pCg==", - "type": "package", - "path": "xunit.runner.visualstudio/3.1.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "_content/README.md", - "_content/logo-128-transparent.png", - "build/net472/xunit.abstractions.dll", - "build/net472/xunit.runner.visualstudio.props", - "build/net472/xunit.runner.visualstudio.testadapter.dll", - "build/net8.0/xunit.abstractions.dll", - "build/net8.0/xunit.runner.visualstudio.props", - "build/net8.0/xunit.runner.visualstudio.testadapter.dll", - "lib/net472/_._", - "lib/net8.0/_._", - "xunit.runner.visualstudio.3.1.4.nupkg.sha512", - "xunit.runner.visualstudio.nuspec" - ] - }, - "QuantEngine.Application/1.0.0": { - "type": "project", - "path": "../QuantEngine.Application/QuantEngine.Application.csproj", - "msbuildProject": "../QuantEngine.Application/QuantEngine.Application.csproj" - }, - "QuantEngine.Core/1.0.0": { - "type": "project", - "path": "../QuantEngine.Core/QuantEngine.Core.csproj", - "msbuildProject": "../QuantEngine.Core/QuantEngine.Core.csproj" - }, - "QuantEngine.Infrastructure/1.0.0": { - "type": "project", - "path": "../QuantEngine.Infrastructure/QuantEngine.Infrastructure.csproj", - "msbuildProject": "../QuantEngine.Infrastructure/QuantEngine.Infrastructure.csproj" - } - }, - "projectFileDependencyGroups": { - "net10.0": [ - "Microsoft.NET.Test.Sdk >= 17.14.1", - "QuantEngine.Application >= 1.0.0", - "QuantEngine.Core >= 1.0.0", - "QuantEngine.Infrastructure >= 1.0.0", - "coverlet.collector >= 6.0.4", - "xunit >= 2.9.3", - "xunit.runner.visualstudio >= 3.1.4" - ] - }, - "packageFolders": { - "D:\\DevCache\\nuget-packages": {}, - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}, - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core.Tests\\QuantEngine.Core.Tests.csproj", - "projectName": "QuantEngine.Core.Tests", - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core.Tests\\QuantEngine.Core.Tests.csproj", - "packagesPath": "D:\\DevCache\\nuget-packages", - "outputPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core.Tests\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], - "configFilePaths": [ - "C:\\Users\\kjh20\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "projectReferences": { - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj" - }, - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj" - }, - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Infrastructure\\QuantEngine.Infrastructure.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Infrastructure\\QuantEngine.Infrastructure.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.300" - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "dependencies": { - "Microsoft.NET.Test.Sdk": { - "target": "Package", - "version": "[17.14.1, )" - }, - "coverlet.collector": { - "target": "Package", - "version": "[6.0.4, )" - }, - "xunit": { - "target": "Package", - "version": "[2.9.3, )" - }, - "xunit.runner.visualstudio": { - "target": "Package", - "version": "[3.1.4, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.301/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - } -} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Core.Tests/obj/project.nuget.cache b/src/dotnet/QuantEngine.Core.Tests/obj/project.nuget.cache deleted file mode 100644 index b1706a6..0000000 --- a/src/dotnet/QuantEngine.Core.Tests/obj/project.nuget.cache +++ /dev/null @@ -1,27 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "piIGGEWHUs8=", - "success": true, - "projectFilePath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core.Tests\\QuantEngine.Core.Tests.csproj", - "expectedPackageFiles": [ - "D:\\DevCache\\nuget-packages\\coverlet.collector\\6.0.4\\coverlet.collector.6.0.4.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\dapper\\2.1.79\\dapper.2.1.79.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\microsoft.codecoverage\\17.14.1\\microsoft.codecoverage.17.14.1.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\microsoft.extensions.dependencyinjection.abstractions\\10.0.0\\microsoft.extensions.dependencyinjection.abstractions.10.0.0.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\microsoft.extensions.logging.abstractions\\10.0.0\\microsoft.extensions.logging.abstractions.10.0.0.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\microsoft.net.test.sdk\\17.14.1\\microsoft.net.test.sdk.17.14.1.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\microsoft.testplatform.objectmodel\\17.14.1\\microsoft.testplatform.objectmodel.17.14.1.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\microsoft.testplatform.testhost\\17.14.1\\microsoft.testplatform.testhost.17.14.1.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\npgsql\\10.0.3\\npgsql.10.0.3.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\xunit\\2.9.3\\xunit.2.9.3.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\xunit.abstractions\\2.0.3\\xunit.abstractions.2.0.3.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\xunit.analyzers\\1.18.0\\xunit.analyzers.1.18.0.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\xunit.assert\\2.9.3\\xunit.assert.2.9.3.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\xunit.core\\2.9.3\\xunit.core.2.9.3.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\xunit.extensibility.core\\2.9.3\\xunit.extensibility.core.2.9.3.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\xunit.extensibility.execution\\2.9.3\\xunit.extensibility.execution.2.9.3.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\xunit.runner.visualstudio\\3.1.4\\xunit.runner.visualstudio.3.1.4.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Core/bin/Debug/net10.0/QuantEngine.Core.deps.json b/src/dotnet/QuantEngine.Core/bin/Debug/net10.0/QuantEngine.Core.deps.json deleted file mode 100644 index e274862..0000000 --- a/src/dotnet/QuantEngine.Core/bin/Debug/net10.0/QuantEngine.Core.deps.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v10.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v10.0": { - "QuantEngine.Core/1.0.0": { - "runtime": { - "QuantEngine.Core.dll": {} - } - } - } - }, - "libraries": { - "QuantEngine.Core/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Core/bin/Debug/net10.0/QuantEngine.Core.dll b/src/dotnet/QuantEngine.Core/bin/Debug/net10.0/QuantEngine.Core.dll deleted file mode 100644 index 24f3982..0000000 Binary files a/src/dotnet/QuantEngine.Core/bin/Debug/net10.0/QuantEngine.Core.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core/bin/Debug/net10.0/QuantEngine.Core.pdb b/src/dotnet/QuantEngine.Core/bin/Debug/net10.0/QuantEngine.Core.pdb deleted file mode 100644 index 852c12a..0000000 Binary files a/src/dotnet/QuantEngine.Core/bin/Debug/net10.0/QuantEngine.Core.pdb and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs b/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs deleted file mode 100644 index 925b135..0000000 --- a/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v10.0", FrameworkDisplayName = ".NET 10.0")] diff --git a/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/QuantEngine.Core.AssemblyInfo.cs b/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/QuantEngine.Core.AssemblyInfo.cs deleted file mode 100644 index 1542746..0000000 --- a/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/QuantEngine.Core.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("QuantEngine.Core")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4ef7a54ad55182e164ca78e8af21f2a5e214c98f")] -[assembly: System.Reflection.AssemblyProductAttribute("QuantEngine.Core")] -[assembly: System.Reflection.AssemblyTitleAttribute("QuantEngine.Core")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/QuantEngine.Core.AssemblyInfoInputs.cache b/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/QuantEngine.Core.AssemblyInfoInputs.cache deleted file mode 100644 index c7506d0..0000000 --- a/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/QuantEngine.Core.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -2af86bfa0044f5751630cbff48def744178c05fd574a80bbbeccfb462b7302fc diff --git a/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/QuantEngine.Core.GeneratedMSBuildEditorConfig.editorconfig b/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/QuantEngine.Core.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 0221aed..0000000 --- a/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/QuantEngine.Core.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,18 +0,0 @@ -is_global = true -build_property.TargetFramework = net10.0 -build_property.TargetFrameworkIdentifier = .NETCoreApp -build_property.TargetFrameworkVersion = v10.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property.EntryPointFilePath = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = QuantEngine.Core -build_property.ProjectDir = C:\Temp\data_feed\src\dotnet\QuantEngine.Core\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.EffectiveAnalysisLevelStyle = 10.0 -build_property.EnableCodeStyleSeverity = diff --git a/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/QuantEngine.Core.GlobalUsings.g.cs b/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/QuantEngine.Core.GlobalUsings.g.cs deleted file mode 100644 index d12bcbc..0000000 --- a/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/QuantEngine.Core.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using System; -global using System.Collections.Generic; -global using System.IO; -global using System.Linq; -global using System.Net.Http; -global using System.Threading; -global using System.Threading.Tasks; diff --git a/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/QuantEngine.Core.assets.cache b/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/QuantEngine.Core.assets.cache deleted file mode 100644 index ecfafeb..0000000 Binary files a/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/QuantEngine.Core.assets.cache and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/QuantEngine.Core.csproj.CoreCompileInputs.cache b/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/QuantEngine.Core.csproj.CoreCompileInputs.cache deleted file mode 100644 index 5892960..0000000 --- a/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/QuantEngine.Core.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -b49c624a74a19d171e6b45c0e42dc7f77445eb8fdde390082a56dd78ecd8c3b8 diff --git a/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/QuantEngine.Core.csproj.FileListAbsolute.txt b/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/QuantEngine.Core.csproj.FileListAbsolute.txt deleted file mode 100644 index 2fe34be..0000000 --- a/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/QuantEngine.Core.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,11 +0,0 @@ -C:\Temp\data_feed\src\dotnet\QuantEngine.Core\bin\Debug\net10.0\QuantEngine.Core.deps.json -C:\Temp\data_feed\src\dotnet\QuantEngine.Core\bin\Debug\net10.0\QuantEngine.Core.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core\bin\Debug\net10.0\QuantEngine.Core.pdb -C:\Temp\data_feed\src\dotnet\QuantEngine.Core\obj\Debug\net10.0\QuantEngine.Core.GeneratedMSBuildEditorConfig.editorconfig -C:\Temp\data_feed\src\dotnet\QuantEngine.Core\obj\Debug\net10.0\QuantEngine.Core.AssemblyInfoInputs.cache -C:\Temp\data_feed\src\dotnet\QuantEngine.Core\obj\Debug\net10.0\QuantEngine.Core.AssemblyInfo.cs -C:\Temp\data_feed\src\dotnet\QuantEngine.Core\obj\Debug\net10.0\QuantEngine.Core.csproj.CoreCompileInputs.cache -C:\Temp\data_feed\src\dotnet\QuantEngine.Core\obj\Debug\net10.0\QuantEngine.Core.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core\obj\Debug\net10.0\refint\QuantEngine.Core.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Core\obj\Debug\net10.0\QuantEngine.Core.pdb -C:\Temp\data_feed\src\dotnet\QuantEngine.Core\obj\Debug\net10.0\ref\QuantEngine.Core.dll diff --git a/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/QuantEngine.Core.dll b/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/QuantEngine.Core.dll deleted file mode 100644 index 24f3982..0000000 Binary files a/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/QuantEngine.Core.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/QuantEngine.Core.pdb b/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/QuantEngine.Core.pdb deleted file mode 100644 index 852c12a..0000000 Binary files a/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/QuantEngine.Core.pdb and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/ref/QuantEngine.Core.dll b/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/ref/QuantEngine.Core.dll deleted file mode 100644 index e1207a7..0000000 Binary files a/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/ref/QuantEngine.Core.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/refint/QuantEngine.Core.dll b/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/refint/QuantEngine.Core.dll deleted file mode 100644 index e1207a7..0000000 Binary files a/src/dotnet/QuantEngine.Core/obj/Debug/net10.0/refint/QuantEngine.Core.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Core/obj/QuantEngine.Core.csproj.nuget.dgspec.json b/src/dotnet/QuantEngine.Core/obj/QuantEngine.Core.csproj.nuget.dgspec.json deleted file mode 100644 index 72f2b66..0000000 --- a/src/dotnet/QuantEngine.Core/obj/QuantEngine.Core.csproj.nuget.dgspec.json +++ /dev/null @@ -1,351 +0,0 @@ -{ - "format": 1, - "restore": { - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj": {} - }, - "projects": { - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj", - "projectName": "QuantEngine.Core", - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj", - "packagesPath": "D:\\DevCache\\nuget-packages", - "outputPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], - "configFilePaths": [ - "C:\\Users\\kjh20\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.300" - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.301/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - } - } -} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Core/obj/QuantEngine.Core.csproj.nuget.g.props b/src/dotnet/QuantEngine.Core/obj/QuantEngine.Core.csproj.nuget.g.props deleted file mode 100644 index 4bd8355..0000000 --- a/src/dotnet/QuantEngine.Core/obj/QuantEngine.Core.csproj.nuget.g.props +++ /dev/null @@ -1,17 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - D:\DevCache\nuget-packages - D:\DevCache\nuget-packages;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files\dotnet\sdk\NuGetFallbackFolder - PackageReference - 7.0.0 - - - - - - - \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Core/obj/QuantEngine.Core.csproj.nuget.g.targets b/src/dotnet/QuantEngine.Core/obj/QuantEngine.Core.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef..0000000 --- a/src/dotnet/QuantEngine.Core/obj/QuantEngine.Core.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Core/obj/project.assets.json b/src/dotnet/QuantEngine.Core/obj/project.assets.json deleted file mode 100644 index 5f2271d..0000000 --- a/src/dotnet/QuantEngine.Core/obj/project.assets.json +++ /dev/null @@ -1,358 +0,0 @@ -{ - "version": 4, - "targets": { - "net10.0": {} - }, - "libraries": {}, - "projectFileDependencyGroups": { - "net10.0": [] - }, - "packageFolders": { - "D:\\DevCache\\nuget-packages": {}, - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}, - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj", - "projectName": "QuantEngine.Core", - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj", - "packagesPath": "D:\\DevCache\\nuget-packages", - "outputPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], - "configFilePaths": [ - "C:\\Users\\kjh20\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.300" - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.301/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - } -} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Core/obj/project.nuget.cache b/src/dotnet/QuantEngine.Core/obj/project.nuget.cache deleted file mode 100644 index 1e2aece..0000000 --- a/src/dotnet/QuantEngine.Core/obj/project.nuget.cache +++ /dev/null @@ -1,8 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "ZsY9lhMy6SQ=", - "success": true, - "projectFilePath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj", - "expectedPackageFiles": [], - "logs": [] -} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Infrastructure/bin/Debug/net10.0/QuantEngine.Application.dll b/src/dotnet/QuantEngine.Infrastructure/bin/Debug/net10.0/QuantEngine.Application.dll deleted file mode 100644 index 000d4df..0000000 Binary files a/src/dotnet/QuantEngine.Infrastructure/bin/Debug/net10.0/QuantEngine.Application.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Infrastructure/bin/Debug/net10.0/QuantEngine.Application.pdb b/src/dotnet/QuantEngine.Infrastructure/bin/Debug/net10.0/QuantEngine.Application.pdb deleted file mode 100644 index 5bc764e..0000000 Binary files a/src/dotnet/QuantEngine.Infrastructure/bin/Debug/net10.0/QuantEngine.Application.pdb and /dev/null differ diff --git a/src/dotnet/QuantEngine.Infrastructure/bin/Debug/net10.0/QuantEngine.Core.dll b/src/dotnet/QuantEngine.Infrastructure/bin/Debug/net10.0/QuantEngine.Core.dll deleted file mode 100644 index 24f3982..0000000 Binary files a/src/dotnet/QuantEngine.Infrastructure/bin/Debug/net10.0/QuantEngine.Core.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Infrastructure/bin/Debug/net10.0/QuantEngine.Core.pdb b/src/dotnet/QuantEngine.Infrastructure/bin/Debug/net10.0/QuantEngine.Core.pdb deleted file mode 100644 index 852c12a..0000000 Binary files a/src/dotnet/QuantEngine.Infrastructure/bin/Debug/net10.0/QuantEngine.Core.pdb and /dev/null differ diff --git a/src/dotnet/QuantEngine.Infrastructure/bin/Debug/net10.0/QuantEngine.Infrastructure.deps.json b/src/dotnet/QuantEngine.Infrastructure/bin/Debug/net10.0/QuantEngine.Infrastructure.deps.json deleted file mode 100644 index 41a479c..0000000 --- a/src/dotnet/QuantEngine.Infrastructure/bin/Debug/net10.0/QuantEngine.Infrastructure.deps.json +++ /dev/null @@ -1,124 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v10.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v10.0": { - "QuantEngine.Infrastructure/1.0.0": { - "dependencies": { - "Dapper": "2.1.79", - "Npgsql": "10.0.3", - "QuantEngine.Application": "1.0.0", - "QuantEngine.Core": "1.0.0" - }, - "runtime": { - "QuantEngine.Infrastructure.dll": {} - } - }, - "Dapper/2.1.79": { - "runtime": { - "lib/net10.0/Dapper.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.1.79.29349" - } - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.0": { - "runtime": { - "lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.25.52411" - } - } - }, - "Microsoft.Extensions.Logging.Abstractions/10.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0" - }, - "runtime": { - "lib/net10.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.25.52411" - } - } - }, - "Npgsql/10.0.3": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "10.0.0" - }, - "runtime": { - "lib/net10.0/Npgsql.dll": { - "assemblyVersion": "10.0.3.0", - "fileVersion": "10.0.3.0" - } - } - }, - "QuantEngine.Application/1.0.0": { - "dependencies": { - "QuantEngine.Core": "1.0.0" - }, - "runtime": { - "QuantEngine.Application.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "QuantEngine.Core/1.0.0": { - "runtime": { - "QuantEngine.Core.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - } - } - }, - "libraries": { - "QuantEngine.Infrastructure/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Dapper/2.1.79": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8YijbzgTfmqmQOnVNorYM6K++pxqnW3nJ4aC1sRHzxUA2CcuoJ9gsTem3kgBnPRMc38zZHl4Esb6hAezXIEEuw==", - "path": "dapper/2.1.79", - "hashPath": "dapper.2.1.79.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-L3AdmZ1WOK4XXT5YFPEwyt0ep6l8lGIPs7F5OOBZc77Zqeo01Of7XXICy47628sdVl0v/owxYJTe86DTgFwKCA==", - "path": "microsoft.extensions.dependencyinjection.abstractions/10.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.10.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FU/IfjDfwaMuKr414SSQNTIti/69bHEMb+QKrskRb26oVqpx3lNFXMjs/RC9ZUuhBhcwDM2BwOgoMw+PZ+beqQ==", - "path": "microsoft.extensions.logging.abstractions/10.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.10.0.0.nupkg.sha512" - }, - "Npgsql/10.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7nb5YzXuvWWJxB0J8DiyL3we+X4FOctZrt0fIBnucOIaIevFEEwGQVZKtiu9olXdlNAK1eNgqSral6r/jlhI4w==", - "path": "npgsql/10.0.3", - "hashPath": "npgsql.10.0.3.nupkg.sha512" - }, - "QuantEngine.Application/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "QuantEngine.Core/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Infrastructure/bin/Debug/net10.0/QuantEngine.Infrastructure.dll b/src/dotnet/QuantEngine.Infrastructure/bin/Debug/net10.0/QuantEngine.Infrastructure.dll deleted file mode 100644 index eab5b91..0000000 Binary files a/src/dotnet/QuantEngine.Infrastructure/bin/Debug/net10.0/QuantEngine.Infrastructure.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Infrastructure/bin/Debug/net10.0/QuantEngine.Infrastructure.pdb b/src/dotnet/QuantEngine.Infrastructure/bin/Debug/net10.0/QuantEngine.Infrastructure.pdb deleted file mode 100644 index e034f7e..0000000 Binary files a/src/dotnet/QuantEngine.Infrastructure/bin/Debug/net10.0/QuantEngine.Infrastructure.pdb and /dev/null differ diff --git a/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs b/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs deleted file mode 100644 index 925b135..0000000 --- a/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v10.0", FrameworkDisplayName = ".NET 10.0")] diff --git a/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEng.BF5EDD9E.Up2Date b/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEng.BF5EDD9E.Up2Date deleted file mode 100644 index e69de29..0000000 diff --git a/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.AssemblyInfo.cs b/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.AssemblyInfo.cs deleted file mode 100644 index 48dc0d5..0000000 --- a/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("QuantEngine.Infrastructure")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4ef7a54ad55182e164ca78e8af21f2a5e214c98f")] -[assembly: System.Reflection.AssemblyProductAttribute("QuantEngine.Infrastructure")] -[assembly: System.Reflection.AssemblyTitleAttribute("QuantEngine.Infrastructure")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.AssemblyInfoInputs.cache b/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.AssemblyInfoInputs.cache deleted file mode 100644 index e2c72c6..0000000 --- a/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -a7887332378dbaa77da02dc01c1ab2e7eeaf008da768765c1d130ac779512930 diff --git a/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.GeneratedMSBuildEditorConfig.editorconfig b/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index e0f665f..0000000 --- a/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,18 +0,0 @@ -is_global = true -build_property.TargetFramework = net10.0 -build_property.TargetFrameworkIdentifier = .NETCoreApp -build_property.TargetFrameworkVersion = v10.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property.EntryPointFilePath = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = QuantEngine.Infrastructure -build_property.ProjectDir = C:\Temp\data_feed\src\dotnet\QuantEngine.Infrastructure\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.EffectiveAnalysisLevelStyle = 10.0 -build_property.EnableCodeStyleSeverity = diff --git a/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.GlobalUsings.g.cs b/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.GlobalUsings.g.cs deleted file mode 100644 index d12bcbc..0000000 --- a/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using System; -global using System.Collections.Generic; -global using System.IO; -global using System.Linq; -global using System.Net.Http; -global using System.Threading; -global using System.Threading.Tasks; diff --git a/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.assets.cache b/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.assets.cache deleted file mode 100644 index 6a4b6fb..0000000 Binary files a/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.assets.cache and /dev/null differ diff --git a/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.csproj.AssemblyReference.cache b/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.csproj.AssemblyReference.cache deleted file mode 100644 index ffb3e0a..0000000 Binary files a/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.csproj.CoreCompileInputs.cache b/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.csproj.CoreCompileInputs.cache deleted file mode 100644 index 9eec20c..0000000 --- a/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -fa897814897a7f9fc8482c16d1fdf5031e7aaa5172cdd1a52e59a54d590109c6 diff --git a/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.csproj.FileListAbsolute.txt b/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.csproj.FileListAbsolute.txt deleted file mode 100644 index fa64b60..0000000 --- a/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,17 +0,0 @@ -C:\Temp\data_feed\src\dotnet\QuantEngine.Infrastructure\bin\Debug\net10.0\QuantEngine.Infrastructure.deps.json -C:\Temp\data_feed\src\dotnet\QuantEngine.Infrastructure\bin\Debug\net10.0\QuantEngine.Infrastructure.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Infrastructure\bin\Debug\net10.0\QuantEngine.Infrastructure.pdb -C:\Temp\data_feed\src\dotnet\QuantEngine.Infrastructure\bin\Debug\net10.0\QuantEngine.Application.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Infrastructure\bin\Debug\net10.0\QuantEngine.Core.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Infrastructure\bin\Debug\net10.0\QuantEngine.Core.pdb -C:\Temp\data_feed\src\dotnet\QuantEngine.Infrastructure\bin\Debug\net10.0\QuantEngine.Application.pdb -C:\Temp\data_feed\src\dotnet\QuantEngine.Infrastructure\obj\Debug\net10.0\QuantEngine.Infrastructure.csproj.AssemblyReference.cache -C:\Temp\data_feed\src\dotnet\QuantEngine.Infrastructure\obj\Debug\net10.0\QuantEngine.Infrastructure.GeneratedMSBuildEditorConfig.editorconfig -C:\Temp\data_feed\src\dotnet\QuantEngine.Infrastructure\obj\Debug\net10.0\QuantEngine.Infrastructure.AssemblyInfoInputs.cache -C:\Temp\data_feed\src\dotnet\QuantEngine.Infrastructure\obj\Debug\net10.0\QuantEngine.Infrastructure.AssemblyInfo.cs -C:\Temp\data_feed\src\dotnet\QuantEngine.Infrastructure\obj\Debug\net10.0\QuantEngine.Infrastructure.csproj.CoreCompileInputs.cache -C:\Temp\data_feed\src\dotnet\QuantEngine.Infrastructure\obj\Debug\net10.0\QuantEng.BF5EDD9E.Up2Date -C:\Temp\data_feed\src\dotnet\QuantEngine.Infrastructure\obj\Debug\net10.0\QuantEngine.Infrastructure.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Infrastructure\obj\Debug\net10.0\refint\QuantEngine.Infrastructure.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Infrastructure\obj\Debug\net10.0\QuantEngine.Infrastructure.pdb -C:\Temp\data_feed\src\dotnet\QuantEngine.Infrastructure\obj\Debug\net10.0\ref\QuantEngine.Infrastructure.dll diff --git a/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.dll b/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.dll deleted file mode 100644 index eab5b91..0000000 Binary files a/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.pdb b/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.pdb deleted file mode 100644 index e034f7e..0000000 Binary files a/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/QuantEngine.Infrastructure.pdb and /dev/null differ diff --git a/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/ref/QuantEngine.Infrastructure.dll b/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/ref/QuantEngine.Infrastructure.dll deleted file mode 100644 index e09ec23..0000000 Binary files a/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/ref/QuantEngine.Infrastructure.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/refint/QuantEngine.Infrastructure.dll b/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/refint/QuantEngine.Infrastructure.dll deleted file mode 100644 index e09ec23..0000000 Binary files a/src/dotnet/QuantEngine.Infrastructure/obj/Debug/net10.0/refint/QuantEngine.Infrastructure.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Infrastructure/obj/QuantEngine.Infrastructure.csproj.nuget.dgspec.json b/src/dotnet/QuantEngine.Infrastructure/obj/QuantEngine.Infrastructure.csproj.nuget.dgspec.json deleted file mode 100644 index b2188fb..0000000 --- a/src/dotnet/QuantEngine.Infrastructure/obj/QuantEngine.Infrastructure.csproj.nuget.dgspec.json +++ /dev/null @@ -1,1058 +0,0 @@ -{ - "format": 1, - "restore": { - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Infrastructure\\QuantEngine.Infrastructure.csproj": {} - }, - "projects": { - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj", - "projectName": "QuantEngine.Application", - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj", - "packagesPath": "D:\\DevCache\\nuget-packages", - "outputPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], - "configFilePaths": [ - "C:\\Users\\kjh20\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "projectReferences": { - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.300" - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.301/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - }, - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj", - "projectName": "QuantEngine.Core", - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj", - "packagesPath": "D:\\DevCache\\nuget-packages", - "outputPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], - "configFilePaths": [ - "C:\\Users\\kjh20\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.300" - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.301/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - }, - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Infrastructure\\QuantEngine.Infrastructure.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Infrastructure\\QuantEngine.Infrastructure.csproj", - "projectName": "QuantEngine.Infrastructure", - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Infrastructure\\QuantEngine.Infrastructure.csproj", - "packagesPath": "D:\\DevCache\\nuget-packages", - "outputPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Infrastructure\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], - "configFilePaths": [ - "C:\\Users\\kjh20\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "projectReferences": { - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj" - }, - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.300" - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "dependencies": { - "Dapper": { - "target": "Package", - "version": "[2.1.79, )" - }, - "Npgsql": { - "target": "Package", - "version": "[10.0.3, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.301/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - } - } -} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Infrastructure/obj/QuantEngine.Infrastructure.csproj.nuget.g.props b/src/dotnet/QuantEngine.Infrastructure/obj/QuantEngine.Infrastructure.csproj.nuget.g.props deleted file mode 100644 index 4bd8355..0000000 --- a/src/dotnet/QuantEngine.Infrastructure/obj/QuantEngine.Infrastructure.csproj.nuget.g.props +++ /dev/null @@ -1,17 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - D:\DevCache\nuget-packages - D:\DevCache\nuget-packages;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files\dotnet\sdk\NuGetFallbackFolder - PackageReference - 7.0.0 - - - - - - - \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Infrastructure/obj/QuantEngine.Infrastructure.csproj.nuget.g.targets b/src/dotnet/QuantEngine.Infrastructure/obj/QuantEngine.Infrastructure.csproj.nuget.g.targets deleted file mode 100644 index 699b603..0000000 --- a/src/dotnet/QuantEngine.Infrastructure/obj/QuantEngine.Infrastructure.csproj.nuget.g.targets +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Infrastructure/obj/project.assets.json b/src/dotnet/QuantEngine.Infrastructure/obj/project.assets.json deleted file mode 100644 index ff08687..0000000 --- a/src/dotnet/QuantEngine.Infrastructure/obj/project.assets.json +++ /dev/null @@ -1,622 +0,0 @@ -{ - "version": 4, - "targets": { - "net10.0": { - "Dapper/2.1.79": { - "type": "package", - "compile": { - "lib/net10.0/Dapper.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/Dapper.dll": { - "related": ".xml" - } - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.0": { - "type": "package", - "compile": { - "lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/10.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0" - }, - "compile": { - "lib/net10.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets": {} - } - }, - "Npgsql/10.0.3": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "10.0.0" - }, - "compile": { - "lib/net10.0/Npgsql.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/Npgsql.dll": { - "related": ".xml" - } - } - }, - "QuantEngine.Application/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v10.0", - "dependencies": { - "QuantEngine.Core": "1.0.0" - }, - "compile": { - "bin/placeholder/QuantEngine.Application.dll": {} - }, - "runtime": { - "bin/placeholder/QuantEngine.Application.dll": {} - } - }, - "QuantEngine.Core/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v10.0", - "compile": { - "bin/placeholder/QuantEngine.Core.dll": {} - }, - "runtime": { - "bin/placeholder/QuantEngine.Core.dll": {} - } - } - } - }, - "libraries": { - "Dapper/2.1.79": { - "sha512": "8YijbzgTfmqmQOnVNorYM6K++pxqnW3nJ4aC1sRHzxUA2CcuoJ9gsTem3kgBnPRMc38zZHl4Esb6hAezXIEEuw==", - "type": "package", - "path": "dapper/2.1.79", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Dapper.png", - "dapper.2.1.79.nupkg.sha512", - "dapper.nuspec", - "lib/net10.0/Dapper.dll", - "lib/net10.0/Dapper.xml", - "lib/net461/Dapper.dll", - "lib/net461/Dapper.xml", - "lib/net8.0/Dapper.dll", - "lib/net8.0/Dapper.xml", - "lib/netstandard2.0/Dapper.dll", - "lib/netstandard2.0/Dapper.xml", - "readme.md" - ] - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.0": { - "sha512": "L3AdmZ1WOK4XXT5YFPEwyt0ep6l8lGIPs7F5OOBZc77Zqeo01Of7XXICy47628sdVl0v/owxYJTe86DTgFwKCA==", - "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/10.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", - "lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "microsoft.extensions.dependencyinjection.abstractions.10.0.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Logging.Abstractions/10.0.0": { - "sha512": "FU/IfjDfwaMuKr414SSQNTIti/69bHEMb+QKrskRb26oVqpx3lNFXMjs/RC9ZUuhBhcwDM2BwOgoMw+PZ+beqQ==", - "type": "package", - "path": "microsoft.extensions.logging.abstractions/10.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets", - "lib/net10.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net10.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", - "microsoft.extensions.logging.abstractions.10.0.0.nupkg.sha512", - "microsoft.extensions.logging.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Npgsql/10.0.3": { - "sha512": "7nb5YzXuvWWJxB0J8DiyL3we+X4FOctZrt0fIBnucOIaIevFEEwGQVZKtiu9olXdlNAK1eNgqSral6r/jlhI4w==", - "type": "package", - "path": "npgsql/10.0.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/net10.0/Npgsql.dll", - "lib/net10.0/Npgsql.xml", - "lib/net8.0/Npgsql.dll", - "lib/net8.0/Npgsql.xml", - "lib/net9.0/Npgsql.dll", - "lib/net9.0/Npgsql.xml", - "npgsql.10.0.3.nupkg.sha512", - "npgsql.nuspec", - "postgresql.png" - ] - }, - "QuantEngine.Application/1.0.0": { - "type": "project", - "path": "../QuantEngine.Application/QuantEngine.Application.csproj", - "msbuildProject": "../QuantEngine.Application/QuantEngine.Application.csproj" - }, - "QuantEngine.Core/1.0.0": { - "type": "project", - "path": "../QuantEngine.Core/QuantEngine.Core.csproj", - "msbuildProject": "../QuantEngine.Core/QuantEngine.Core.csproj" - } - }, - "projectFileDependencyGroups": { - "net10.0": [ - "Dapper >= 2.1.79", - "Npgsql >= 10.0.3", - "QuantEngine.Application >= 1.0.0", - "QuantEngine.Core >= 1.0.0" - ] - }, - "packageFolders": { - "D:\\DevCache\\nuget-packages": {}, - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}, - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Infrastructure\\QuantEngine.Infrastructure.csproj", - "projectName": "QuantEngine.Infrastructure", - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Infrastructure\\QuantEngine.Infrastructure.csproj", - "packagesPath": "D:\\DevCache\\nuget-packages", - "outputPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Infrastructure\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], - "configFilePaths": [ - "C:\\Users\\kjh20\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "projectReferences": { - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj" - }, - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.300" - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "dependencies": { - "Dapper": { - "target": "Package", - "version": "[2.1.79, )" - }, - "Npgsql": { - "target": "Package", - "version": "[10.0.3, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.301/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - } -} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Infrastructure/obj/project.nuget.cache b/src/dotnet/QuantEngine.Infrastructure/obj/project.nuget.cache deleted file mode 100644 index 08a8a4c..0000000 --- a/src/dotnet/QuantEngine.Infrastructure/obj/project.nuget.cache +++ /dev/null @@ -1,13 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "KzZeTlTcjPo=", - "success": true, - "projectFilePath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Infrastructure\\QuantEngine.Infrastructure.csproj", - "expectedPackageFiles": [ - "D:\\DevCache\\nuget-packages\\dapper\\2.1.79\\dapper.2.1.79.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\microsoft.extensions.dependencyinjection.abstractions\\10.0.0\\microsoft.extensions.dependencyinjection.abstractions.10.0.0.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\microsoft.extensions.logging.abstractions\\10.0.0\\microsoft.extensions.logging.abstractions.10.0.0.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\npgsql\\10.0.3\\npgsql.10.0.3.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Tools/bin/Debug/net10.0/QuantEngine.Application.dll b/src/dotnet/QuantEngine.Tools/bin/Debug/net10.0/QuantEngine.Application.dll deleted file mode 100644 index 000d4df..0000000 Binary files a/src/dotnet/QuantEngine.Tools/bin/Debug/net10.0/QuantEngine.Application.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Tools/bin/Debug/net10.0/QuantEngine.Application.pdb b/src/dotnet/QuantEngine.Tools/bin/Debug/net10.0/QuantEngine.Application.pdb deleted file mode 100644 index 5bc764e..0000000 Binary files a/src/dotnet/QuantEngine.Tools/bin/Debug/net10.0/QuantEngine.Application.pdb and /dev/null differ diff --git a/src/dotnet/QuantEngine.Tools/bin/Debug/net10.0/QuantEngine.Core.dll b/src/dotnet/QuantEngine.Tools/bin/Debug/net10.0/QuantEngine.Core.dll deleted file mode 100644 index 24f3982..0000000 Binary files a/src/dotnet/QuantEngine.Tools/bin/Debug/net10.0/QuantEngine.Core.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Tools/bin/Debug/net10.0/QuantEngine.Core.pdb b/src/dotnet/QuantEngine.Tools/bin/Debug/net10.0/QuantEngine.Core.pdb deleted file mode 100644 index 852c12a..0000000 Binary files a/src/dotnet/QuantEngine.Tools/bin/Debug/net10.0/QuantEngine.Core.pdb and /dev/null differ diff --git a/src/dotnet/QuantEngine.Tools/bin/Debug/net10.0/QuantEngine.Tools.deps.json b/src/dotnet/QuantEngine.Tools/bin/Debug/net10.0/QuantEngine.Tools.deps.json deleted file mode 100644 index d8f43e7..0000000 --- a/src/dotnet/QuantEngine.Tools/bin/Debug/net10.0/QuantEngine.Tools.deps.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v10.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v10.0": { - "QuantEngine.Tools/1.0.0": { - "dependencies": { - "QuantEngine.Application": "1.0.0", - "QuantEngine.Core": "1.0.0" - }, - "runtime": { - "QuantEngine.Tools.dll": {} - } - }, - "QuantEngine.Application/1.0.0": { - "dependencies": { - "QuantEngine.Core": "1.0.0" - }, - "runtime": { - "QuantEngine.Application.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "QuantEngine.Core/1.0.0": { - "runtime": { - "QuantEngine.Core.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - } - } - }, - "libraries": { - "QuantEngine.Tools/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "QuantEngine.Application/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "QuantEngine.Core/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Tools/bin/Debug/net10.0/QuantEngine.Tools.dll b/src/dotnet/QuantEngine.Tools/bin/Debug/net10.0/QuantEngine.Tools.dll deleted file mode 100644 index 2d9c223..0000000 Binary files a/src/dotnet/QuantEngine.Tools/bin/Debug/net10.0/QuantEngine.Tools.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Tools/bin/Debug/net10.0/QuantEngine.Tools.exe b/src/dotnet/QuantEngine.Tools/bin/Debug/net10.0/QuantEngine.Tools.exe deleted file mode 100644 index d362bb5..0000000 Binary files a/src/dotnet/QuantEngine.Tools/bin/Debug/net10.0/QuantEngine.Tools.exe and /dev/null differ diff --git a/src/dotnet/QuantEngine.Tools/bin/Debug/net10.0/QuantEngine.Tools.pdb b/src/dotnet/QuantEngine.Tools/bin/Debug/net10.0/QuantEngine.Tools.pdb deleted file mode 100644 index 7a2f5c3..0000000 Binary files a/src/dotnet/QuantEngine.Tools/bin/Debug/net10.0/QuantEngine.Tools.pdb and /dev/null differ diff --git a/src/dotnet/QuantEngine.Tools/bin/Debug/net10.0/QuantEngine.Tools.runtimeconfig.json b/src/dotnet/QuantEngine.Tools/bin/Debug/net10.0/QuantEngine.Tools.runtimeconfig.json deleted file mode 100644 index 01e4519..0000000 --- a/src/dotnet/QuantEngine.Tools/bin/Debug/net10.0/QuantEngine.Tools.runtimeconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net10.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "10.0.0" - }, - "configProperties": { - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs b/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs deleted file mode 100644 index 925b135..0000000 --- a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v10.0", FrameworkDisplayName = ".NET 10.0")] diff --git a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEng.78F9363A.Up2Date b/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEng.78F9363A.Up2Date deleted file mode 100644 index e69de29..0000000 diff --git a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.AssemblyInfo.cs b/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.AssemblyInfo.cs deleted file mode 100644 index 8d635d7..0000000 --- a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("QuantEngine.Tools")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4ef7a54ad55182e164ca78e8af21f2a5e214c98f")] -[assembly: System.Reflection.AssemblyProductAttribute("QuantEngine.Tools")] -[assembly: System.Reflection.AssemblyTitleAttribute("QuantEngine.Tools")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.AssemblyInfoInputs.cache b/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.AssemblyInfoInputs.cache deleted file mode 100644 index c2c78bc..0000000 --- a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -e57c2999ae009bd4e7cb81bfa1a79df90657516cb1012e075af73cfb374083a4 diff --git a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.GeneratedMSBuildEditorConfig.editorconfig b/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 639cd29..0000000 --- a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,18 +0,0 @@ -is_global = true -build_property.TargetFramework = net10.0 -build_property.TargetFrameworkIdentifier = .NETCoreApp -build_property.TargetFrameworkVersion = v10.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property.EntryPointFilePath = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = QuantEngine.Tools -build_property.ProjectDir = C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.EffectiveAnalysisLevelStyle = 10.0 -build_property.EnableCodeStyleSeverity = diff --git a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.GlobalUsings.g.cs b/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.GlobalUsings.g.cs deleted file mode 100644 index d12bcbc..0000000 --- a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using System; -global using System.Collections.Generic; -global using System.IO; -global using System.Linq; -global using System.Net.Http; -global using System.Threading; -global using System.Threading.Tasks; diff --git a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.assets.cache b/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.assets.cache deleted file mode 100644 index b7b2853..0000000 Binary files a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.assets.cache and /dev/null differ diff --git a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.csproj.AssemblyReference.cache b/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.csproj.AssemblyReference.cache deleted file mode 100644 index 35f1e59..0000000 Binary files a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.csproj.CoreCompileInputs.cache b/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.csproj.CoreCompileInputs.cache deleted file mode 100644 index f37217b..0000000 --- a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -1d48ffb61bcb16ee26ff8dd1f8df5a43d62055c7e2eadff47940d76e842ce3a3 diff --git a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.csproj.FileListAbsolute.txt b/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.csproj.FileListAbsolute.txt deleted file mode 100644 index 8eb9856..0000000 --- a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,20 +0,0 @@ -C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\bin\Debug\net10.0\QuantEngine.Tools.exe -C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\bin\Debug\net10.0\QuantEngine.Tools.deps.json -C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\bin\Debug\net10.0\QuantEngine.Tools.runtimeconfig.json -C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\bin\Debug\net10.0\QuantEngine.Tools.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\bin\Debug\net10.0\QuantEngine.Tools.pdb -C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\bin\Debug\net10.0\QuantEngine.Application.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\bin\Debug\net10.0\QuantEngine.Core.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\bin\Debug\net10.0\QuantEngine.Core.pdb -C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\bin\Debug\net10.0\QuantEngine.Application.pdb -C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\obj\Debug\net10.0\QuantEngine.Tools.csproj.AssemblyReference.cache -C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\obj\Debug\net10.0\QuantEngine.Tools.GeneratedMSBuildEditorConfig.editorconfig -C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\obj\Debug\net10.0\QuantEngine.Tools.AssemblyInfoInputs.cache -C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\obj\Debug\net10.0\QuantEngine.Tools.AssemblyInfo.cs -C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\obj\Debug\net10.0\QuantEngine.Tools.csproj.CoreCompileInputs.cache -C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\obj\Debug\net10.0\QuantEng.78F9363A.Up2Date -C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\obj\Debug\net10.0\QuantEngine.Tools.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\obj\Debug\net10.0\refint\QuantEngine.Tools.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\obj\Debug\net10.0\QuantEngine.Tools.pdb -C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\obj\Debug\net10.0\QuantEngine.Tools.genruntimeconfig.cache -C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\obj\Debug\net10.0\ref\QuantEngine.Tools.dll diff --git a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.dll b/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.dll deleted file mode 100644 index 2d9c223..0000000 Binary files a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.genruntimeconfig.cache b/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.genruntimeconfig.cache deleted file mode 100644 index 662715d..0000000 --- a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -7ce6c2c1059f99fce2c9e50837963ea8e7cf9093ec7e5cd84e46dc9429038c60 diff --git a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.pdb b/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.pdb deleted file mode 100644 index 7a2f5c3..0000000 Binary files a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.pdb and /dev/null differ diff --git a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/apphost.exe b/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/apphost.exe deleted file mode 100644 index d362bb5..0000000 Binary files a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/apphost.exe and /dev/null differ diff --git a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/ref/QuantEngine.Tools.dll b/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/ref/QuantEngine.Tools.dll deleted file mode 100644 index cfdff34..0000000 Binary files a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/ref/QuantEngine.Tools.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/refint/QuantEngine.Tools.dll b/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/refint/QuantEngine.Tools.dll deleted file mode 100644 index cfdff34..0000000 Binary files a/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/refint/QuantEngine.Tools.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Tools/obj/QuantEngine.Tools.csproj.nuget.dgspec.json b/src/dotnet/QuantEngine.Tools/obj/QuantEngine.Tools.csproj.nuget.dgspec.json deleted file mode 100644 index 20a4b36..0000000 --- a/src/dotnet/QuantEngine.Tools/obj/QuantEngine.Tools.csproj.nuget.dgspec.json +++ /dev/null @@ -1,1048 +0,0 @@ -{ - "format": 1, - "restore": { - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Tools\\QuantEngine.Tools.csproj": {} - }, - "projects": { - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj", - "projectName": "QuantEngine.Application", - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj", - "packagesPath": "D:\\DevCache\\nuget-packages", - "outputPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], - "configFilePaths": [ - "C:\\Users\\kjh20\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "projectReferences": { - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.300" - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.301/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - }, - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj", - "projectName": "QuantEngine.Core", - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj", - "packagesPath": "D:\\DevCache\\nuget-packages", - "outputPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], - "configFilePaths": [ - "C:\\Users\\kjh20\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.300" - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.301/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - }, - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Tools\\QuantEngine.Tools.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Tools\\QuantEngine.Tools.csproj", - "projectName": "QuantEngine.Tools", - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Tools\\QuantEngine.Tools.csproj", - "packagesPath": "D:\\DevCache\\nuget-packages", - "outputPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Tools\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], - "configFilePaths": [ - "C:\\Users\\kjh20\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "projectReferences": { - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj" - }, - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.300" - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.301/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - } - } -} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Tools/obj/QuantEngine.Tools.csproj.nuget.g.props b/src/dotnet/QuantEngine.Tools/obj/QuantEngine.Tools.csproj.nuget.g.props deleted file mode 100644 index 4bd8355..0000000 --- a/src/dotnet/QuantEngine.Tools/obj/QuantEngine.Tools.csproj.nuget.g.props +++ /dev/null @@ -1,17 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - D:\DevCache\nuget-packages - D:\DevCache\nuget-packages;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files\dotnet\sdk\NuGetFallbackFolder - PackageReference - 7.0.0 - - - - - - - \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Tools/obj/QuantEngine.Tools.csproj.nuget.g.targets b/src/dotnet/QuantEngine.Tools/obj/QuantEngine.Tools.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef..0000000 --- a/src/dotnet/QuantEngine.Tools/obj/QuantEngine.Tools.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Tools/obj/project.assets.json b/src/dotnet/QuantEngine.Tools/obj/project.assets.json deleted file mode 100644 index 0299c15..0000000 --- a/src/dotnet/QuantEngine.Tools/obj/project.assets.json +++ /dev/null @@ -1,403 +0,0 @@ -{ - "version": 4, - "targets": { - "net10.0": { - "QuantEngine.Application/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v10.0", - "dependencies": { - "QuantEngine.Core": "1.0.0" - }, - "compile": { - "bin/placeholder/QuantEngine.Application.dll": {} - }, - "runtime": { - "bin/placeholder/QuantEngine.Application.dll": {} - } - }, - "QuantEngine.Core/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v10.0", - "compile": { - "bin/placeholder/QuantEngine.Core.dll": {} - }, - "runtime": { - "bin/placeholder/QuantEngine.Core.dll": {} - } - } - } - }, - "libraries": { - "QuantEngine.Application/1.0.0": { - "type": "project", - "path": "../QuantEngine.Application/QuantEngine.Application.csproj", - "msbuildProject": "../QuantEngine.Application/QuantEngine.Application.csproj" - }, - "QuantEngine.Core/1.0.0": { - "type": "project", - "path": "../QuantEngine.Core/QuantEngine.Core.csproj", - "msbuildProject": "../QuantEngine.Core/QuantEngine.Core.csproj" - } - }, - "projectFileDependencyGroups": { - "net10.0": [ - "QuantEngine.Application >= 1.0.0", - "QuantEngine.Core >= 1.0.0" - ] - }, - "packageFolders": { - "D:\\DevCache\\nuget-packages": {}, - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}, - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Tools\\QuantEngine.Tools.csproj", - "projectName": "QuantEngine.Tools", - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Tools\\QuantEngine.Tools.csproj", - "packagesPath": "D:\\DevCache\\nuget-packages", - "outputPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Tools\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], - "configFilePaths": [ - "C:\\Users\\kjh20\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "projectReferences": { - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj" - }, - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.300" - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.301/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - } -} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Tools/obj/project.nuget.cache b/src/dotnet/QuantEngine.Tools/obj/project.nuget.cache deleted file mode 100644 index 578a0ad..0000000 --- a/src/dotnet/QuantEngine.Tools/obj/project.nuget.cache +++ /dev/null @@ -1,8 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "aiCDksw3TMY=", - "success": true, - "projectFilePath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Tools\\QuantEngine.Tools.csproj", - "expectedPackageFiles": [], - "logs": [] -} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Dapper.dll b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Dapper.dll deleted file mode 100644 index 84d2de0..0000000 Binary files a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Dapper.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Microsoft.Extensions.DependencyModel.dll b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Microsoft.Extensions.DependencyModel.dll deleted file mode 100644 index dae1950..0000000 Binary files a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Microsoft.Extensions.DependencyModel.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Color.dll b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Color.dll deleted file mode 100644 index b45df5e..0000000 Binary files a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Color.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Filled.dll b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Filled.dll deleted file mode 100644 index f11f4c2..0000000 Binary files a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Filled.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Light.dll b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Light.dll deleted file mode 100644 index 7605952..0000000 Binary files a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Light.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Regular.dll b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Regular.dll deleted file mode 100644 index 4cbb8b4..0000000 Binary files a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Regular.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Microsoft.FluentUI.AspNetCore.Components.Icons.dll b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Microsoft.FluentUI.AspNetCore.Components.Icons.dll deleted file mode 100644 index 3f2b7af..0000000 Binary files a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Microsoft.FluentUI.AspNetCore.Components.Icons.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Microsoft.FluentUI.AspNetCore.Components.dll b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Microsoft.FluentUI.AspNetCore.Components.dll deleted file mode 100644 index 4ee6c1e..0000000 Binary files a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Microsoft.FluentUI.AspNetCore.Components.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Npgsql.dll b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Npgsql.dll deleted file mode 100644 index 184db8d..0000000 Binary files a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Npgsql.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Application.dll b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Application.dll deleted file mode 100644 index 000d4df..0000000 Binary files a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Application.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Application.pdb b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Application.pdb deleted file mode 100644 index 5bc764e..0000000 Binary files a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Application.pdb and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Core.dll b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Core.dll deleted file mode 100644 index 24f3982..0000000 Binary files a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Core.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Core.pdb b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Core.pdb deleted file mode 100644 index 852c12a..0000000 Binary files a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Core.pdb and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Infrastructure.dll b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Infrastructure.dll deleted file mode 100644 index eab5b91..0000000 Binary files a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Infrastructure.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Infrastructure.pdb b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Infrastructure.pdb deleted file mode 100644 index e034f7e..0000000 Binary files a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Infrastructure.pdb and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Web.deps.json b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Web.deps.json deleted file mode 100644 index 992c615..0000000 --- a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Web.deps.json +++ /dev/null @@ -1,340 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v10.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v10.0": { - "QuantEngine.Web/1.0.0": { - "dependencies": { - "Microsoft.FluentUI.AspNetCore.Components": "5.0.0-rc.4-26177.1", - "Microsoft.FluentUI.AspNetCore.Components.Icons": "5.0.0-rc.4-26177.1", - "QuantEngine.Application": "1.0.0", - "QuantEngine.Core": "1.0.0", - "QuantEngine.Infrastructure": "1.0.0", - "Serilog.AspNetCore": "10.0.0" - }, - "runtime": { - "QuantEngine.Web.dll": {} - } - }, - "Dapper/2.1.79": { - "runtime": { - "lib/net10.0/Dapper.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.1.79.29349" - } - } - }, - "Microsoft.Extensions.DependencyModel/10.0.0": { - "runtime": { - "lib/net10.0/Microsoft.Extensions.DependencyModel.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.25.52411" - } - } - }, - "Microsoft.FluentUI.AspNetCore.Components/5.0.0-rc.4-26177.1": { - "runtime": { - "lib/net10.0/Microsoft.FluentUI.AspNetCore.Components.dll": { - "assemblyVersion": "5.0.0.26177", - "fileVersion": "5.0.0.26177" - } - } - }, - "Microsoft.FluentUI.AspNetCore.Components.Icons/5.0.0-rc.4-26177.1": { - "dependencies": { - "Microsoft.FluentUI.AspNetCore.Components": "5.0.0-rc.4-26177.1" - }, - "runtime": { - "lib/net9.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Color.dll": { - "assemblyVersion": "5.0.0.26177", - "fileVersion": "5.0.0.26177" - }, - "lib/net9.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Filled.dll": { - "assemblyVersion": "5.0.0.26177", - "fileVersion": "5.0.0.26177" - }, - "lib/net9.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Light.dll": { - "assemblyVersion": "5.0.0.26177", - "fileVersion": "5.0.0.26177" - }, - "lib/net9.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Regular.dll": { - "assemblyVersion": "5.0.0.26177", - "fileVersion": "5.0.0.26177" - }, - "lib/net9.0/Microsoft.FluentUI.AspNetCore.Components.Icons.dll": { - "assemblyVersion": "5.0.0.26177", - "fileVersion": "5.0.0.26177" - } - } - }, - "Npgsql/10.0.3": { - "runtime": { - "lib/net10.0/Npgsql.dll": { - "assemblyVersion": "10.0.3.0", - "fileVersion": "10.0.3.0" - } - } - }, - "Serilog/4.3.0": { - "runtime": { - "lib/net9.0/Serilog.dll": { - "assemblyVersion": "4.3.0.0", - "fileVersion": "4.3.0.0" - } - } - }, - "Serilog.AspNetCore/10.0.0": { - "dependencies": { - "Serilog": "4.3.0", - "Serilog.Extensions.Hosting": "10.0.0", - "Serilog.Formatting.Compact": "3.0.0", - "Serilog.Settings.Configuration": "10.0.0", - "Serilog.Sinks.Console": "6.1.1", - "Serilog.Sinks.Debug": "3.0.0", - "Serilog.Sinks.File": "7.0.0" - }, - "runtime": { - "lib/net10.0/Serilog.AspNetCore.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.0" - } - } - }, - "Serilog.Extensions.Hosting/10.0.0": { - "dependencies": { - "Serilog": "4.3.0", - "Serilog.Extensions.Logging": "10.0.0" - }, - "runtime": { - "lib/net10.0/Serilog.Extensions.Hosting.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.0" - } - } - }, - "Serilog.Extensions.Logging/10.0.0": { - "dependencies": { - "Serilog": "4.3.0" - }, - "runtime": { - "lib/net10.0/Serilog.Extensions.Logging.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.0" - } - } - }, - "Serilog.Formatting.Compact/3.0.0": { - "dependencies": { - "Serilog": "4.3.0" - }, - "runtime": { - "lib/net8.0/Serilog.Formatting.Compact.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.0.0" - } - } - }, - "Serilog.Settings.Configuration/10.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyModel": "10.0.0", - "Serilog": "4.3.0" - }, - "runtime": { - "lib/net10.0/Serilog.Settings.Configuration.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.0" - } - } - }, - "Serilog.Sinks.Console/6.1.1": { - "dependencies": { - "Serilog": "4.3.0" - }, - "runtime": { - "lib/net8.0/Serilog.Sinks.Console.dll": { - "assemblyVersion": "6.1.1.0", - "fileVersion": "6.1.1.0" - } - } - }, - "Serilog.Sinks.Debug/3.0.0": { - "dependencies": { - "Serilog": "4.3.0" - }, - "runtime": { - "lib/net8.0/Serilog.Sinks.Debug.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.0.0" - } - } - }, - "Serilog.Sinks.File/7.0.0": { - "dependencies": { - "Serilog": "4.3.0" - }, - "runtime": { - "lib/net9.0/Serilog.Sinks.File.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.0.0" - } - } - }, - "QuantEngine.Application/1.0.0": { - "dependencies": { - "QuantEngine.Core": "1.0.0" - }, - "runtime": { - "QuantEngine.Application.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "QuantEngine.Core/1.0.0": { - "runtime": { - "QuantEngine.Core.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "QuantEngine.Infrastructure/1.0.0": { - "dependencies": { - "Dapper": "2.1.79", - "Npgsql": "10.0.3", - "QuantEngine.Application": "1.0.0", - "QuantEngine.Core": "1.0.0" - }, - "runtime": { - "QuantEngine.Infrastructure.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - } - } - }, - "libraries": { - "QuantEngine.Web/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Dapper/2.1.79": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8YijbzgTfmqmQOnVNorYM6K++pxqnW3nJ4aC1sRHzxUA2CcuoJ9gsTem3kgBnPRMc38zZHl4Esb6hAezXIEEuw==", - "path": "dapper/2.1.79", - "hashPath": "dapper.2.1.79.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyModel/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RFYJR7APio/BiqdQunRq6DB+nDB6nc2qhHr77mlvZ0q0BT8PubMXN7XicmfzCbrDE/dzhBnUKBRXLTcqUiZDGg==", - "path": "microsoft.extensions.dependencymodel/10.0.0", - "hashPath": "microsoft.extensions.dependencymodel.10.0.0.nupkg.sha512" - }, - "Microsoft.FluentUI.AspNetCore.Components/5.0.0-rc.4-26177.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y7k8ib6ar+1l7Rc8IdBe5aLWzFPF09ruazr+nB/GZw1Zefehddt7qXhbQzCCRyV7GCTBY3HvV7ms08ChRaeUfQ==", - "path": "microsoft.fluentui.aspnetcore.components/5.0.0-rc.4-26177.1", - "hashPath": "microsoft.fluentui.aspnetcore.components.5.0.0-rc.4-26177.1.nupkg.sha512" - }, - "Microsoft.FluentUI.AspNetCore.Components.Icons/5.0.0-rc.4-26177.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-99ZPWwDcdEL/o6vmtbi7A+TzjpiOE2DxUJD/McesJTIGEZT8Iohh8URJvgpA8SR8W4tB+9wSfqZMXMCuaWi5aA==", - "path": "microsoft.fluentui.aspnetcore.components.icons/5.0.0-rc.4-26177.1", - "hashPath": "microsoft.fluentui.aspnetcore.components.icons.5.0.0-rc.4-26177.1.nupkg.sha512" - }, - "Npgsql/10.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7nb5YzXuvWWJxB0J8DiyL3we+X4FOctZrt0fIBnucOIaIevFEEwGQVZKtiu9olXdlNAK1eNgqSral6r/jlhI4w==", - "path": "npgsql/10.0.3", - "hashPath": "npgsql.10.0.3.nupkg.sha512" - }, - "Serilog/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+cDryFR0GRhsGOnZSKwaDzRRl4MupvJ42FhCE4zhQRVanX0Jpg6WuCBk59OVhVDPmab1bB+nRykAnykYELA9qQ==", - "path": "serilog/4.3.0", - "hashPath": "serilog.4.3.0.nupkg.sha512" - }, - "Serilog.AspNetCore/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-a/cNa1mY4On1oJlfGG1wAvxjp5g7OEzk/Jf/nm7NF9cWoE7KlZw1GldrifUBWm9oKibHkR7Lg/l5jy3y7ACR8w==", - "path": "serilog.aspnetcore/10.0.0", - "hashPath": "serilog.aspnetcore.10.0.0.nupkg.sha512" - }, - "Serilog.Extensions.Hosting/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-E7juuIc+gzoGxgzFooFgAV8g9BfiSXNKsUok9NmEpyAXg2odkcPsMa/Yo4axkJRlh0se7mkYQ1GXDaBemR+b6w==", - "path": "serilog.extensions.hosting/10.0.0", - "hashPath": "serilog.extensions.hosting.10.0.0.nupkg.sha512" - }, - "Serilog.Extensions.Logging/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vx0kABKl2dWbBhhqAfTOk53/i8aV/5VaT3a6il9gn72Wqs2pM7EK2OB6No6xdqK2IaY6Zf9gdjLuK9BVa2rT+Q==", - "path": "serilog.extensions.logging/10.0.0", - "hashPath": "serilog.extensions.logging.10.0.0.nupkg.sha512" - }, - "Serilog.Formatting.Compact/3.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wQsv14w9cqlfB5FX2MZpNsTawckN4a8dryuNGbebB/3Nh1pXnROHZov3swtu3Nj5oNG7Ba+xdu7Et/ulAUPanQ==", - "path": "serilog.formatting.compact/3.0.0", - "hashPath": "serilog.formatting.compact.3.0.0.nupkg.sha512" - }, - "Serilog.Settings.Configuration/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LNq+ibS1sbhTqPV1FIE69/9AJJbfaOhnaqkzcjFy95o+4U+STsta9mi97f1smgXsWYKICDeGUf8xUGzd/52/uA==", - "path": "serilog.settings.configuration/10.0.0", - "hashPath": "serilog.settings.configuration.10.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Console/6.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8jbqgjUyZlfCuSTaJk6lOca465OndqOz3KZP6Cryt/IqZYybyBu7GP0fE/AXBzrrQB3EBmQntBFAvMVz1COvAA==", - "path": "serilog.sinks.console/6.1.1", - "hashPath": "serilog.sinks.console.6.1.1.nupkg.sha512" - }, - "Serilog.Sinks.Debug/3.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4BzXcdrgRX7wde9PmHuYd9U6YqycCC28hhpKonK7hx0wb19eiuRj16fPcPSVp0o/Y1ipJuNLYQ00R3q2Zs8FDA==", - "path": "serilog.sinks.debug/3.0.0", - "hashPath": "serilog.sinks.debug.3.0.0.nupkg.sha512" - }, - "Serilog.Sinks.File/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fKL7mXv7qaiNBUC71ssvn/dU0k9t0o45+qm2XgKAlSt19xF+ijjxyA3R6HmCgfKEKwfcfkwWjayuQtRueZFkYw==", - "path": "serilog.sinks.file/7.0.0", - "hashPath": "serilog.sinks.file.7.0.0.nupkg.sha512" - }, - "QuantEngine.Application/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "QuantEngine.Core/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "QuantEngine.Infrastructure/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Web.dll b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Web.dll deleted file mode 100644 index a175670..0000000 Binary files a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Web.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Web.exe b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Web.exe deleted file mode 100644 index a982150..0000000 Binary files a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Web.exe and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Web.pdb b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Web.pdb deleted file mode 100644 index 197d7fd..0000000 Binary files a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Web.pdb and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Web.runtimeconfig.json b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Web.runtimeconfig.json deleted file mode 100644 index 8b09022..0000000 --- a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Web.runtimeconfig.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net10.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "10.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "10.0.0" - } - ], - "configProperties": { - "System.GC.Server": true, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false, - "Microsoft.AspNetCore.Components.Endpoints.NavigationManager.DisableThrowNavigationException": true - } - } -} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Web.staticwebassets.endpoints.json b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Web.staticwebassets.endpoints.json deleted file mode 100644 index c85f3a6..0000000 --- a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Web.staticwebassets.endpoints.json +++ /dev/null @@ -1 +0,0 @@ -{"Version":1,"ManifestType":"Build","Endpoints":[{"Route":"Components/Layout/ReconnectModal.13ja33weya.razor.js","AssetFile":"Components/Layout/ReconnectModal.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"2364"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"4zGYCWZ4pfXdYacNs7XaH1BXGvludoT6JCkX9NZucgI=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 13:57:48 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"13ja33weya"},{"Name":"integrity","Value":"sha256-4zGYCWZ4pfXdYacNs7XaH1BXGvludoT6JCkX9NZucgI="},{"Name":"label","Value":"Components/Layout/ReconnectModal.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"Components/Layout/ReconnectModal.13ja33weya.razor.js","AssetFile":"Components/Layout/ReconnectModal.razor.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.001386962552"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"720"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"kQLxn+TSoZvHHUJJnDORp3qKU0F+kzVxLQB9TB0aEoY=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"13ja33weya"},{"Name":"integrity","Value":"sha256-4zGYCWZ4pfXdYacNs7XaH1BXGvludoT6JCkX9NZucgI="},{"Name":"label","Value":"Components/Layout/ReconnectModal.razor.js"},{"Name":"original-resource","Value":"\"4zGYCWZ4pfXdYacNs7XaH1BXGvludoT6JCkX9NZucgI=\""},{"Name":"script-type","Value":"module"}]},{"Route":"Components/Layout/ReconnectModal.13ja33weya.razor.js.gz","AssetFile":"Components/Layout/ReconnectModal.razor.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"720"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"kQLxn+TSoZvHHUJJnDORp3qKU0F+kzVxLQB9TB0aEoY=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"13ja33weya"},{"Name":"integrity","Value":"sha256-kQLxn+TSoZvHHUJJnDORp3qKU0F+kzVxLQB9TB0aEoY="},{"Name":"label","Value":"Components/Layout/ReconnectModal.razor.js.gz"}]},{"Route":"Components/Layout/ReconnectModal.razor.js","AssetFile":"Components/Layout/ReconnectModal.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"2364"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"4zGYCWZ4pfXdYacNs7XaH1BXGvludoT6JCkX9NZucgI=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 13:57:48 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-4zGYCWZ4pfXdYacNs7XaH1BXGvludoT6JCkX9NZucgI="},{"Name":"script-type","Value":"module"}]},{"Route":"Components/Layout/ReconnectModal.razor.js","AssetFile":"Components/Layout/ReconnectModal.razor.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.001386962552"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"720"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"kQLxn+TSoZvHHUJJnDORp3qKU0F+kzVxLQB9TB0aEoY=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-4zGYCWZ4pfXdYacNs7XaH1BXGvludoT6JCkX9NZucgI="},{"Name":"original-resource","Value":"\"4zGYCWZ4pfXdYacNs7XaH1BXGvludoT6JCkX9NZucgI=\""},{"Name":"script-type","Value":"module"}]},{"Route":"Components/Layout/ReconnectModal.razor.js.gz","AssetFile":"Components/Layout/ReconnectModal.razor.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"720"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"kQLxn+TSoZvHHUJJnDORp3qKU0F+kzVxLQB9TB0aEoY=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-kQLxn+TSoZvHHUJJnDORp3qKU0F+kzVxLQB9TB0aEoY="}]},{"Route":"QuantEngine.Web.modules.json","AssetFile":"QuantEngine.Web.modules.json.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.010416666667"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"95"},{"Name":"Content-Type","Value":"application/json"},{"Name":"ETag","Value":"\"tMpc4Mp5Kart9mS3UELWfInMDPFZYORmj0wiAw7JwBs=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-sgZOtYFoQbtT5NzEZj6mvNpqny3TPXduyD8nEg1wGig="},{"Name":"original-resource","Value":"\"sgZOtYFoQbtT5NzEZj6mvNpqny3TPXduyD8nEg1wGig=\""}]},{"Route":"QuantEngine.Web.modules.json","AssetFile":"QuantEngine.Web.modules.json","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"114"},{"Name":"Content-Type","Value":"application/json"},{"Name":"ETag","Value":"\"sgZOtYFoQbtT5NzEZj6mvNpqny3TPXduyD8nEg1wGig=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-sgZOtYFoQbtT5NzEZj6mvNpqny3TPXduyD8nEg1wGig="}]},{"Route":"QuantEngine.Web.modules.json.gz","AssetFile":"QuantEngine.Web.modules.json.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"95"},{"Name":"Content-Type","Value":"application/json"},{"Name":"ETag","Value":"\"tMpc4Mp5Kart9mS3UELWfInMDPFZYORmj0wiAw7JwBs=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-tMpc4Mp5Kart9mS3UELWfInMDPFZYORmj0wiAw7JwBs="}]},{"Route":"QuantEngine.Web.styles.css","AssetFile":"QuantEngine.Web.styles.css.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000395569620"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"2527"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"T0/K5d2ZAfgI6THFcLOkMp/FUz1bE1K2fQTLO0Moj1E=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Link","Value":"<_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css>; rel=\"preload\"; as=\"style\""},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-gyVLg26Mqgbge1lN7tiWp+jOezUCLkUkkAGvbTOdF9k="},{"Name":"original-resource","Value":"\"gyVLg26Mqgbge1lN7tiWp+jOezUCLkUkkAGvbTOdF9k=\""}]},{"Route":"QuantEngine.Web.styles.css","AssetFile":"QuantEngine.Web.styles.css","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"10447"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"gyVLg26Mqgbge1lN7tiWp+jOezUCLkUkkAGvbTOdF9k=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Link","Value":"<_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css>; rel=\"preload\"; as=\"style\""},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-gyVLg26Mqgbge1lN7tiWp+jOezUCLkUkkAGvbTOdF9k="}]},{"Route":"QuantEngine.Web.styles.css.gz","AssetFile":"QuantEngine.Web.styles.css.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"2527"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"T0/K5d2ZAfgI6THFcLOkMp/FUz1bE1K2fQTLO0Moj1E=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-T0/K5d2ZAfgI6THFcLOkMp/FUz1bE1K2fQTLO0Moj1E="}]},{"Route":"QuantEngine.Web.uhfllo7vmv.modules.json","AssetFile":"QuantEngine.Web.modules.json.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.010416666667"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"95"},{"Name":"Content-Type","Value":"application/json"},{"Name":"ETag","Value":"\"tMpc4Mp5Kart9mS3UELWfInMDPFZYORmj0wiAw7JwBs=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"uhfllo7vmv"},{"Name":"integrity","Value":"sha256-sgZOtYFoQbtT5NzEZj6mvNpqny3TPXduyD8nEg1wGig="},{"Name":"label","Value":"QuantEngine.Web.modules.json"},{"Name":"original-resource","Value":"\"sgZOtYFoQbtT5NzEZj6mvNpqny3TPXduyD8nEg1wGig=\""}]},{"Route":"QuantEngine.Web.uhfllo7vmv.modules.json","AssetFile":"QuantEngine.Web.modules.json","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"114"},{"Name":"Content-Type","Value":"application/json"},{"Name":"ETag","Value":"\"sgZOtYFoQbtT5NzEZj6mvNpqny3TPXduyD8nEg1wGig=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"uhfllo7vmv"},{"Name":"integrity","Value":"sha256-sgZOtYFoQbtT5NzEZj6mvNpqny3TPXduyD8nEg1wGig="},{"Name":"label","Value":"QuantEngine.Web.modules.json"}]},{"Route":"QuantEngine.Web.uhfllo7vmv.modules.json.gz","AssetFile":"QuantEngine.Web.modules.json.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"95"},{"Name":"Content-Type","Value":"application/json"},{"Name":"ETag","Value":"\"tMpc4Mp5Kart9mS3UELWfInMDPFZYORmj0wiAw7JwBs=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"uhfllo7vmv"},{"Name":"integrity","Value":"sha256-tMpc4Mp5Kart9mS3UELWfInMDPFZYORmj0wiAw7JwBs="},{"Name":"label","Value":"QuantEngine.Web.modules.json.gz"}]},{"Route":"QuantEngine.Web.xny4mnot63.styles.css","AssetFile":"QuantEngine.Web.styles.css.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000395569620"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"2527"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"T0/K5d2ZAfgI6THFcLOkMp/FUz1bE1K2fQTLO0Moj1E=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Link","Value":"<_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css>; rel=\"preload\"; as=\"style\""},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"xny4mnot63"},{"Name":"integrity","Value":"sha256-gyVLg26Mqgbge1lN7tiWp+jOezUCLkUkkAGvbTOdF9k="},{"Name":"label","Value":"QuantEngine.Web.styles.css"},{"Name":"original-resource","Value":"\"gyVLg26Mqgbge1lN7tiWp+jOezUCLkUkkAGvbTOdF9k=\""}]},{"Route":"QuantEngine.Web.xny4mnot63.styles.css","AssetFile":"QuantEngine.Web.styles.css","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"10447"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"gyVLg26Mqgbge1lN7tiWp+jOezUCLkUkkAGvbTOdF9k=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Link","Value":"<_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css>; rel=\"preload\"; as=\"style\""},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"xny4mnot63"},{"Name":"integrity","Value":"sha256-gyVLg26Mqgbge1lN7tiWp+jOezUCLkUkkAGvbTOdF9k="},{"Name":"label","Value":"QuantEngine.Web.styles.css"}]},{"Route":"QuantEngine.Web.xny4mnot63.styles.css.gz","AssetFile":"QuantEngine.Web.styles.css.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"2527"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"T0/K5d2ZAfgI6THFcLOkMp/FUz1bE1K2fQTLO0Moj1E=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"xny4mnot63"},{"Name":"integrity","Value":"sha256-T0/K5d2ZAfgI6THFcLOkMp/FUz1bE1K2fQTLO0Moj1E="},{"Name":"label","Value":"QuantEngine.Web.styles.css.gz"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DataGrid/FluentDataGrid.iyd2uar0up.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DataGrid/FluentDataGrid.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"34875"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"1lZKAKL99/fIKhHHyn78QXALxnCXr93fSNAdPHEQNyw=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:35 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"iyd2uar0up"},{"Name":"integrity","Value":"sha256-1lZKAKL99/fIKhHHyn78QXALxnCXr93fSNAdPHEQNyw="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DataGrid/FluentDataGrid.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DataGrid/FluentDataGrid.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DataGrid/FluentDataGrid.razor.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000188750472"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"5297"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"mVXt7/yFqdMLa8QQY6iYBSk+6LH/40GbtguA3LB217U=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-1lZKAKL99/fIKhHHyn78QXALxnCXr93fSNAdPHEQNyw="},{"Name":"original-resource","Value":"\"1lZKAKL99/fIKhHHyn78QXALxnCXr93fSNAdPHEQNyw=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DataGrid/FluentDataGrid.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DataGrid/FluentDataGrid.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"34875"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"1lZKAKL99/fIKhHHyn78QXALxnCXr93fSNAdPHEQNyw=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:35 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-1lZKAKL99/fIKhHHyn78QXALxnCXr93fSNAdPHEQNyw="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DataGrid/FluentDataGrid.razor.js.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DataGrid/FluentDataGrid.razor.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"5297"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"mVXt7/yFqdMLa8QQY6iYBSk+6LH/40GbtguA3LB217U=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-mVXt7/yFqdMLa8QQY6iYBSk+6LH/40GbtguA3LB217U="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DateTime/FluentCalendar.iddw5cjyql.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DateTime/FluentCalendar.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"8572"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"Sm+4aqP8khjSbxRAfRvzKN3lDOzMNrkE4WoLElf1ZBo=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:35 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"iddw5cjyql"},{"Name":"integrity","Value":"sha256-Sm+4aqP8khjSbxRAfRvzKN3lDOzMNrkE4WoLElf1ZBo="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DateTime/FluentCalendar.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DateTime/FluentCalendar.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DateTime/FluentCalendar.razor.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000721500722"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1385"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"QbM15H4tY8nQrgmM7QmvW7+Jn9xwkXbIf2+3hzb9c4s=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-Sm+4aqP8khjSbxRAfRvzKN3lDOzMNrkE4WoLElf1ZBo="},{"Name":"original-resource","Value":"\"Sm+4aqP8khjSbxRAfRvzKN3lDOzMNrkE4WoLElf1ZBo=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DateTime/FluentCalendar.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DateTime/FluentCalendar.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"8572"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"Sm+4aqP8khjSbxRAfRvzKN3lDOzMNrkE4WoLElf1ZBo=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:35 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-Sm+4aqP8khjSbxRAfRvzKN3lDOzMNrkE4WoLElf1ZBo="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DateTime/FluentCalendar.razor.js.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DateTime/FluentCalendar.razor.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1385"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"QbM15H4tY8nQrgmM7QmvW7+Jn9xwkXbIf2+3hzb9c4s=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-QbM15H4tY8nQrgmM7QmvW7+Jn9xwkXbIf2+3hzb9c4s="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Grid/FluentGrid.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Grid/FluentGrid.razor.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.001242236025"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"804"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"u1h2lV5rBI3BrsWyH29QMNbSsQfE0poKrnbxvM3pb6c=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-CKVUQ/vkjUgUY1uRzOu5xRN3mWbu53LQcqOhCL2qTjk="},{"Name":"original-resource","Value":"\"CKVUQ/vkjUgUY1uRzOu5xRN3mWbu53LQcqOhCL2qTjk=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Grid/FluentGrid.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Grid/FluentGrid.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"4167"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"CKVUQ/vkjUgUY1uRzOu5xRN3mWbu53LQcqOhCL2qTjk=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:35 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-CKVUQ/vkjUgUY1uRzOu5xRN3mWbu53LQcqOhCL2qTjk="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Grid/FluentGrid.razor.js.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Grid/FluentGrid.razor.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"804"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"u1h2lV5rBI3BrsWyH29QMNbSsQfE0poKrnbxvM3pb6c=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-u1h2lV5rBI3BrsWyH29QMNbSsQfE0poKrnbxvM3pb6c="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Grid/FluentGrid.s7fspo1leq.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Grid/FluentGrid.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"4167"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"CKVUQ/vkjUgUY1uRzOu5xRN3mWbu53LQcqOhCL2qTjk=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:35 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"s7fspo1leq"},{"Name":"integrity","Value":"sha256-CKVUQ/vkjUgUY1uRzOu5xRN3mWbu53LQcqOhCL2qTjk="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Grid/FluentGrid.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/InputFile/FluentInputFile.qpepyjfzgz.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/InputFile/FluentInputFile.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"3141"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"vlTEC12Yb08ln/28/LKao6eXyvLvgKCMIlxu08w/hlg=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:35 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"qpepyjfzgz"},{"Name":"integrity","Value":"sha256-vlTEC12Yb08ln/28/LKao6eXyvLvgKCMIlxu08w/hlg="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/InputFile/FluentInputFile.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/InputFile/FluentInputFile.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/InputFile/FluentInputFile.razor.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.001459854015"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"684"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"puAYTsdUDYsunZeaTnjnUZbjMjWCztFefm0D1WafaPw=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-vlTEC12Yb08ln/28/LKao6eXyvLvgKCMIlxu08w/hlg="},{"Name":"original-resource","Value":"\"vlTEC12Yb08ln/28/LKao6eXyvLvgKCMIlxu08w/hlg=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/InputFile/FluentInputFile.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/InputFile/FluentInputFile.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"3141"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"vlTEC12Yb08ln/28/LKao6eXyvLvgKCMIlxu08w/hlg=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:35 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-vlTEC12Yb08ln/28/LKao6eXyvLvgKCMIlxu08w/hlg="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/InputFile/FluentInputFile.razor.js.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/InputFile/FluentInputFile.razor.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"684"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"puAYTsdUDYsunZeaTnjnUZbjMjWCztFefm0D1WafaPw=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-puAYTsdUDYsunZeaTnjnUZbjMjWCztFefm0D1WafaPw="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/KeyCode/FluentKeyCode.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/KeyCode/FluentKeyCode.razor.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000974658869"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1025"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"HZXVE/PUmqhsUTpuEgTqyaVTgUoGuGN4FqivUgvvhFo=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-bxDc4khUNjLOw+ARLrroYG3mpvBAs+vszwvhpYCOzZ0="},{"Name":"original-resource","Value":"\"bxDc4khUNjLOw+ARLrroYG3mpvBAs+vszwvhpYCOzZ0=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/KeyCode/FluentKeyCode.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/KeyCode/FluentKeyCode.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"5058"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"bxDc4khUNjLOw+ARLrroYG3mpvBAs+vszwvhpYCOzZ0=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-bxDc4khUNjLOw+ARLrroYG3mpvBAs+vszwvhpYCOzZ0="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/KeyCode/FluentKeyCode.razor.js.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/KeyCode/FluentKeyCode.razor.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1025"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"HZXVE/PUmqhsUTpuEgTqyaVTgUoGuGN4FqivUgvvhFo=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-HZXVE/PUmqhsUTpuEgTqyaVTgUoGuGN4FqivUgvvhFo="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/KeyCode/FluentKeyCode.x8xhhr7jgv.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/KeyCode/FluentKeyCode.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"5058"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"bxDc4khUNjLOw+ARLrroYG3mpvBAs+vszwvhpYCOzZ0=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"x8xhhr7jgv"},{"Name":"integrity","Value":"sha256-bxDc4khUNjLOw+ARLrroYG3mpvBAs+vszwvhpYCOzZ0="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/KeyCode/FluentKeyCode.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/List/FluentSelect.ghr9dc63gi.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/List/FluentSelect.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"1076"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"nA/vz4/cYdWcN89t7NWCnYqE8FwF3k7OTUTfwLpk1Yk=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"ghr9dc63gi"},{"Name":"integrity","Value":"sha256-nA/vz4/cYdWcN89t7NWCnYqE8FwF3k7OTUTfwLpk1Yk="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/List/FluentSelect.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/List/FluentSelect.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/List/FluentSelect.razor.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.002923976608"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"341"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"f0j6rHz4U/x+pO1EDCKvIZBbfLy/dXA+jWT5to3EdDQ=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-nA/vz4/cYdWcN89t7NWCnYqE8FwF3k7OTUTfwLpk1Yk="},{"Name":"original-resource","Value":"\"nA/vz4/cYdWcN89t7NWCnYqE8FwF3k7OTUTfwLpk1Yk=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/List/FluentSelect.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/List/FluentSelect.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"1076"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"nA/vz4/cYdWcN89t7NWCnYqE8FwF3k7OTUTfwLpk1Yk=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-nA/vz4/cYdWcN89t7NWCnYqE8FwF3k7OTUTfwLpk1Yk="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/List/FluentSelect.razor.js.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/List/FluentSelect.razor.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"341"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"f0j6rHz4U/x+pO1EDCKvIZBbfLy/dXA+jWT5to3EdDQ=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-f0j6rHz4U/x+pO1EDCKvIZBbfLy/dXA+jWT5to3EdDQ="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Nav/FluentNav.nvqi1h5n7i.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Nav/FluentNav.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"9043"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"bRKyUGuiMFqhTYV5yf1WzjwFtd/rKQ3ArG5qwShW2yI=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"nvqi1h5n7i"},{"Name":"integrity","Value":"sha256-bRKyUGuiMFqhTYV5yf1WzjwFtd/rKQ3ArG5qwShW2yI="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Nav/FluentNav.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Nav/FluentNav.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Nav/FluentNav.razor.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000574712644"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1739"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"tUn67gj2s6LMiMV5lUJnwKgWSr/lfYcaxEl8wuTWS2E=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-bRKyUGuiMFqhTYV5yf1WzjwFtd/rKQ3ArG5qwShW2yI="},{"Name":"original-resource","Value":"\"bRKyUGuiMFqhTYV5yf1WzjwFtd/rKQ3ArG5qwShW2yI=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Nav/FluentNav.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Nav/FluentNav.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"9043"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"bRKyUGuiMFqhTYV5yf1WzjwFtd/rKQ3ArG5qwShW2yI=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-bRKyUGuiMFqhTYV5yf1WzjwFtd/rKQ3ArG5qwShW2yI="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Nav/FluentNav.razor.js.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Nav/FluentNav.razor.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1739"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"tUn67gj2s6LMiMV5lUJnwKgWSr/lfYcaxEl8wuTWS2E=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-tUn67gj2s6LMiMV5lUJnwKgWSr/lfYcaxEl8wuTWS2E="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Overflow/FluentOverflow.asn2ffubki.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Overflow/FluentOverflow.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"8875"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"6o+ehHCT/R8kEgIT+yI3v99icPhLOTg3U+P2aJNQ5PA=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"asn2ffubki"},{"Name":"integrity","Value":"sha256-6o+ehHCT/R8kEgIT+yI3v99icPhLOTg3U+P2aJNQ5PA="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Overflow/FluentOverflow.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Overflow/FluentOverflow.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Overflow/FluentOverflow.razor.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000602046960"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1660"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"7bZF8uwHs/l8/OSFSaLC/zTyosxVIS02ICtgNKGPnP4=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-6o+ehHCT/R8kEgIT+yI3v99icPhLOTg3U+P2aJNQ5PA="},{"Name":"original-resource","Value":"\"6o+ehHCT/R8kEgIT+yI3v99icPhLOTg3U+P2aJNQ5PA=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Overflow/FluentOverflow.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Overflow/FluentOverflow.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"8875"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"6o+ehHCT/R8kEgIT+yI3v99icPhLOTg3U+P2aJNQ5PA=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-6o+ehHCT/R8kEgIT+yI3v99icPhLOTg3U+P2aJNQ5PA="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Overflow/FluentOverflow.razor.js.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Overflow/FluentOverflow.razor.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1660"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"7bZF8uwHs/l8/OSFSaLC/zTyosxVIS02ICtgNKGPnP4=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-7bZF8uwHs/l8/OSFSaLC/zTyosxVIS02ICtgNKGPnP4="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/PullToRefresh/FluentPullToRefresh.7jrmyk289x.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/PullToRefresh/FluentPullToRefresh.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"7898"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"HXkWfkVndk6WEvnsTYwUpm1Nfeht3aYi6m487Nl8OoU=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"7jrmyk289x"},{"Name":"integrity","Value":"sha256-HXkWfkVndk6WEvnsTYwUpm1Nfeht3aYi6m487Nl8OoU="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/PullToRefresh/FluentPullToRefresh.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/PullToRefresh/FluentPullToRefresh.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/PullToRefresh/FluentPullToRefresh.razor.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000637348630"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1568"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"tTIpyljPo/QFZTwD6HKjB5LpYDfJbdYh1WmF9cJGgvI=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-HXkWfkVndk6WEvnsTYwUpm1Nfeht3aYi6m487Nl8OoU="},{"Name":"original-resource","Value":"\"HXkWfkVndk6WEvnsTYwUpm1Nfeht3aYi6m487Nl8OoU=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/PullToRefresh/FluentPullToRefresh.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/PullToRefresh/FluentPullToRefresh.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"7898"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"HXkWfkVndk6WEvnsTYwUpm1Nfeht3aYi6m487Nl8OoU=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-HXkWfkVndk6WEvnsTYwUpm1Nfeht3aYi6m487Nl8OoU="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/PullToRefresh/FluentPullToRefresh.razor.js.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/PullToRefresh/FluentPullToRefresh.razor.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1568"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"tTIpyljPo/QFZTwD6HKjB5LpYDfJbdYh1WmF9cJGgvI=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-tTIpyljPo/QFZTwD6HKjB5LpYDfJbdYh1WmF9cJGgvI="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Tooltip/FluentTooltip.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Tooltip/FluentTooltip.razor.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.001488095238"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"671"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"bRbcLRczN1GPnqA3Re1jatdgP587mjVEOqTVOfOjG5o=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-D/2jXsbnFfF3qjWD63hPo/KToRTgWrk5EG02knLgXJw="},{"Name":"original-resource","Value":"\"D/2jXsbnFfF3qjWD63hPo/KToRTgWrk5EG02knLgXJw=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Tooltip/FluentTooltip.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Tooltip/FluentTooltip.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"2720"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"D/2jXsbnFfF3qjWD63hPo/KToRTgWrk5EG02knLgXJw=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-D/2jXsbnFfF3qjWD63hPo/KToRTgWrk5EG02knLgXJw="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Tooltip/FluentTooltip.razor.js.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Tooltip/FluentTooltip.razor.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"671"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"bRbcLRczN1GPnqA3Re1jatdgP587mjVEOqTVOfOjG5o=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-bRbcLRczN1GPnqA3Re1jatdgP587mjVEOqTVOfOjG5o="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Tooltip/FluentTooltip.rdaq2hquit.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Tooltip/FluentTooltip.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"2720"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"D/2jXsbnFfF3qjWD63hPo/KToRTgWrk5EG02knLgXJw=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"rdaq2hquit"},{"Name":"integrity","Value":"sha256-D/2jXsbnFfF3qjWD63hPo/KToRTgWrk5EG02knLgXJw="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Tooltip/FluentTooltip.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/TreeView/FluentTreeView.o9w0qkfcrf.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/TreeView/FluentTreeView.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"1155"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"pEJcxp/i3pmze3icMk3UUq69b3Fh+U4c34a9oo2zBZc=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"o9w0qkfcrf"},{"Name":"integrity","Value":"sha256-pEJcxp/i3pmze3icMk3UUq69b3Fh+U4c34a9oo2zBZc="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/TreeView/FluentTreeView.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/TreeView/FluentTreeView.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/TreeView/FluentTreeView.razor.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.002577319588"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"387"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"GLIhBa/Trggd7bGeeUuKKPZNhenwG104/L59ovzgHSo=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-pEJcxp/i3pmze3icMk3UUq69b3Fh+U4c34a9oo2zBZc="},{"Name":"original-resource","Value":"\"pEJcxp/i3pmze3icMk3UUq69b3Fh+U4c34a9oo2zBZc=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/TreeView/FluentTreeView.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/TreeView/FluentTreeView.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"1155"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"pEJcxp/i3pmze3icMk3UUq69b3Fh+U4c34a9oo2zBZc=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-pEJcxp/i3pmze3icMk3UUq69b3Fh+U4c34a9oo2zBZc="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/TreeView/FluentTreeView.razor.js.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/TreeView/FluentTreeView.razor.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"387"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"GLIhBa/Trggd7bGeeUuKKPZNhenwG104/L59ovzgHSo=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-GLIhBa/Trggd7bGeeUuKKPZNhenwG104/L59ovzgHSo="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000051810787"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"19300"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"6AanHFzLkOIOoi+7b5b3h2tQsCQcPS9ts519xHvL0Eo=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-aeB/mRcbc+K21Gyh56YE+GRaaQuRiORj8coh5bs21ao="},{"Name":"original-resource","Value":"\"aeB/mRcbc+K21Gyh56YE+GRaaQuRiORj8coh5bs21ao=\""}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"169332"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"aeB/mRcbc+K21Gyh56YE+GRaaQuRiORj8coh5bs21ao=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:47:57 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-aeB/mRcbc+K21Gyh56YE+GRaaQuRiORj8coh5bs21ao="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"19300"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"6AanHFzLkOIOoi+7b5b3h2tQsCQcPS9ts519xHvL0Eo=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-6AanHFzLkOIOoi+7b5b3h2tQsCQcPS9ts519xHvL0Eo="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lib.module.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lib.module.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000009585430"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"104324"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"1J14HQFFJHp+cVjMzdLoItjq+PoQcjJlRXdxF4cbL7w=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"dependency-group","Value":"js-initializer"},{"Name":"integrity","Value":"sha256-4+8EMKrZyyKpz5SYRkfE9UNiAR/XXfbvLZupWyVo9e8="},{"Name":"original-resource","Value":"\"4+8EMKrZyyKpz5SYRkfE9UNiAR/XXfbvLZupWyVo9e8=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lib.module.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lib.module.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"430712"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"4+8EMKrZyyKpz5SYRkfE9UNiAR/XXfbvLZupWyVo9e8=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:47:57 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"dependency-group","Value":"js-initializer"},{"Name":"integrity","Value":"sha256-4+8EMKrZyyKpz5SYRkfE9UNiAR/XXfbvLZupWyVo9e8="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lib.module.js.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lib.module.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"104324"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"1J14HQFFJHp+cVjMzdLoItjq+PoQcjJlRXdxF4cbL7w=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-1J14HQFFJHp+cVjMzdLoItjq+PoQcjJlRXdxF4cbL7w="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/css/default-fuib.css","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/css/default-fuib.css.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000892857143"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1119"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"FhFgpXuMIyIl+zkBzQOWPMSUQFy/sbm2tqICjjaFMck=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-T+zRH2ZbvrSiWb+RLt5H/SOfx7sJ8sJTPP0oqO8F/eE="},{"Name":"original-resource","Value":"\"T+zRH2ZbvrSiWb+RLt5H/SOfx7sJ8sJTPP0oqO8F/eE=\""}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/css/default-fuib.css","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/css/default-fuib.css","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"3921"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"T+zRH2ZbvrSiWb+RLt5H/SOfx7sJ8sJTPP0oqO8F/eE=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:34:49 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-T+zRH2ZbvrSiWb+RLt5H/SOfx7sJ8sJTPP0oqO8F/eE="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/css/default-fuib.css.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/css/default-fuib.css.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1119"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"FhFgpXuMIyIl+zkBzQOWPMSUQFy/sbm2tqICjjaFMck=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-FhFgpXuMIyIl+zkBzQOWPMSUQFy/sbm2tqICjjaFMck="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/css/default-fuib.t1fy3wrmof.css","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/css/default-fuib.css","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"3921"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"T+zRH2ZbvrSiWb+RLt5H/SOfx7sJ8sJTPP0oqO8F/eE=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:34:49 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"t1fy3wrmof"},{"Name":"integrity","Value":"sha256-T+zRH2ZbvrSiWb+RLt5H/SOfx7sJ8sJTPP0oqO8F/eE="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/css/default-fuib.css"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.acio4t06fh.css","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"6958"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"2gpFDIv1SoVtZuoG45M8ctY3ZyadK6JpmeEpnZ+Labg=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:34:49 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"acio4t06fh"},{"Name":"integrity","Value":"sha256-2gpFDIv1SoVtZuoG45M8ctY3ZyadK6JpmeEpnZ+Labg="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000495540139"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"2017"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"vJLsSUQe61SUTw2195Gksk/aLyruEB6Xoh1ORbzQmJw=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-2gpFDIv1SoVtZuoG45M8ctY3ZyadK6JpmeEpnZ+Labg="},{"Name":"original-resource","Value":"\"2gpFDIv1SoVtZuoG45M8ctY3ZyadK6JpmeEpnZ+Labg=\""}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"6958"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"2gpFDIv1SoVtZuoG45M8ctY3ZyadK6JpmeEpnZ+Labg=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:34:49 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-2gpFDIv1SoVtZuoG45M8ctY3ZyadK6JpmeEpnZ+Labg="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"2017"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"vJLsSUQe61SUTw2195Gksk/aLyruEB6Xoh1ORbzQmJw=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-vJLsSUQe61SUTw2195Gksk/aLyruEB6Xoh1ORbzQmJw="}]},{"Route":"_framework/blazor.server.ig5xotzpx5.js","AssetFile":"_framework/blazor.server.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000022414489"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"44613"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"8SHiCfrY3uP/FPMl3Z/9dC8R/SbAFWcMG+jt0IueBn0=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"ig5xotzpx5"},{"Name":"integrity","Value":"sha256-Hkq0WF8BQSbPKBESSW0l9lfhLJCQMvFb4SNbTG4OHqY="},{"Name":"label","Value":"_framework/blazor.server.js"},{"Name":"original-resource","Value":"\"Hkq0WF8BQSbPKBESSW0l9lfhLJCQMvFb4SNbTG4OHqY=\""}]},{"Route":"_framework/blazor.server.ig5xotzpx5.js","AssetFile":"_framework/blazor.server.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"165098"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"Hkq0WF8BQSbPKBESSW0l9lfhLJCQMvFb4SNbTG4OHqY=\""},{"Name":"Last-Modified","Value":"Wed, 20 May 2026 20:17:46 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"ig5xotzpx5"},{"Name":"integrity","Value":"sha256-Hkq0WF8BQSbPKBESSW0l9lfhLJCQMvFb4SNbTG4OHqY="},{"Name":"label","Value":"_framework/blazor.server.js"}]},{"Route":"_framework/blazor.server.ig5xotzpx5.js.gz","AssetFile":"_framework/blazor.server.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"44613"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"8SHiCfrY3uP/FPMl3Z/9dC8R/SbAFWcMG+jt0IueBn0=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"ig5xotzpx5"},{"Name":"integrity","Value":"sha256-8SHiCfrY3uP/FPMl3Z/9dC8R/SbAFWcMG+jt0IueBn0="},{"Name":"label","Value":"_framework/blazor.server.js.gz"}]},{"Route":"_framework/blazor.server.js","AssetFile":"_framework/blazor.server.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000022414489"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"44613"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"8SHiCfrY3uP/FPMl3Z/9dC8R/SbAFWcMG+jt0IueBn0=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-Hkq0WF8BQSbPKBESSW0l9lfhLJCQMvFb4SNbTG4OHqY="},{"Name":"original-resource","Value":"\"Hkq0WF8BQSbPKBESSW0l9lfhLJCQMvFb4SNbTG4OHqY=\""}]},{"Route":"_framework/blazor.server.js","AssetFile":"_framework/blazor.server.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"165098"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"Hkq0WF8BQSbPKBESSW0l9lfhLJCQMvFb4SNbTG4OHqY=\""},{"Name":"Last-Modified","Value":"Wed, 20 May 2026 20:17:46 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-Hkq0WF8BQSbPKBESSW0l9lfhLJCQMvFb4SNbTG4OHqY="}]},{"Route":"_framework/blazor.server.js.gz","AssetFile":"_framework/blazor.server.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"44613"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"8SHiCfrY3uP/FPMl3Z/9dC8R/SbAFWcMG+jt0IueBn0=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-8SHiCfrY3uP/FPMl3Z/9dC8R/SbAFWcMG+jt0IueBn0="}]},{"Route":"_framework/blazor.web.js","AssetFile":"_framework/blazor.web.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000017985288"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"55600"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"058dGub3ls7c2hIUQWWy3wBRpGD4A5cRsNrc818yk9Q=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-HzXhVzhDfEU9VC0nAj+SUrhJj7DIUreXekbQktqpgOE="},{"Name":"original-resource","Value":"\"HzXhVzhDfEU9VC0nAj+SUrhJj7DIUreXekbQktqpgOE=\""}]},{"Route":"_framework/blazor.web.js","AssetFile":"_framework/blazor.web.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"200538"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"HzXhVzhDfEU9VC0nAj+SUrhJj7DIUreXekbQktqpgOE=\""},{"Name":"Last-Modified","Value":"Wed, 20 May 2026 20:17:50 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-HzXhVzhDfEU9VC0nAj+SUrhJj7DIUreXekbQktqpgOE="}]},{"Route":"_framework/blazor.web.js.gz","AssetFile":"_framework/blazor.web.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"55600"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"058dGub3ls7c2hIUQWWy3wBRpGD4A5cRsNrc818yk9Q=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-058dGub3ls7c2hIUQWWy3wBRpGD4A5cRsNrc818yk9Q="}]},{"Route":"_framework/blazor.web.ne14ti1q68.js","AssetFile":"_framework/blazor.web.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000017985288"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"55600"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"058dGub3ls7c2hIUQWWy3wBRpGD4A5cRsNrc818yk9Q=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"ne14ti1q68"},{"Name":"integrity","Value":"sha256-HzXhVzhDfEU9VC0nAj+SUrhJj7DIUreXekbQktqpgOE="},{"Name":"label","Value":"_framework/blazor.web.js"},{"Name":"original-resource","Value":"\"HzXhVzhDfEU9VC0nAj+SUrhJj7DIUreXekbQktqpgOE=\""}]},{"Route":"_framework/blazor.web.ne14ti1q68.js","AssetFile":"_framework/blazor.web.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"200538"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"HzXhVzhDfEU9VC0nAj+SUrhJj7DIUreXekbQktqpgOE=\""},{"Name":"Last-Modified","Value":"Wed, 20 May 2026 20:17:50 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"ne14ti1q68"},{"Name":"integrity","Value":"sha256-HzXhVzhDfEU9VC0nAj+SUrhJj7DIUreXekbQktqpgOE="},{"Name":"label","Value":"_framework/blazor.web.js"}]},{"Route":"_framework/blazor.web.ne14ti1q68.js.gz","AssetFile":"_framework/blazor.web.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"55600"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"058dGub3ls7c2hIUQWWy3wBRpGD4A5cRsNrc818yk9Q=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"ne14ti1q68"},{"Name":"integrity","Value":"sha256-058dGub3ls7c2hIUQWWy3wBRpGD4A5cRsNrc818yk9Q="},{"Name":"label","Value":"_framework/blazor.web.js.gz"}]},{"Route":"app.css","AssetFile":"app.css.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000530503979"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1884"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"dIHjmWP446UQxKnPFlhYbfhNtHyJbTw03B3FlIfJIhM=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-q+WOaqM0nK+YJc9mffiSnfzZ9cNGTWpp3KaiKimoxBQ="},{"Name":"original-resource","Value":"\"q+WOaqM0nK+YJc9mffiSnfzZ9cNGTWpp3KaiKimoxBQ=\""}]},{"Route":"app.css","AssetFile":"app.css","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"6886"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"q+WOaqM0nK+YJc9mffiSnfzZ9cNGTWpp3KaiKimoxBQ=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 13:57:48 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-q+WOaqM0nK+YJc9mffiSnfzZ9cNGTWpp3KaiKimoxBQ="}]},{"Route":"app.css.gz","AssetFile":"app.css.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1884"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"dIHjmWP446UQxKnPFlhYbfhNtHyJbTw03B3FlIfJIhM=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-dIHjmWP446UQxKnPFlhYbfhNtHyJbTw03B3FlIfJIhM="}]},{"Route":"app.hhus5bms5i.css","AssetFile":"app.css.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000530503979"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1884"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"dIHjmWP446UQxKnPFlhYbfhNtHyJbTw03B3FlIfJIhM=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"hhus5bms5i"},{"Name":"integrity","Value":"sha256-q+WOaqM0nK+YJc9mffiSnfzZ9cNGTWpp3KaiKimoxBQ="},{"Name":"label","Value":"app.css"},{"Name":"original-resource","Value":"\"q+WOaqM0nK+YJc9mffiSnfzZ9cNGTWpp3KaiKimoxBQ=\""}]},{"Route":"app.hhus5bms5i.css","AssetFile":"app.css","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"6886"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"q+WOaqM0nK+YJc9mffiSnfzZ9cNGTWpp3KaiKimoxBQ=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 13:57:48 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"hhus5bms5i"},{"Name":"integrity","Value":"sha256-q+WOaqM0nK+YJc9mffiSnfzZ9cNGTWpp3KaiKimoxBQ="},{"Name":"label","Value":"app.css"}]},{"Route":"app.hhus5bms5i.css.gz","AssetFile":"app.css.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1884"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"dIHjmWP446UQxKnPFlhYbfhNtHyJbTw03B3FlIfJIhM=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"hhus5bms5i"},{"Name":"integrity","Value":"sha256-dIHjmWP446UQxKnPFlhYbfhNtHyJbTw03B3FlIfJIhM="},{"Name":"label","Value":"app.css.gz"}]},{"Route":"favicon.ifv42okdf2.png","AssetFile":"favicon.png","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"1148"},{"Name":"Content-Type","Value":"image/png"},{"Name":"ETag","Value":"\"4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 13:57:48 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"ifv42okdf2"},{"Name":"integrity","Value":"sha256-4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg="},{"Name":"label","Value":"favicon.png"}]},{"Route":"favicon.png","AssetFile":"favicon.png","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=3600, must-revalidate"},{"Name":"Content-Length","Value":"1148"},{"Name":"Content-Type","Value":"image/png"},{"Name":"ETag","Value":"\"4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 13:57:48 GMT"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg="}]}]} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Web.staticwebassets.runtime.json b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Web.staticwebassets.runtime.json deleted file mode 100644 index f4824a3..0000000 --- a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/QuantEngine.Web.staticwebassets.runtime.json +++ /dev/null @@ -1 +0,0 @@ -{"ContentRoots":["C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\wwwroot\\","C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\jsmodules\\","C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\scopedcss\\bundle\\","D:\\DevCache\\nuget-packages\\microsoft.aspnetcore.app.internal.assets\\10.0.9\\_framework\\","D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\","C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\"],"Root":{"Children":{"app.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"app.css"},"Patterns":null},"app.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"q2w3mddmwi-{0}-hhus5bms5i-hhus5bms5i.gz"},"Patterns":null},"favicon.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.png"},"Patterns":null},"QuantEngine.Web.modules.json":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jsmodules.build.manifest.json"},"Patterns":null},"QuantEngine.Web.modules.json.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"bnqbmxev8p-{0}-uhfllo7vmv-uhfllo7vmv.gz"},"Patterns":null},"QuantEngine.Web.styles.css":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"QuantEngine.Web.styles.css"},"Patterns":null},"QuantEngine.Web.styles.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"b7jn6yc0gz-{0}-xny4mnot63-xny4mnot63.gz"},"Patterns":null},"_framework":{"Children":{"blazor.server.js":{"Children":null,"Asset":{"ContentRootIndex":4,"SubPath":"blazor.server.js"},"Patterns":null},"blazor.server.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"dym80g6kqp-{0}-ig5xotzpx5-ig5xotzpx5.gz"},"Patterns":null},"blazor.web.js":{"Children":null,"Asset":{"ContentRootIndex":4,"SubPath":"blazor.web.js"},"Patterns":null},"blazor.web.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"nr5locadir-{0}-ne14ti1q68-ne14ti1q68.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"_content":{"Children":{"Microsoft.FluentUI.AspNetCore.Components":{"Children":{"Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css"},"Patterns":null},"Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"ctztv6q6p6-{0}-jdfzv2q2bu-jdfzv2q2bu.gz"},"Patterns":null},"Microsoft.FluentUI.AspNetCore.Components.lib.module.js":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"Microsoft.FluentUI.AspNetCore.Components.lib.module.js"},"Patterns":null},"Microsoft.FluentUI.AspNetCore.Components.lib.module.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"kwrall9b0s-{0}-p1atgyms84-p1atgyms84.gz"},"Patterns":null},"css":{"Children":{"default-fuib.css":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"css/default-fuib.css"},"Patterns":null},"default-fuib.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"oc0evn85jv-{0}-t1fy3wrmof-t1fy3wrmof.gz"},"Patterns":null},"reboot.css":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"css/reboot.css"},"Patterns":null},"reboot.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"6nn42apl8y-{0}-acio4t06fh-acio4t06fh.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"Components":{"Children":{"DataGrid":{"Children":{"FluentDataGrid.razor.js":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"Components/DataGrid/FluentDataGrid.razor.js"},"Patterns":null},"FluentDataGrid.razor.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"klh9ieqob8-{0}-iyd2uar0up-iyd2uar0up.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"DateTime":{"Children":{"FluentCalendar.razor.js":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"Components/DateTime/FluentCalendar.razor.js"},"Patterns":null},"FluentCalendar.razor.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"f3i2l0jv30-{0}-iddw5cjyql-iddw5cjyql.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"Grid":{"Children":{"FluentGrid.razor.js":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"Components/Grid/FluentGrid.razor.js"},"Patterns":null},"FluentGrid.razor.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"6mwvvlkmgj-{0}-s7fspo1leq-s7fspo1leq.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"InputFile":{"Children":{"FluentInputFile.razor.js":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"Components/InputFile/FluentInputFile.razor.js"},"Patterns":null},"FluentInputFile.razor.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"h0qxm5u0yy-{0}-qpepyjfzgz-qpepyjfzgz.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"KeyCode":{"Children":{"FluentKeyCode.razor.js":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"Components/KeyCode/FluentKeyCode.razor.js"},"Patterns":null},"FluentKeyCode.razor.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"win2gt64sq-{0}-x8xhhr7jgv-x8xhhr7jgv.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"List":{"Children":{"FluentSelect.razor.js":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"Components/List/FluentSelect.razor.js"},"Patterns":null},"FluentSelect.razor.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"ru2nohmkoz-{0}-ghr9dc63gi-ghr9dc63gi.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"Nav":{"Children":{"FluentNav.razor.js":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"Components/Nav/FluentNav.razor.js"},"Patterns":null},"FluentNav.razor.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"4m8jx7ixl4-{0}-nvqi1h5n7i-nvqi1h5n7i.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"Overflow":{"Children":{"FluentOverflow.razor.js":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"Components/Overflow/FluentOverflow.razor.js"},"Patterns":null},"FluentOverflow.razor.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"mm8wr5jb95-{0}-asn2ffubki-asn2ffubki.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"PullToRefresh":{"Children":{"FluentPullToRefresh.razor.js":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"Components/PullToRefresh/FluentPullToRefresh.razor.js"},"Patterns":null},"FluentPullToRefresh.razor.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"jq2jihf5fr-{0}-7jrmyk289x-7jrmyk289x.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"Tooltip":{"Children":{"FluentTooltip.razor.js":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"Components/Tooltip/FluentTooltip.razor.js"},"Patterns":null},"FluentTooltip.razor.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"is0nail857-{0}-rdaq2hquit-rdaq2hquit.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"TreeView":{"Children":{"FluentTreeView.razor.js":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"Components/TreeView/FluentTreeView.razor.js"},"Patterns":null},"FluentTreeView.razor.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"ib5axksgx0-{0}-o9w0qkfcrf-o9w0qkfcrf.gz"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"Components":{"Children":{"Layout":{"Children":{"ReconnectModal.razor.js":{"Children":null,"Asset":{"ContentRootIndex":6,"SubPath":"Components/Layout/ReconnectModal.razor.js"},"Patterns":null},"ReconnectModal.razor.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"t9yb5ynpxl-{0}-13ja33weya-13ja33weya.gz"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Serilog.AspNetCore.dll b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Serilog.AspNetCore.dll deleted file mode 100644 index 6f50f9e..0000000 Binary files a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Serilog.AspNetCore.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Serilog.Extensions.Hosting.dll b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Serilog.Extensions.Hosting.dll deleted file mode 100644 index b050a9b..0000000 Binary files a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Serilog.Extensions.Hosting.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Serilog.Extensions.Logging.dll b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Serilog.Extensions.Logging.dll deleted file mode 100644 index fa270b8..0000000 Binary files a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Serilog.Extensions.Logging.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Serilog.Formatting.Compact.dll b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Serilog.Formatting.Compact.dll deleted file mode 100644 index bbd2122..0000000 Binary files a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Serilog.Formatting.Compact.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Serilog.Settings.Configuration.dll b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Serilog.Settings.Configuration.dll deleted file mode 100644 index b8ffe04..0000000 Binary files a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Serilog.Settings.Configuration.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Serilog.Sinks.Console.dll b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Serilog.Sinks.Console.dll deleted file mode 100644 index 8d0638d..0000000 Binary files a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Serilog.Sinks.Console.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Serilog.Sinks.Debug.dll b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Serilog.Sinks.Debug.dll deleted file mode 100644 index 7c94015..0000000 Binary files a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Serilog.Sinks.Debug.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Serilog.Sinks.File.dll b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Serilog.Sinks.File.dll deleted file mode 100644 index 066c164..0000000 Binary files a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Serilog.Sinks.File.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Serilog.dll b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Serilog.dll deleted file mode 100644 index de3e99d..0000000 Binary files a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/Serilog.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/appsettings.Development.json b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/appsettings.Development.json deleted file mode 100644 index 0c208ae..0000000 --- a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/appsettings.Development.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - } -} diff --git a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/appsettings.json b/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/appsettings.json deleted file mode 100644 index acf124a..0000000 --- a/src/dotnet/QuantEngine.Web/bin/Debug/net10.0/appsettings.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - }, - "AllowedHosts": "*", - "ConnectionStrings": { - "DefaultConnection": "Host=127.0.0.1;Database=giteadb;Username=gitea;Password=;Search Path=quantengine;" - } -} diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs deleted file mode 100644 index 925b135..0000000 --- a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v10.0", FrameworkDisplayName = ".NET 10.0")] diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/EmbeddedAttribute.cs b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/EmbeddedAttribute.cs deleted file mode 100644 index 1931537..0000000 --- a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/EmbeddedAttribute.cs +++ /dev/null @@ -1,7 +0,0 @@ -// -namespace Microsoft.CodeAnalysis -{ -internal sealed partial class EmbeddedAttribute : global::System.Attribute -{ -} -} diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEng.C85672E0.Up2Date b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEng.C85672E0.Up2Date deleted file mode 100644 index e69de29..0000000 diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.AssemblyInfo.cs b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.AssemblyInfo.cs deleted file mode 100644 index 02e1854..0000000 --- a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("QuantEngine.Web")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4ef7a54ad55182e164ca78e8af21f2a5e214c98f")] -[assembly: System.Reflection.AssemblyProductAttribute("QuantEngine.Web")] -[assembly: System.Reflection.AssemblyTitleAttribute("QuantEngine.Web")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.AssemblyInfoInputs.cache b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.AssemblyInfoInputs.cache deleted file mode 100644 index c11a6e3..0000000 --- a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -f0443d30e9d50393c2e8149d956052058bdbdea2d0f7a54ddf6a7f5030324b14 diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.GeneratedMSBuildEditorConfig.editorconfig b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 8313e3b..0000000 --- a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,72 +0,0 @@ -is_global = true -build_property.TargetFramework = net10.0 -build_property.TargetFrameworkIdentifier = .NETCoreApp -build_property.TargetFrameworkVersion = v10.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property.EntryPointFilePath = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = QuantEngine.Web -build_property.RootNamespace = QuantEngine.Web -build_property.ProjectDir = C:\Temp\data_feed\src\dotnet\QuantEngine.Web\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.RazorLangVersion = 10.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = C:\Temp\data_feed\src\dotnet\QuantEngine.Web -build_property._RazorSourceGeneratorDebug = -build_property.EffectiveAnalysisLevelStyle = 10.0 -build_property.EnableCodeStyleSeverity = - -[C:/Temp/data_feed/src/dotnet/QuantEngine.Web/Client/Pages/Collection.razor] -build_metadata.AdditionalFiles.TargetPath = Q2xpZW50XFBhZ2VzXENvbGxlY3Rpb24ucmF6b3I= -build_metadata.AdditionalFiles.CssScope = - -[C:/Temp/data_feed/src/dotnet/QuantEngine.Web/Client/_Imports.razor] -build_metadata.AdditionalFiles.TargetPath = Q2xpZW50XF9JbXBvcnRzLnJhem9y -build_metadata.AdditionalFiles.CssScope = - -[C:/Temp/data_feed/src/dotnet/QuantEngine.Web/Components/App.razor] -build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xBcHAucmF6b3I= -build_metadata.AdditionalFiles.CssScope = - -[C:/Temp/data_feed/src/dotnet/QuantEngine.Web/Components/Pages/Dashboard.razor] -build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xEYXNoYm9hcmQucmF6b3I= -build_metadata.AdditionalFiles.CssScope = - -[C:/Temp/data_feed/src/dotnet/QuantEngine.Web/Components/Pages/Error.razor] -build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xFcnJvci5yYXpvcg== -build_metadata.AdditionalFiles.CssScope = - -[C:/Temp/data_feed/src/dotnet/QuantEngine.Web/Components/Pages/NotFound.razor] -build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xOb3RGb3VuZC5yYXpvcg== -build_metadata.AdditionalFiles.CssScope = - -[C:/Temp/data_feed/src/dotnet/QuantEngine.Web/Components/Pages/Operations.razor] -build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xPcGVyYXRpb25zLnJhem9y -build_metadata.AdditionalFiles.CssScope = - -[C:/Temp/data_feed/src/dotnet/QuantEngine.Web/Components/Routes.razor] -build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xSb3V0ZXMucmF6b3I= -build_metadata.AdditionalFiles.CssScope = - -[C:/Temp/data_feed/src/dotnet/QuantEngine.Web/Components/_Imports.razor] -build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xfSW1wb3J0cy5yYXpvcg== -build_metadata.AdditionalFiles.CssScope = - -[C:/Temp/data_feed/src/dotnet/QuantEngine.Web/Components/Layout/MainLayout.razor] -build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xMYXlvdXRcTWFpbkxheW91dC5yYXpvcg== -build_metadata.AdditionalFiles.CssScope = b-d6y8adeyxc - -[C:/Temp/data_feed/src/dotnet/QuantEngine.Web/Components/Layout/NavMenu.razor] -build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xMYXlvdXRcTmF2TWVudS5yYXpvcg== -build_metadata.AdditionalFiles.CssScope = b-9gr5lv177o - -[C:/Temp/data_feed/src/dotnet/QuantEngine.Web/Components/Layout/ReconnectModal.razor] -build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xMYXlvdXRcUmVjb25uZWN0TW9kYWwucmF6b3I= -build_metadata.AdditionalFiles.CssScope = b-9dgxcj10me diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.GlobalUsings.g.cs b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.GlobalUsings.g.cs deleted file mode 100644 index 69a3c68..0000000 --- a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.GlobalUsings.g.cs +++ /dev/null @@ -1,18 +0,0 @@ -// -global using Microsoft.AspNetCore.Builder; -global using Microsoft.AspNetCore.Hosting; -global using Microsoft.AspNetCore.Http; -global using Microsoft.AspNetCore.Routing; -global using Microsoft.Extensions.Configuration; -global using Microsoft.Extensions.DependencyInjection; -global using Microsoft.Extensions.Hosting; -global using Microsoft.Extensions.Logging; -global using Microsoft.Extensions.Validation.Embedded; -global using System; -global using System.Collections.Generic; -global using System.IO; -global using System.Linq; -global using System.Net.Http; -global using System.Net.Http.Json; -global using System.Threading; -global using System.Threading.Tasks; diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.MvcApplicationPartsAssemblyInfo.cache b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.MvcApplicationPartsAssemblyInfo.cache deleted file mode 100644 index e69de29..0000000 diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.assets.cache b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.assets.cache deleted file mode 100644 index f1d1af0..0000000 Binary files a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.assets.cache and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.csproj.AssemblyReference.cache b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.csproj.AssemblyReference.cache deleted file mode 100644 index 9ff99e2..0000000 Binary files a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.csproj.CoreCompileInputs.cache b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.csproj.CoreCompileInputs.cache deleted file mode 100644 index 7f54b31..0000000 --- a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -166d6a1fc1ca2d51e6a2788ece085ff1655cc6516563c314fd7b15cb1c7f9ceb diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.csproj.FileListAbsolute.txt b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.csproj.FileListAbsolute.txt deleted file mode 100644 index 66b39e0..0000000 --- a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,84 +0,0 @@ -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\EmbeddedAttribute.cs -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\ValidatableTypeAttribute.cs -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\QuantEngine.Web.csproj.AssemblyReference.cache -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\rpswa.dswa.cache.json -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\QuantEngine.Web.GeneratedMSBuildEditorConfig.editorconfig -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\QuantEngine.Web.AssemblyInfoInputs.cache -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\QuantEngine.Web.AssemblyInfo.cs -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\QuantEngine.Web.csproj.CoreCompileInputs.cache -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\QuantEngine.Web.MvcApplicationPartsAssemblyInfo.cache -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\Dapper.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\Microsoft.Extensions.DependencyModel.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\Microsoft.FluentUI.AspNetCore.Components.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\Microsoft.FluentUI.AspNetCore.Components.Icons.Color.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\Microsoft.FluentUI.AspNetCore.Components.Icons.Filled.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\Microsoft.FluentUI.AspNetCore.Components.Icons.Light.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\Microsoft.FluentUI.AspNetCore.Components.Icons.Regular.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\Microsoft.FluentUI.AspNetCore.Components.Icons.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\Npgsql.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\Serilog.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\Serilog.AspNetCore.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\Serilog.Extensions.Hosting.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\Serilog.Extensions.Logging.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\Serilog.Formatting.Compact.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\Serilog.Settings.Configuration.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\Serilog.Sinks.Console.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\Serilog.Sinks.Debug.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\Serilog.Sinks.File.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\QuantEngine.Application.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\QuantEngine.Core.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\QuantEngine.Infrastructure.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\QuantEngine.Infrastructure.pdb -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\QuantEngine.Application.pdb -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\QuantEngine.Core.pdb -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\rjimswa.dswa.cache.json -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\rjsmrazor.dswa.cache.json -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\rjsmcshtml.dswa.cache.json -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\jsmodules\jsmodules.build.manifest.json -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\scopedcss\Components\Layout\MainLayout.razor.rz.scp.css -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\scopedcss\Components\Layout\NavMenu.razor.rz.scp.css -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\scopedcss\Components\Layout\ReconnectModal.razor.rz.scp.css -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\scopedcss\bundle\QuantEngine.Web.styles.css -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\scopedcss\projectbundle\QuantEngine.Web.bundle.scp.css -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\compressed\klh9ieqob8-{0}-iyd2uar0up-iyd2uar0up.gz -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\compressed\f3i2l0jv30-{0}-iddw5cjyql-iddw5cjyql.gz -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\compressed\6mwvvlkmgj-{0}-s7fspo1leq-s7fspo1leq.gz -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\compressed\h0qxm5u0yy-{0}-qpepyjfzgz-qpepyjfzgz.gz -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\compressed\win2gt64sq-{0}-x8xhhr7jgv-x8xhhr7jgv.gz -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\compressed\ru2nohmkoz-{0}-ghr9dc63gi-ghr9dc63gi.gz -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\compressed\4m8jx7ixl4-{0}-nvqi1h5n7i-nvqi1h5n7i.gz -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\compressed\mm8wr5jb95-{0}-asn2ffubki-asn2ffubki.gz -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\compressed\jq2jihf5fr-{0}-7jrmyk289x-7jrmyk289x.gz -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\compressed\is0nail857-{0}-rdaq2hquit-rdaq2hquit.gz -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\compressed\ib5axksgx0-{0}-o9w0qkfcrf-o9w0qkfcrf.gz -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\compressed\oc0evn85jv-{0}-t1fy3wrmof-t1fy3wrmof.gz -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\compressed\6nn42apl8y-{0}-acio4t06fh-acio4t06fh.gz -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\compressed\kwrall9b0s-{0}-p1atgyms84-p1atgyms84.gz -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\compressed\q2w3mddmwi-{0}-hhus5bms5i-hhus5bms5i.gz -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\compressed\t9yb5ynpxl-{0}-13ja33weya-13ja33weya.gz -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\compressed\bnqbmxev8p-{0}-uhfllo7vmv-uhfllo7vmv.gz -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\compressed\nr5locadir-{0}-ne14ti1q68-ne14ti1q68.gz -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\compressed\dym80g6kqp-{0}-ig5xotzpx5-ig5xotzpx5.gz -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\compressed\ctztv6q6p6-{0}-jdfzv2q2bu-jdfzv2q2bu.gz -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\compressed\b7jn6yc0gz-{0}-xny4mnot63-xny4mnot63.gz -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\compressed\vpvw6nj9ax-{0}-yi314np04p-yi314np04p.gz -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\staticwebassets.build.json -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\staticwebassets.build.json.cache -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\staticwebassets.development.json -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\staticwebassets.build.endpoints.json -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\swae.build.ex.cache -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\QuantEngine.Web.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\refint\QuantEngine.Web.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\QuantEngine.Web.pdb -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\appsettings.Development.json -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\appsettings.json -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\QuantEngine.Web.staticwebassets.runtime.json -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\QuantEngine.Web.staticwebassets.endpoints.json -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\QuantEngine.Web.exe -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\QuantEngine.Web.deps.json -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\QuantEngine.Web.runtimeconfig.json -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\QuantEngine.Web.dll -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\bin\Debug\net10.0\QuantEngine.Web.pdb -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\QuantEng.C85672E0.Up2Date -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\QuantEngine.Web.genruntimeconfig.cache -C:\Temp\data_feed\src\dotnet\QuantEngine.Web\obj\Debug\net10.0\ref\QuantEngine.Web.dll diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.dll b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.dll deleted file mode 100644 index a175670..0000000 Binary files a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.genruntimeconfig.cache b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.genruntimeconfig.cache deleted file mode 100644 index 905316d..0000000 --- a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -f78c5380dc04b6bce951ebd484d8aad5543d6951999111b3dffeed8a2a8305d3 diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.pdb b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.pdb deleted file mode 100644 index 197d7fd..0000000 Binary files a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/QuantEngine.Web.pdb and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/ValidatableTypeAttribute.cs b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/ValidatableTypeAttribute.cs deleted file mode 100644 index 26eb880..0000000 --- a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/ValidatableTypeAttribute.cs +++ /dev/null @@ -1,9 +0,0 @@ -// -namespace Microsoft.Extensions.Validation.Embedded -{ -[global::Microsoft.CodeAnalysis.EmbeddedAttribute] -[global::System.AttributeUsage(global::System.AttributeTargets.Class)] -internal sealed class ValidatableTypeAttribute : global::System.Attribute -{ -} -} diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/apphost.exe b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/apphost.exe deleted file mode 100644 index a982150..0000000 Binary files a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/apphost.exe and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/4m8jx7ixl4-{0}-nvqi1h5n7i-nvqi1h5n7i.gz b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/4m8jx7ixl4-{0}-nvqi1h5n7i-nvqi1h5n7i.gz deleted file mode 100644 index a925cc1..0000000 Binary files a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/4m8jx7ixl4-{0}-nvqi1h5n7i-nvqi1h5n7i.gz and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/6mwvvlkmgj-{0}-s7fspo1leq-s7fspo1leq.gz b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/6mwvvlkmgj-{0}-s7fspo1leq-s7fspo1leq.gz deleted file mode 100644 index c7b6b26..0000000 Binary files a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/6mwvvlkmgj-{0}-s7fspo1leq-s7fspo1leq.gz and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/6nn42apl8y-{0}-acio4t06fh-acio4t06fh.gz b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/6nn42apl8y-{0}-acio4t06fh-acio4t06fh.gz deleted file mode 100644 index 8e111a1..0000000 Binary files a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/6nn42apl8y-{0}-acio4t06fh-acio4t06fh.gz and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/b7jn6yc0gz-{0}-xny4mnot63-xny4mnot63.gz b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/b7jn6yc0gz-{0}-xny4mnot63-xny4mnot63.gz deleted file mode 100644 index 32aff43..0000000 Binary files a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/b7jn6yc0gz-{0}-xny4mnot63-xny4mnot63.gz and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/bnqbmxev8p-{0}-uhfllo7vmv-uhfllo7vmv.gz b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/bnqbmxev8p-{0}-uhfllo7vmv-uhfllo7vmv.gz deleted file mode 100644 index e6b343b..0000000 Binary files a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/bnqbmxev8p-{0}-uhfllo7vmv-uhfllo7vmv.gz and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/ctztv6q6p6-{0}-jdfzv2q2bu-jdfzv2q2bu.gz b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/ctztv6q6p6-{0}-jdfzv2q2bu-jdfzv2q2bu.gz deleted file mode 100644 index f4fb97b..0000000 Binary files a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/ctztv6q6p6-{0}-jdfzv2q2bu-jdfzv2q2bu.gz and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/dym80g6kqp-{0}-ig5xotzpx5-ig5xotzpx5.gz b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/dym80g6kqp-{0}-ig5xotzpx5-ig5xotzpx5.gz deleted file mode 100644 index 4f35e4a..0000000 Binary files a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/dym80g6kqp-{0}-ig5xotzpx5-ig5xotzpx5.gz and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/f3i2l0jv30-{0}-iddw5cjyql-iddw5cjyql.gz b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/f3i2l0jv30-{0}-iddw5cjyql-iddw5cjyql.gz deleted file mode 100644 index bc9715f..0000000 Binary files a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/f3i2l0jv30-{0}-iddw5cjyql-iddw5cjyql.gz and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/h0qxm5u0yy-{0}-qpepyjfzgz-qpepyjfzgz.gz b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/h0qxm5u0yy-{0}-qpepyjfzgz-qpepyjfzgz.gz deleted file mode 100644 index cdcd511..0000000 Binary files a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/h0qxm5u0yy-{0}-qpepyjfzgz-qpepyjfzgz.gz and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/ib5axksgx0-{0}-o9w0qkfcrf-o9w0qkfcrf.gz b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/ib5axksgx0-{0}-o9w0qkfcrf-o9w0qkfcrf.gz deleted file mode 100644 index b58d886..0000000 Binary files a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/ib5axksgx0-{0}-o9w0qkfcrf-o9w0qkfcrf.gz and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/is0nail857-{0}-rdaq2hquit-rdaq2hquit.gz b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/is0nail857-{0}-rdaq2hquit-rdaq2hquit.gz deleted file mode 100644 index 8a59125..0000000 Binary files a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/is0nail857-{0}-rdaq2hquit-rdaq2hquit.gz and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/jq2jihf5fr-{0}-7jrmyk289x-7jrmyk289x.gz b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/jq2jihf5fr-{0}-7jrmyk289x-7jrmyk289x.gz deleted file mode 100644 index b6e4909..0000000 Binary files a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/jq2jihf5fr-{0}-7jrmyk289x-7jrmyk289x.gz and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/klh9ieqob8-{0}-iyd2uar0up-iyd2uar0up.gz b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/klh9ieqob8-{0}-iyd2uar0up-iyd2uar0up.gz deleted file mode 100644 index 60b5cda..0000000 Binary files a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/klh9ieqob8-{0}-iyd2uar0up-iyd2uar0up.gz and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/kwrall9b0s-{0}-p1atgyms84-p1atgyms84.gz b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/kwrall9b0s-{0}-p1atgyms84-p1atgyms84.gz deleted file mode 100644 index 8258945..0000000 Binary files a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/kwrall9b0s-{0}-p1atgyms84-p1atgyms84.gz and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/mm8wr5jb95-{0}-asn2ffubki-asn2ffubki.gz b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/mm8wr5jb95-{0}-asn2ffubki-asn2ffubki.gz deleted file mode 100644 index ecd5fb7..0000000 Binary files a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/mm8wr5jb95-{0}-asn2ffubki-asn2ffubki.gz and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/nr5locadir-{0}-ne14ti1q68-ne14ti1q68.gz b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/nr5locadir-{0}-ne14ti1q68-ne14ti1q68.gz deleted file mode 100644 index efc7fb2..0000000 Binary files a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/nr5locadir-{0}-ne14ti1q68-ne14ti1q68.gz and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/oc0evn85jv-{0}-t1fy3wrmof-t1fy3wrmof.gz b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/oc0evn85jv-{0}-t1fy3wrmof-t1fy3wrmof.gz deleted file mode 100644 index 047c705..0000000 Binary files a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/oc0evn85jv-{0}-t1fy3wrmof-t1fy3wrmof.gz and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/q2w3mddmwi-{0}-hhus5bms5i-hhus5bms5i.gz b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/q2w3mddmwi-{0}-hhus5bms5i-hhus5bms5i.gz deleted file mode 100644 index aeff92d..0000000 Binary files a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/q2w3mddmwi-{0}-hhus5bms5i-hhus5bms5i.gz and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/ru2nohmkoz-{0}-ghr9dc63gi-ghr9dc63gi.gz b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/ru2nohmkoz-{0}-ghr9dc63gi-ghr9dc63gi.gz deleted file mode 100644 index ca726e9..0000000 Binary files a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/ru2nohmkoz-{0}-ghr9dc63gi-ghr9dc63gi.gz and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/t9yb5ynpxl-{0}-13ja33weya-13ja33weya.gz b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/t9yb5ynpxl-{0}-13ja33weya-13ja33weya.gz deleted file mode 100644 index 1199029..0000000 Binary files a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/t9yb5ynpxl-{0}-13ja33weya-13ja33weya.gz and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/vpvw6nj9ax-{0}-yi314np04p-yi314np04p.gz b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/vpvw6nj9ax-{0}-yi314np04p-yi314np04p.gz deleted file mode 100644 index 6c9f9b3..0000000 Binary files a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/vpvw6nj9ax-{0}-yi314np04p-yi314np04p.gz and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/win2gt64sq-{0}-x8xhhr7jgv-x8xhhr7jgv.gz b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/win2gt64sq-{0}-x8xhhr7jgv-x8xhhr7jgv.gz deleted file mode 100644 index 2c10c8e..0000000 Binary files a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/compressed/win2gt64sq-{0}-x8xhhr7jgv-x8xhhr7jgv.gz and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/jsmodules/jsmodules.build.manifest.json b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/jsmodules/jsmodules.build.manifest.json deleted file mode 100644 index befb761..0000000 --- a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/jsmodules/jsmodules.build.manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -[ - "_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lib.module.js" -] \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/rbcswa.dswa.cache.json b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/rbcswa.dswa.cache.json deleted file mode 100644 index 535196d..0000000 --- a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/rbcswa.dswa.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"GlobalPropertiesHash":"2ilJ2M8+ZdH0swl4cXFj9Ji8kay0R08ISE/fEc+OL0o=","FingerprintPatternsHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["DK0gR4eCKSi\u002BSQv5b5ZI7gqIw9TFYOD9sFlAT19GqOw=","8TaOywtw/ucupjfT2VAPeWplMdQBfd4dx7kj\u002BMsfptk=","naznrg/iVqlIeKk5k6LKV73NJZBUGQAxb/55s27jsxo=","6Cs7RDLCG\u002BkYbJFJtVM9XHde50fdvxpL\u002B/jWsK2VHFw=","3F28e/TR3tk07/TXU\u002B6kMe0jLqlgTy/7twxmdCOLeJY=","5Z6GzvLVynro57ykA5lV5FK/SHyKZ5\u002BJ9LA5jpJ5ULU=","euoLoSQkqSlGlumjtYyt/OFEE8DriBJBz4T5FAICWvQ=","uFu4m1dtQ9Cwz\u002BvJINkyVDzgPCZGS8gu7XvDsxBY/88=","xJiZ49VS2BgfvvLJLi8vYAcsHPqN1aWeIB09n\u002BeXO7c=","QSSeXKe29MkwX40QbV3d2Mh91VjW4MUy9HDjiJAGNtg=","rpfvz5dTDS1aVWsAcqrVQqQhsJbD7bAhLd85/VO3\u002BoE=","j7I5aa9cpw6Mc5hDosQLtKS6qUkHNvGBgSIU3BwPn/8=","jcYrCP/1fynX9CGhCzEm5Oe8xFGnf3se0EIz6LhlHE0=","IuYXGz2vFISkacifV7\u002BirdXe1OZjCptrKvS7yLEpHHI=","ZJu4i\u002BXAiXwx6RdedZYNUbOsGADxQvLMmMNYqq9Wexk=","H4In3QyrUSdyMnq\u002B1e0fucRv2TXebzBRzLxdaOpSOp4=","pAx0Yij5qrNWtCtts1CAG7Jov9mDISkgIMrSoh/hEQM=","VhjJuO/d8lkzWGViHBPN1FQf/2lmcbpKkRrqRXkhrTQ=","ARbRfBlC7eBQAB326wtoaNv26wP7b\u002BzqnlX9B\u002BzKXp4=","noohLxQcsilp4J8ujPTN9vuqtbzRjN7Z\u002B1jatl8pCJI=","aCSYd/ZrV9ENFhaZYnIHKNPxHGlj81TeQP2zkDn5wYg=","YkE\u002BJ\u002BPO2WxLO1YCeJ8J1VZK8ympqzxB840Omp\u002B08Zk="],"CachedAssets":{"YkE\u002BJ\u002BPO2WxLO1YCeJ8J1VZK8ympqzxB840Omp\u002B08Zk=":{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\vpvw6nj9ax-{0}-yi314np04p-yi314np04p.gz","SourceId":"QuantEngine.Web","SourceType":"Computed","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"QuantEngine.Web#[.{fingerprint=yi314np04p}]!.bundle.scp.css.gz","AssetKind":"All","AssetMode":"Reference","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\scopedcss\\projectbundle\\QuantEngine.Web.bundle.scp.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"snvxky03e7","Integrity":"eMUoaz34S9P8ffguerv/SxXWfTBS7zv7kXrquS2C5EE=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\scopedcss\\projectbundle\\QuantEngine.Web.bundle.scp.css","FileLength":2481,"LastWriteTime":"2026-06-29T14:32:21.3366843+00:00"},"aCSYd/ZrV9ENFhaZYnIHKNPxHGlj81TeQP2zkDn5wYg=":{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\b7jn6yc0gz-{0}-xny4mnot63-xny4mnot63.gz","SourceId":"QuantEngine.Web","SourceType":"Computed","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"QuantEngine.Web#[.{fingerprint=xny4mnot63}]?.styles.css.gz","AssetKind":"All","AssetMode":"CurrentProject","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\scopedcss\\bundle\\QuantEngine.Web.styles.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"bd7sv35qmy","Integrity":"T0/K5d2ZAfgI6THFcLOkMp/FUz1bE1K2fQTLO0Moj1E=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\scopedcss\\bundle\\QuantEngine.Web.styles.css","FileLength":2527,"LastWriteTime":"2026-06-29T14:32:21.3366843+00:00"},"noohLxQcsilp4J8ujPTN9vuqtbzRjN7Z\u002B1jatl8pCJI=":{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\ctztv6q6p6-{0}-jdfzv2q2bu-jdfzv2q2bu.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css.gz","AssetKind":"All","AssetMode":"Reference","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"wulh2zdohq","Integrity":"6AanHFzLkOIOoi\u002B7b5b3h2tQsCQcPS9ts519xHvL0Eo=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css","FileLength":19300,"LastWriteTime":"2026-06-29T14:32:21.3406909+00:00"},"ARbRfBlC7eBQAB326wtoaNv26wP7b\u002BzqnlX9B\u002BzKXp4=":{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\dym80g6kqp-{0}-ig5xotzpx5-ig5xotzpx5.gz","SourceId":"QuantEngine.Web","SourceType":"Discovered","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"_framework/blazor.server#[.{fingerprint=ig5xotzpx5}]?.js.gz","AssetKind":"All","AssetMode":"CurrentProject","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.aspnetcore.app.internal.assets\\10.0.9\\_framework\\blazor.server.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"z7j3iy8r3e","Integrity":"8SHiCfrY3uP/FPMl3Z/9dC8R/SbAFWcMG\u002Bjt0IueBn0=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.aspnetcore.app.internal.assets\\10.0.9\\_framework\\blazor.server.js","FileLength":44613,"LastWriteTime":"2026-06-29T14:32:21.3446898+00:00"},"VhjJuO/d8lkzWGViHBPN1FQf/2lmcbpKkRrqRXkhrTQ=":{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\nr5locadir-{0}-ne14ti1q68-ne14ti1q68.gz","SourceId":"QuantEngine.Web","SourceType":"Discovered","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"_framework/blazor.web#[.{fingerprint=ne14ti1q68}]?.js.gz","AssetKind":"All","AssetMode":"CurrentProject","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.aspnetcore.app.internal.assets\\10.0.9\\_framework\\blazor.web.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"h7mvatshzf","Integrity":"058dGub3ls7c2hIUQWWy3wBRpGD4A5cRsNrc818yk9Q=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.aspnetcore.app.internal.assets\\10.0.9\\_framework\\blazor.web.js","FileLength":55600,"LastWriteTime":"2026-06-29T14:32:21.3477052+00:00"},"pAx0Yij5qrNWtCtts1CAG7Jov9mDISkgIMrSoh/hEQM=":{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\bnqbmxev8p-{0}-uhfllo7vmv-uhfllo7vmv.gz","SourceId":"QuantEngine.Web","SourceType":"Computed","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"QuantEngine.Web#[.{fingerprint=uhfllo7vmv}]?.modules.json.gz","AssetKind":"Build","AssetMode":"CurrentProject","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\jsmodules\\jsmodules.build.manifest.json","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"wvxjj87u8r","Integrity":"tMpc4Mp5Kart9mS3UELWfInMDPFZYORmj0wiAw7JwBs=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\jsmodules\\jsmodules.build.manifest.json","FileLength":95,"LastWriteTime":"2026-06-29T14:32:21.3356843+00:00"},"H4In3QyrUSdyMnq\u002B1e0fucRv2TXebzBRzLxdaOpSOp4=":{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\t9yb5ynpxl-{0}-13ja33weya-13ja33weya.gz","SourceId":"QuantEngine.Web","SourceType":"Discovered","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"Components/Layout/ReconnectModal#[.{fingerprint=13ja33weya}]?.razor.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\Components\\Layout\\ReconnectModal.razor.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"7yymvlbkex","Integrity":"kQLxn\u002BTSoZvHHUJJnDORp3qKU0F\u002BkzVxLQB9TB0aEoY=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\Components\\Layout\\ReconnectModal.razor.js","FileLength":720,"LastWriteTime":"2026-06-29T14:32:21.3346827+00:00"},"ZJu4i\u002BXAiXwx6RdedZYNUbOsGADxQvLMmMNYqq9Wexk=":{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\q2w3mddmwi-{0}-hhus5bms5i-hhus5bms5i.gz","SourceId":"QuantEngine.Web","SourceType":"Discovered","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"app#[.{fingerprint=hhus5bms5i}]?.css.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\wwwroot\\app.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"onq2ek763p","Integrity":"dIHjmWP446UQxKnPFlhYbfhNtHyJbTw03B3FlIfJIhM=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\wwwroot\\app.css","FileLength":1884,"LastWriteTime":"2026-06-29T14:32:21.3316869+00:00"},"IuYXGz2vFISkacifV7\u002BirdXe1OZjCptrKvS7yLEpHHI=":{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\kwrall9b0s-{0}-p1atgyms84-p1atgyms84.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Microsoft.FluentUI.AspNetCore.Components.lib.module.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Microsoft.FluentUI.AspNetCore.Components.lib.module.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"kggmxgia3c","Integrity":"1J14HQFFJHp\u002BcVjMzdLoItjq\u002BPoQcjJlRXdxF4cbL7w=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Microsoft.FluentUI.AspNetCore.Components.lib.module.js","FileLength":104324,"LastWriteTime":"2026-06-29T14:32:21.3606833+00:00"},"jcYrCP/1fynX9CGhCzEm5Oe8xFGnf3se0EIz6LhlHE0=":{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\6nn42apl8y-{0}-acio4t06fh-acio4t06fh.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"css/reboot.css.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\css\\reboot.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"w1o274hesg","Integrity":"vJLsSUQe61SUTw2195Gksk/aLyruEB6Xoh1ORbzQmJw=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\css\\reboot.css","FileLength":2017,"LastWriteTime":"2026-06-29T14:32:21.3286852+00:00"},"j7I5aa9cpw6Mc5hDosQLtKS6qUkHNvGBgSIU3BwPn/8=":{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\oc0evn85jv-{0}-t1fy3wrmof-t1fy3wrmof.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"css/default-fuib.css.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\css\\default-fuib.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"uu07hcfnu8","Integrity":"FhFgpXuMIyIl\u002BzkBzQOWPMSUQFy/sbm2tqICjjaFMck=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\css\\default-fuib.css","FileLength":1119,"LastWriteTime":"2026-06-29T14:32:21.3276827+00:00"},"rpfvz5dTDS1aVWsAcqrVQqQhsJbD7bAhLd85/VO3\u002BoE=":{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\ib5axksgx0-{0}-o9w0qkfcrf-o9w0qkfcrf.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/TreeView/FluentTreeView.razor.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\TreeView\\FluentTreeView.razor.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"cn5mgfseff","Integrity":"GLIhBa/Trggd7bGeeUuKKPZNhenwG104/L59ovzgHSo=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\TreeView\\FluentTreeView.razor.js","FileLength":387,"LastWriteTime":"2026-06-29T14:32:21.3246858+00:00"},"QSSeXKe29MkwX40QbV3d2Mh91VjW4MUy9HDjiJAGNtg=":{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\is0nail857-{0}-rdaq2hquit-rdaq2hquit.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/Tooltip/FluentTooltip.razor.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Tooltip\\FluentTooltip.razor.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"z42b2aip3e","Integrity":"bRbcLRczN1GPnqA3Re1jatdgP587mjVEOqTVOfOjG5o=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Tooltip\\FluentTooltip.razor.js","FileLength":671,"LastWriteTime":"2026-06-29T14:32:21.32369+00:00"},"xJiZ49VS2BgfvvLJLi8vYAcsHPqN1aWeIB09n\u002BeXO7c=":{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\jq2jihf5fr-{0}-7jrmyk289x-7jrmyk289x.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/PullToRefresh/FluentPullToRefresh.razor.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\PullToRefresh\\FluentPullToRefresh.razor.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"tipazoft2g","Integrity":"tTIpyljPo/QFZTwD6HKjB5LpYDfJbdYh1WmF9cJGgvI=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\PullToRefresh\\FluentPullToRefresh.razor.js","FileLength":1568,"LastWriteTime":"2026-06-29T14:32:21.32369+00:00"},"uFu4m1dtQ9Cwz\u002BvJINkyVDzgPCZGS8gu7XvDsxBY/88=":{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\mm8wr5jb95-{0}-asn2ffubki-asn2ffubki.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/Overflow/FluentOverflow.razor.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Overflow\\FluentOverflow.razor.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"1flm182f7j","Integrity":"7bZF8uwHs/l8/OSFSaLC/zTyosxVIS02ICtgNKGPnP4=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Overflow\\FluentOverflow.razor.js","FileLength":1660,"LastWriteTime":"2026-06-29T14:32:21.3216839+00:00"},"euoLoSQkqSlGlumjtYyt/OFEE8DriBJBz4T5FAICWvQ=":{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\4m8jx7ixl4-{0}-nvqi1h5n7i-nvqi1h5n7i.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/Nav/FluentNav.razor.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Nav\\FluentNav.razor.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"bkbb3l5sfm","Integrity":"tUn67gj2s6LMiMV5lUJnwKgWSr/lfYcaxEl8wuTWS2E=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Nav\\FluentNav.razor.js","FileLength":1739,"LastWriteTime":"2026-06-29T14:32:21.3176873+00:00"},"5Z6GzvLVynro57ykA5lV5FK/SHyKZ5\u002BJ9LA5jpJ5ULU=":{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\ru2nohmkoz-{0}-ghr9dc63gi-ghr9dc63gi.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/List/FluentSelect.razor.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\List\\FluentSelect.razor.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"zf4g6qeqb4","Integrity":"f0j6rHz4U/x\u002BpO1EDCKvIZBbfLy/dXA\u002BjWT5to3EdDQ=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\List\\FluentSelect.razor.js","FileLength":341,"LastWriteTime":"2026-06-29T14:32:21.3256898+00:00"},"3F28e/TR3tk07/TXU\u002B6kMe0jLqlgTy/7twxmdCOLeJY=":{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\win2gt64sq-{0}-x8xhhr7jgv-x8xhhr7jgv.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/KeyCode/FluentKeyCode.razor.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\KeyCode\\FluentKeyCode.razor.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"hvr43rsdj1","Integrity":"HZXVE/PUmqhsUTpuEgTqyaVTgUoGuGN4FqivUgvvhFo=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\KeyCode\\FluentKeyCode.razor.js","FileLength":1025,"LastWriteTime":"2026-06-29T14:32:21.3276827+00:00"},"6Cs7RDLCG\u002BkYbJFJtVM9XHde50fdvxpL\u002B/jWsK2VHFw=":{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\h0qxm5u0yy-{0}-qpepyjfzgz-qpepyjfzgz.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/InputFile/FluentInputFile.razor.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\InputFile\\FluentInputFile.razor.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"ar1nsr94vf","Integrity":"puAYTsdUDYsunZeaTnjnUZbjMjWCztFefm0D1WafaPw=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\InputFile\\FluentInputFile.razor.js","FileLength":684,"LastWriteTime":"2026-06-29T14:32:21.3206845+00:00"},"naznrg/iVqlIeKk5k6LKV73NJZBUGQAxb/55s27jsxo=":{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\6mwvvlkmgj-{0}-s7fspo1leq-s7fspo1leq.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/Grid/FluentGrid.razor.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Grid\\FluentGrid.razor.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"xdducvqoxa","Integrity":"u1h2lV5rBI3BrsWyH29QMNbSsQfE0poKrnbxvM3pb6c=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Grid\\FluentGrid.razor.js","FileLength":804,"LastWriteTime":"2026-06-29T14:32:21.3266892+00:00"},"8TaOywtw/ucupjfT2VAPeWplMdQBfd4dx7kj\u002BMsfptk=":{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\f3i2l0jv30-{0}-iddw5cjyql-iddw5cjyql.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/DateTime/FluentCalendar.razor.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\DateTime\\FluentCalendar.razor.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"fg74estnen","Integrity":"QbM15H4tY8nQrgmM7QmvW7\u002BJn9xwkXbIf2\u002B3hzb9c4s=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\DateTime\\FluentCalendar.razor.js","FileLength":1385,"LastWriteTime":"2026-06-29T14:32:21.3166866+00:00"},"DK0gR4eCKSi\u002BSQv5b5ZI7gqIw9TFYOD9sFlAT19GqOw=":{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\klh9ieqob8-{0}-iyd2uar0up-iyd2uar0up.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/DataGrid/FluentDataGrid.razor.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\DataGrid\\FluentDataGrid.razor.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"tf25ezwmbu","Integrity":"mVXt7/yFqdMLa8QQY6iYBSk\u002B6LH/40GbtguA3LB217U=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\DataGrid\\FluentDataGrid.razor.js","FileLength":5297,"LastWriteTime":"2026-06-29T14:32:21.3226906+00:00"}},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/ref/QuantEngine.Web.dll b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/ref/QuantEngine.Web.dll deleted file mode 100644 index 1484a4d..0000000 Binary files a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/ref/QuantEngine.Web.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/refint/QuantEngine.Web.dll b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/refint/QuantEngine.Web.dll deleted file mode 100644 index 1484a4d..0000000 Binary files a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/refint/QuantEngine.Web.dll and /dev/null differ diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/rjimswa.dswa.cache.json b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/rjimswa.dswa.cache.json deleted file mode 100644 index 400de80..0000000 --- a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/rjimswa.dswa.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"GlobalPropertiesHash":"ALxWDQhPmdZwUFbyl7L5C8GukPrDDIApUiu7jAGOdAw=","FingerprintPatternsHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","PropertyOverridesHash":"R7Rea/YQmcweqCbKffD9oUelggfpJQX85r65aYZsas0=","InputHashes":["0VWc3ZwznUVZwzCZ6dFMqKCSZLmOCH9mxrOKQFdQ\u002BI4=","oMx1gHhRahcrGnKdzOPw2mUmR5Dr6T4iMA82Th1ltYc="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/rjsmcshtml.dswa.cache.json b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/rjsmcshtml.dswa.cache.json deleted file mode 100644 index 6258cd7..0000000 --- a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/rjsmcshtml.dswa.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"GlobalPropertiesHash":"61ZzOkAafDUCzt7x0mEjc+KORTs/Of52hN2aYDIQSWo=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["JTTrBKbjS35ApfJf5RSZHGAVU4t86eB4Z3Dj0Z4ZHHw=","rTMATgH4bAjZoNZ\u002BKRaVF9OxRk9Kn6EBIemE7YzyabI=","hxbowMggSnj8GJZOdMJHHwwDttpxRJIOTdIfn0ut0Ac=","hSLwzYWjyZqvvqAfHnAB6rPotX3eG0Hu8hDe8i5z7xs=","Ve1QW/FmTNllJk3cvvhc6GX9yH8fpHWmRRGHdwsWzSk=","Lnqf\u002BNn8uUZsaje5OQes9m0Q0KwAfchqG1V350Yn6BM=","gutXfyMccv5XisHlHhGJVGZETahysZqJii\u002Bg92M3\u002BdY=","hrXj0bYYvmdlZvAZZUebReLZfF8J/65r\u002B6aq4KtW3IE=","Kx2jIyFuF\u002BWn7fgtHBZ1NAWotqOmDxzgr6dTTh7HDPE=","sccdnyWmjEVIc4E/Wun5yH7NqVHF7c3g\u002B3KDbNw2New=","0nm9KNek3j/oQYUZUWEBhhL0txx1ekRnvnlCKKX0\u002Be8=","opg1Y4oXGX8x\u002BiLqpy9S3XVriqUcRUflY6tvfS0RPrM=","tNOP0eY2IzG88JsO78RhXsM42R7VPpxERLnNyDbauaU=","re4wFqPP/3GgQc83P3HKVcekxgIDYb4wyWk7MAimQDY=","vQcVlD31Fc9FE7Bi2395HnZbsJNtUlPfrATGTUN/0Q8=","yZglLoEA3dZuvvi6ZlKbOhDYJl863V6DuFnfV3jnch8=","m1RQtzMLoQWq6UnuVeiRVXSM2c2Q6/OzZc55uM2i93A=","hiPreQqqr5M81jQh\u002BsyYzu6fPzHbXkO00H\u002BjwFUXmVI=","nj4bTNdXLks/ifVLGyyn0JSdi3PzYDtjcCY1DlyDaUQ=","vQOI1xTEFZObVDsVgjTF2znZABTIHfwG/zTPmKPVBe0=","7elVBzPhnnl25N/3P1W6oFDvEswhk00rPXKO0IH/4LA=","iIFRuJ2xCVeE0DcA8Oph22IHDXbck6gu5A\u002B1O1ZcCxA="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/rjsmrazor.dswa.cache.json b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/rjsmrazor.dswa.cache.json deleted file mode 100644 index 79b4024..0000000 --- a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/rjsmrazor.dswa.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"GlobalPropertiesHash":"hb9Mk8Q4BfRLjPFbSBNw4B6QTKNWFUuDQL43Qwq5ZuI=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["JTTrBKbjS35ApfJf5RSZHGAVU4t86eB4Z3Dj0Z4ZHHw=","rTMATgH4bAjZoNZ\u002BKRaVF9OxRk9Kn6EBIemE7YzyabI=","hxbowMggSnj8GJZOdMJHHwwDttpxRJIOTdIfn0ut0Ac=","hSLwzYWjyZqvvqAfHnAB6rPotX3eG0Hu8hDe8i5z7xs=","Ve1QW/FmTNllJk3cvvhc6GX9yH8fpHWmRRGHdwsWzSk=","Lnqf\u002BNn8uUZsaje5OQes9m0Q0KwAfchqG1V350Yn6BM=","gutXfyMccv5XisHlHhGJVGZETahysZqJii\u002Bg92M3\u002BdY=","hrXj0bYYvmdlZvAZZUebReLZfF8J/65r\u002B6aq4KtW3IE=","Kx2jIyFuF\u002BWn7fgtHBZ1NAWotqOmDxzgr6dTTh7HDPE=","sccdnyWmjEVIc4E/Wun5yH7NqVHF7c3g\u002B3KDbNw2New=","0nm9KNek3j/oQYUZUWEBhhL0txx1ekRnvnlCKKX0\u002Be8=","opg1Y4oXGX8x\u002BiLqpy9S3XVriqUcRUflY6tvfS0RPrM=","tNOP0eY2IzG88JsO78RhXsM42R7VPpxERLnNyDbauaU=","re4wFqPP/3GgQc83P3HKVcekxgIDYb4wyWk7MAimQDY=","vQcVlD31Fc9FE7Bi2395HnZbsJNtUlPfrATGTUN/0Q8=","yZglLoEA3dZuvvi6ZlKbOhDYJl863V6DuFnfV3jnch8=","m1RQtzMLoQWq6UnuVeiRVXSM2c2Q6/OzZc55uM2i93A=","hiPreQqqr5M81jQh\u002BsyYzu6fPzHbXkO00H\u002BjwFUXmVI=","nj4bTNdXLks/ifVLGyyn0JSdi3PzYDtjcCY1DlyDaUQ=","vQOI1xTEFZObVDsVgjTF2znZABTIHfwG/zTPmKPVBe0=","7elVBzPhnnl25N/3P1W6oFDvEswhk00rPXKO0IH/4LA=","iIFRuJ2xCVeE0DcA8Oph22IHDXbck6gu5A\u002B1O1ZcCxA="],"CachedAssets":{"vQOI1xTEFZObVDsVgjTF2znZABTIHfwG/zTPmKPVBe0=":{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\Components\\Layout\\ReconnectModal.razor.js","SourceId":"QuantEngine.Web","SourceType":"Discovered","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\","BasePath":"/","RelativePath":"Components/Layout/ReconnectModal#[.{fingerprint}]?.razor.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"13ja33weya","Integrity":"4zGYCWZ4pfXdYacNs7XaH1BXGvludoT6JCkX9NZucgI=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"Components\\Layout\\ReconnectModal.razor.js","FileLength":2364,"LastWriteTime":"2026-06-29T13:57:48.3610236+00:00"}},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/rpswa.dswa.cache.json b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/rpswa.dswa.cache.json deleted file mode 100644 index c82a254..0000000 --- a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/rpswa.dswa.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"GlobalPropertiesHash":"sRnjZ123Hmd3VL4RmNf3gURHR16GI5Uk+lQqQ4VvHbs=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["JTTrBKbjS35ApfJf5RSZHGAVU4t86eB4Z3Dj0Z4ZHHw=","rTMATgH4bAjZoNZ\u002BKRaVF9OxRk9Kn6EBIemE7YzyabI=","hxbowMggSnj8GJZOdMJHHwwDttpxRJIOTdIfn0ut0Ac=","hSLwzYWjyZqvvqAfHnAB6rPotX3eG0Hu8hDe8i5z7xs=","Ve1QW/FmTNllJk3cvvhc6GX9yH8fpHWmRRGHdwsWzSk=","Lnqf\u002BNn8uUZsaje5OQes9m0Q0KwAfchqG1V350Yn6BM=","gutXfyMccv5XisHlHhGJVGZETahysZqJii\u002Bg92M3\u002BdY=","hrXj0bYYvmdlZvAZZUebReLZfF8J/65r\u002B6aq4KtW3IE=","Kx2jIyFuF\u002BWn7fgtHBZ1NAWotqOmDxzgr6dTTh7HDPE=","sccdnyWmjEVIc4E/Wun5yH7NqVHF7c3g\u002B3KDbNw2New=","0nm9KNek3j/oQYUZUWEBhhL0txx1ekRnvnlCKKX0\u002Be8=","opg1Y4oXGX8x\u002BiLqpy9S3XVriqUcRUflY6tvfS0RPrM=","tNOP0eY2IzG88JsO78RhXsM42R7VPpxERLnNyDbauaU=","re4wFqPP/3GgQc83P3HKVcekxgIDYb4wyWk7MAimQDY=","vQcVlD31Fc9FE7Bi2395HnZbsJNtUlPfrATGTUN/0Q8=","yZglLoEA3dZuvvi6ZlKbOhDYJl863V6DuFnfV3jnch8="],"CachedAssets":{"JTTrBKbjS35ApfJf5RSZHGAVU4t86eB4Z3Dj0Z4ZHHw=":{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\wwwroot\\app.css","SourceId":"QuantEngine.Web","SourceType":"Discovered","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\wwwroot\\","BasePath":"/","RelativePath":"app#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"hhus5bms5i","Integrity":"q\u002BWOaqM0nK\u002BYJc9mffiSnfzZ9cNGTWpp3KaiKimoxBQ=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\app.css","FileLength":6886,"LastWriteTime":"2026-06-29T13:57:48.8780717+00:00"},"rTMATgH4bAjZoNZ\u002BKRaVF9OxRk9Kn6EBIemE7YzyabI=":{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\wwwroot\\favicon.png","SourceId":"QuantEngine.Web","SourceType":"Discovered","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\wwwroot\\","BasePath":"/","RelativePath":"favicon#[.{fingerprint}]?.png","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"ifv42okdf2","Integrity":"4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\favicon.png","FileLength":1148,"LastWriteTime":"2026-06-29T13:57:48.879071+00:00"}},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/scopedcss/Components/Layout/MainLayout.razor.rz.scp.css b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/scopedcss/Components/Layout/MainLayout.razor.rz.scp.css deleted file mode 100644 index d953fcf..0000000 --- a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/scopedcss/Components/Layout/MainLayout.razor.rz.scp.css +++ /dev/null @@ -1,98 +0,0 @@ -.page[b-d6y8adeyxc] { - position: relative; - display: flex; - flex-direction: column; -} - -main[b-d6y8adeyxc] { - flex: 1; -} - -.sidebar[b-d6y8adeyxc] { - background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); -} - -.top-row[b-d6y8adeyxc] { - background-color: #f7f7f7; - border-bottom: 1px solid #d6d5d5; - justify-content: flex-end; - height: 3.5rem; - display: flex; - align-items: center; -} - - .top-row[b-d6y8adeyxc] a, .top-row[b-d6y8adeyxc] .btn-link { - white-space: nowrap; - margin-left: 1.5rem; - text-decoration: none; - } - - .top-row[b-d6y8adeyxc] a:hover, .top-row[b-d6y8adeyxc] .btn-link:hover { - text-decoration: underline; - } - - .top-row[b-d6y8adeyxc] a:first-child { - overflow: hidden; - text-overflow: ellipsis; - } - -@media (max-width: 640.98px) { - .top-row[b-d6y8adeyxc] { - justify-content: space-between; - } - - .top-row[b-d6y8adeyxc] a, .top-row[b-d6y8adeyxc] .btn-link { - margin-left: 0; - } -} - -@media (min-width: 641px) { - .page[b-d6y8adeyxc] { - flex-direction: row; - } - - .sidebar[b-d6y8adeyxc] { - width: 250px; - height: 100vh; - position: sticky; - top: 0; - } - - .top-row[b-d6y8adeyxc] { - position: sticky; - top: 0; - z-index: 1; - } - - .top-row.auth[b-d6y8adeyxc] a:first-child { - flex: 1; - text-align: right; - width: 0; - } - - .top-row[b-d6y8adeyxc], article[b-d6y8adeyxc] { - padding-left: 2rem !important; - padding-right: 1.5rem !important; - } -} - -#blazor-error-ui[b-d6y8adeyxc] { - color-scheme: light only; - background: lightyellow; - bottom: 0; - box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2); - box-sizing: border-box; - display: none; - left: 0; - padding: 0.6rem 1.25rem 0.7rem 1.25rem; - position: fixed; - width: 100%; - z-index: 1000; -} - - #blazor-error-ui .dismiss[b-d6y8adeyxc] { - cursor: pointer; - position: absolute; - right: 0.75rem; - top: 0.5rem; - } diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/scopedcss/Components/Layout/NavMenu.razor.rz.scp.css b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/scopedcss/Components/Layout/NavMenu.razor.rz.scp.css deleted file mode 100644 index 04bbe15..0000000 --- a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/scopedcss/Components/Layout/NavMenu.razor.rz.scp.css +++ /dev/null @@ -1,105 +0,0 @@ -.navbar-toggler[b-9gr5lv177o] { - appearance: none; - cursor: pointer; - width: 3.5rem; - height: 2.5rem; - color: white; - position: absolute; - top: 0.5rem; - right: 1rem; - border: 1px solid rgba(255, 255, 255, 0.1); - background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1); -} - -.navbar-toggler:checked[b-9gr5lv177o] { - background-color: rgba(255, 255, 255, 0.5); -} - -.top-row[b-9gr5lv177o] { - min-height: 3.5rem; - background-color: rgba(0,0,0,0.4); -} - -.navbar-brand[b-9gr5lv177o] { - font-size: 1.1rem; -} - -.bi[b-9gr5lv177o] { - display: inline-block; - position: relative; - width: 1.25rem; - height: 1.25rem; - margin-right: 0.75rem; - top: -1px; - background-size: cover; -} - -.bi-house-door-fill-nav-menu[b-9gr5lv177o] { - background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E"); -} - -.bi-plus-square-fill-nav-menu[b-9gr5lv177o] { - background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E"); -} - -.bi-list-nested-nav-menu[b-9gr5lv177o] { - background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E"); -} - -.nav-item[b-9gr5lv177o] { - font-size: 0.9rem; - padding-bottom: 0.5rem; -} - - .nav-item:first-of-type[b-9gr5lv177o] { - padding-top: 1rem; - } - - .nav-item:last-of-type[b-9gr5lv177o] { - padding-bottom: 1rem; - } - - .nav-item[b-9gr5lv177o] .nav-link { - color: #d7d7d7; - background: none; - border: none; - border-radius: 4px; - height: 3rem; - display: flex; - align-items: center; - line-height: 3rem; - width: 100%; - } - -.nav-item[b-9gr5lv177o] a.active { - background-color: rgba(255,255,255,0.37); - color: white; -} - -.nav-item[b-9gr5lv177o] .nav-link:hover { - background-color: rgba(255,255,255,0.1); - color: white; -} - -.nav-scrollable[b-9gr5lv177o] { - display: none; -} - -.navbar-toggler:checked ~ .nav-scrollable[b-9gr5lv177o] { - display: block; -} - -@media (min-width: 641px) { - .navbar-toggler[b-9gr5lv177o] { - display: none; - } - - .nav-scrollable[b-9gr5lv177o] { - /* Never collapse the sidebar for wide screens */ - display: block; - - /* Allow sidebar to scroll for tall menus */ - height: calc(100vh - 3.5rem); - overflow-y: auto; - } -} diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/scopedcss/Components/Layout/ReconnectModal.razor.rz.scp.css b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/scopedcss/Components/Layout/ReconnectModal.razor.rz.scp.css deleted file mode 100644 index 0218211..0000000 --- a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/scopedcss/Components/Layout/ReconnectModal.razor.rz.scp.css +++ /dev/null @@ -1,157 +0,0 @@ -.components-reconnect-first-attempt-visible[b-9dgxcj10me], -.components-reconnect-repeated-attempt-visible[b-9dgxcj10me], -.components-reconnect-failed-visible[b-9dgxcj10me], -.components-pause-visible[b-9dgxcj10me], -.components-resume-failed-visible[b-9dgxcj10me], -.components-rejoining-animation[b-9dgxcj10me] { - display: none; -} - -#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-9dgxcj10me], -#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-9dgxcj10me], -#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-9dgxcj10me], -#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-9dgxcj10me], -#components-reconnect-modal.components-reconnect-retrying[b-9dgxcj10me], -#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-9dgxcj10me], -#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-9dgxcj10me], -#components-reconnect-modal.components-reconnect-failed[b-9dgxcj10me], -#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-9dgxcj10me] { - display: block; -} - - -#components-reconnect-modal[b-9dgxcj10me] { - background-color: white; - width: 20rem; - margin: 20vh auto; - padding: 2rem; - border: 0; - border-radius: 0.5rem; - box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3); - opacity: 0; - transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete; - animation: components-reconnect-modal-fadeOutOpacity-b-9dgxcj10me 0.5s both; - &[open] - -{ - animation: components-reconnect-modal-slideUp-b-9dgxcj10me 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-9dgxcj10me 0.5s ease-in-out 0.3s; - animation-fill-mode: both; -} - -} - -#components-reconnect-modal[b-9dgxcj10me]::backdrop { - background-color: rgba(0, 0, 0, 0.4); - animation: components-reconnect-modal-fadeInOpacity-b-9dgxcj10me 0.5s ease-in-out; - opacity: 1; -} - -@keyframes components-reconnect-modal-slideUp-b-9dgxcj10me { - 0% { - transform: translateY(30px) scale(0.95); - } - - 100% { - transform: translateY(0); - } -} - -@keyframes components-reconnect-modal-fadeInOpacity-b-9dgxcj10me { - 0% { - opacity: 0; - } - - 100% { - opacity: 1; - } -} - -@keyframes components-reconnect-modal-fadeOutOpacity-b-9dgxcj10me { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - } -} - -.components-reconnect-container[b-9dgxcj10me] { - display: flex; - flex-direction: column; - align-items: center; - gap: 1rem; -} - -#components-reconnect-modal p[b-9dgxcj10me] { - margin: 0; - text-align: center; -} - -#components-reconnect-modal button[b-9dgxcj10me] { - border: 0; - background-color: #6b9ed2; - color: white; - padding: 4px 24px; - border-radius: 4px; -} - - #components-reconnect-modal button:hover[b-9dgxcj10me] { - background-color: #3b6ea2; - } - - #components-reconnect-modal button:active[b-9dgxcj10me] { - background-color: #6b9ed2; - } - -.components-rejoining-animation[b-9dgxcj10me] { - position: relative; - width: 80px; - height: 80px; -} - - .components-rejoining-animation div[b-9dgxcj10me] { - position: absolute; - border: 3px solid #0087ff; - opacity: 1; - border-radius: 50%; - animation: components-rejoining-animation-b-9dgxcj10me 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite; - } - - .components-rejoining-animation div:nth-child(2)[b-9dgxcj10me] { - animation-delay: -0.5s; - } - -@keyframes components-rejoining-animation-b-9dgxcj10me { - 0% { - top: 40px; - left: 40px; - width: 0; - height: 0; - opacity: 0; - } - - 4.9% { - top: 40px; - left: 40px; - width: 0; - height: 0; - opacity: 0; - } - - 5% { - top: 40px; - left: 40px; - width: 0; - height: 0; - opacity: 1; - } - - 100% { - top: 0px; - left: 0px; - width: 80px; - height: 80px; - opacity: 0; - } -} diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/scopedcss/bundle/QuantEngine.Web.styles.css b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/scopedcss/bundle/QuantEngine.Web.styles.css deleted file mode 100644 index c9de7df..0000000 --- a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/scopedcss/bundle/QuantEngine.Web.styles.css +++ /dev/null @@ -1,365 +0,0 @@ -@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css'; - -/* /Components/Layout/MainLayout.razor.rz.scp.css */ -.page[b-d6y8adeyxc] { - position: relative; - display: flex; - flex-direction: column; -} - -main[b-d6y8adeyxc] { - flex: 1; -} - -.sidebar[b-d6y8adeyxc] { - background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); -} - -.top-row[b-d6y8adeyxc] { - background-color: #f7f7f7; - border-bottom: 1px solid #d6d5d5; - justify-content: flex-end; - height: 3.5rem; - display: flex; - align-items: center; -} - - .top-row[b-d6y8adeyxc] a, .top-row[b-d6y8adeyxc] .btn-link { - white-space: nowrap; - margin-left: 1.5rem; - text-decoration: none; - } - - .top-row[b-d6y8adeyxc] a:hover, .top-row[b-d6y8adeyxc] .btn-link:hover { - text-decoration: underline; - } - - .top-row[b-d6y8adeyxc] a:first-child { - overflow: hidden; - text-overflow: ellipsis; - } - -@media (max-width: 640.98px) { - .top-row[b-d6y8adeyxc] { - justify-content: space-between; - } - - .top-row[b-d6y8adeyxc] a, .top-row[b-d6y8adeyxc] .btn-link { - margin-left: 0; - } -} - -@media (min-width: 641px) { - .page[b-d6y8adeyxc] { - flex-direction: row; - } - - .sidebar[b-d6y8adeyxc] { - width: 250px; - height: 100vh; - position: sticky; - top: 0; - } - - .top-row[b-d6y8adeyxc] { - position: sticky; - top: 0; - z-index: 1; - } - - .top-row.auth[b-d6y8adeyxc] a:first-child { - flex: 1; - text-align: right; - width: 0; - } - - .top-row[b-d6y8adeyxc], article[b-d6y8adeyxc] { - padding-left: 2rem !important; - padding-right: 1.5rem !important; - } -} - -#blazor-error-ui[b-d6y8adeyxc] { - color-scheme: light only; - background: lightyellow; - bottom: 0; - box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2); - box-sizing: border-box; - display: none; - left: 0; - padding: 0.6rem 1.25rem 0.7rem 1.25rem; - position: fixed; - width: 100%; - z-index: 1000; -} - - #blazor-error-ui .dismiss[b-d6y8adeyxc] { - cursor: pointer; - position: absolute; - right: 0.75rem; - top: 0.5rem; - } -/* /Components/Layout/NavMenu.razor.rz.scp.css */ -.navbar-toggler[b-9gr5lv177o] { - appearance: none; - cursor: pointer; - width: 3.5rem; - height: 2.5rem; - color: white; - position: absolute; - top: 0.5rem; - right: 1rem; - border: 1px solid rgba(255, 255, 255, 0.1); - background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1); -} - -.navbar-toggler:checked[b-9gr5lv177o] { - background-color: rgba(255, 255, 255, 0.5); -} - -.top-row[b-9gr5lv177o] { - min-height: 3.5rem; - background-color: rgba(0,0,0,0.4); -} - -.navbar-brand[b-9gr5lv177o] { - font-size: 1.1rem; -} - -.bi[b-9gr5lv177o] { - display: inline-block; - position: relative; - width: 1.25rem; - height: 1.25rem; - margin-right: 0.75rem; - top: -1px; - background-size: cover; -} - -.bi-house-door-fill-nav-menu[b-9gr5lv177o] { - background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E"); -} - -.bi-plus-square-fill-nav-menu[b-9gr5lv177o] { - background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E"); -} - -.bi-list-nested-nav-menu[b-9gr5lv177o] { - background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E"); -} - -.nav-item[b-9gr5lv177o] { - font-size: 0.9rem; - padding-bottom: 0.5rem; -} - - .nav-item:first-of-type[b-9gr5lv177o] { - padding-top: 1rem; - } - - .nav-item:last-of-type[b-9gr5lv177o] { - padding-bottom: 1rem; - } - - .nav-item[b-9gr5lv177o] .nav-link { - color: #d7d7d7; - background: none; - border: none; - border-radius: 4px; - height: 3rem; - display: flex; - align-items: center; - line-height: 3rem; - width: 100%; - } - -.nav-item[b-9gr5lv177o] a.active { - background-color: rgba(255,255,255,0.37); - color: white; -} - -.nav-item[b-9gr5lv177o] .nav-link:hover { - background-color: rgba(255,255,255,0.1); - color: white; -} - -.nav-scrollable[b-9gr5lv177o] { - display: none; -} - -.navbar-toggler:checked ~ .nav-scrollable[b-9gr5lv177o] { - display: block; -} - -@media (min-width: 641px) { - .navbar-toggler[b-9gr5lv177o] { - display: none; - } - - .nav-scrollable[b-9gr5lv177o] { - /* Never collapse the sidebar for wide screens */ - display: block; - - /* Allow sidebar to scroll for tall menus */ - height: calc(100vh - 3.5rem); - overflow-y: auto; - } -} -/* /Components/Layout/ReconnectModal.razor.rz.scp.css */ -.components-reconnect-first-attempt-visible[b-9dgxcj10me], -.components-reconnect-repeated-attempt-visible[b-9dgxcj10me], -.components-reconnect-failed-visible[b-9dgxcj10me], -.components-pause-visible[b-9dgxcj10me], -.components-resume-failed-visible[b-9dgxcj10me], -.components-rejoining-animation[b-9dgxcj10me] { - display: none; -} - -#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-9dgxcj10me], -#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-9dgxcj10me], -#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-9dgxcj10me], -#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-9dgxcj10me], -#components-reconnect-modal.components-reconnect-retrying[b-9dgxcj10me], -#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-9dgxcj10me], -#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-9dgxcj10me], -#components-reconnect-modal.components-reconnect-failed[b-9dgxcj10me], -#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-9dgxcj10me] { - display: block; -} - - -#components-reconnect-modal[b-9dgxcj10me] { - background-color: white; - width: 20rem; - margin: 20vh auto; - padding: 2rem; - border: 0; - border-radius: 0.5rem; - box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3); - opacity: 0; - transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete; - animation: components-reconnect-modal-fadeOutOpacity-b-9dgxcj10me 0.5s both; - &[open] - -{ - animation: components-reconnect-modal-slideUp-b-9dgxcj10me 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-9dgxcj10me 0.5s ease-in-out 0.3s; - animation-fill-mode: both; -} - -} - -#components-reconnect-modal[b-9dgxcj10me]::backdrop { - background-color: rgba(0, 0, 0, 0.4); - animation: components-reconnect-modal-fadeInOpacity-b-9dgxcj10me 0.5s ease-in-out; - opacity: 1; -} - -@keyframes components-reconnect-modal-slideUp-b-9dgxcj10me { - 0% { - transform: translateY(30px) scale(0.95); - } - - 100% { - transform: translateY(0); - } -} - -@keyframes components-reconnect-modal-fadeInOpacity-b-9dgxcj10me { - 0% { - opacity: 0; - } - - 100% { - opacity: 1; - } -} - -@keyframes components-reconnect-modal-fadeOutOpacity-b-9dgxcj10me { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - } -} - -.components-reconnect-container[b-9dgxcj10me] { - display: flex; - flex-direction: column; - align-items: center; - gap: 1rem; -} - -#components-reconnect-modal p[b-9dgxcj10me] { - margin: 0; - text-align: center; -} - -#components-reconnect-modal button[b-9dgxcj10me] { - border: 0; - background-color: #6b9ed2; - color: white; - padding: 4px 24px; - border-radius: 4px; -} - - #components-reconnect-modal button:hover[b-9dgxcj10me] { - background-color: #3b6ea2; - } - - #components-reconnect-modal button:active[b-9dgxcj10me] { - background-color: #6b9ed2; - } - -.components-rejoining-animation[b-9dgxcj10me] { - position: relative; - width: 80px; - height: 80px; -} - - .components-rejoining-animation div[b-9dgxcj10me] { - position: absolute; - border: 3px solid #0087ff; - opacity: 1; - border-radius: 50%; - animation: components-rejoining-animation-b-9dgxcj10me 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite; - } - - .components-rejoining-animation div:nth-child(2)[b-9dgxcj10me] { - animation-delay: -0.5s; - } - -@keyframes components-rejoining-animation-b-9dgxcj10me { - 0% { - top: 40px; - left: 40px; - width: 0; - height: 0; - opacity: 0; - } - - 4.9% { - top: 40px; - left: 40px; - width: 0; - height: 0; - opacity: 0; - } - - 5% { - top: 40px; - left: 40px; - width: 0; - height: 0; - opacity: 1; - } - - 100% { - top: 0px; - left: 0px; - width: 80px; - height: 80px; - opacity: 0; - } -} diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/scopedcss/projectbundle/QuantEngine.Web.bundle.scp.css b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/scopedcss/projectbundle/QuantEngine.Web.bundle.scp.css deleted file mode 100644 index 7c3267a..0000000 --- a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/scopedcss/projectbundle/QuantEngine.Web.bundle.scp.css +++ /dev/null @@ -1,363 +0,0 @@ -/* /Components/Layout/MainLayout.razor.rz.scp.css */ -.page[b-d6y8adeyxc] { - position: relative; - display: flex; - flex-direction: column; -} - -main[b-d6y8adeyxc] { - flex: 1; -} - -.sidebar[b-d6y8adeyxc] { - background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); -} - -.top-row[b-d6y8adeyxc] { - background-color: #f7f7f7; - border-bottom: 1px solid #d6d5d5; - justify-content: flex-end; - height: 3.5rem; - display: flex; - align-items: center; -} - - .top-row[b-d6y8adeyxc] a, .top-row[b-d6y8adeyxc] .btn-link { - white-space: nowrap; - margin-left: 1.5rem; - text-decoration: none; - } - - .top-row[b-d6y8adeyxc] a:hover, .top-row[b-d6y8adeyxc] .btn-link:hover { - text-decoration: underline; - } - - .top-row[b-d6y8adeyxc] a:first-child { - overflow: hidden; - text-overflow: ellipsis; - } - -@media (max-width: 640.98px) { - .top-row[b-d6y8adeyxc] { - justify-content: space-between; - } - - .top-row[b-d6y8adeyxc] a, .top-row[b-d6y8adeyxc] .btn-link { - margin-left: 0; - } -} - -@media (min-width: 641px) { - .page[b-d6y8adeyxc] { - flex-direction: row; - } - - .sidebar[b-d6y8adeyxc] { - width: 250px; - height: 100vh; - position: sticky; - top: 0; - } - - .top-row[b-d6y8adeyxc] { - position: sticky; - top: 0; - z-index: 1; - } - - .top-row.auth[b-d6y8adeyxc] a:first-child { - flex: 1; - text-align: right; - width: 0; - } - - .top-row[b-d6y8adeyxc], article[b-d6y8adeyxc] { - padding-left: 2rem !important; - padding-right: 1.5rem !important; - } -} - -#blazor-error-ui[b-d6y8adeyxc] { - color-scheme: light only; - background: lightyellow; - bottom: 0; - box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2); - box-sizing: border-box; - display: none; - left: 0; - padding: 0.6rem 1.25rem 0.7rem 1.25rem; - position: fixed; - width: 100%; - z-index: 1000; -} - - #blazor-error-ui .dismiss[b-d6y8adeyxc] { - cursor: pointer; - position: absolute; - right: 0.75rem; - top: 0.5rem; - } -/* /Components/Layout/NavMenu.razor.rz.scp.css */ -.navbar-toggler[b-9gr5lv177o] { - appearance: none; - cursor: pointer; - width: 3.5rem; - height: 2.5rem; - color: white; - position: absolute; - top: 0.5rem; - right: 1rem; - border: 1px solid rgba(255, 255, 255, 0.1); - background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1); -} - -.navbar-toggler:checked[b-9gr5lv177o] { - background-color: rgba(255, 255, 255, 0.5); -} - -.top-row[b-9gr5lv177o] { - min-height: 3.5rem; - background-color: rgba(0,0,0,0.4); -} - -.navbar-brand[b-9gr5lv177o] { - font-size: 1.1rem; -} - -.bi[b-9gr5lv177o] { - display: inline-block; - position: relative; - width: 1.25rem; - height: 1.25rem; - margin-right: 0.75rem; - top: -1px; - background-size: cover; -} - -.bi-house-door-fill-nav-menu[b-9gr5lv177o] { - background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E"); -} - -.bi-plus-square-fill-nav-menu[b-9gr5lv177o] { - background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E"); -} - -.bi-list-nested-nav-menu[b-9gr5lv177o] { - background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E"); -} - -.nav-item[b-9gr5lv177o] { - font-size: 0.9rem; - padding-bottom: 0.5rem; -} - - .nav-item:first-of-type[b-9gr5lv177o] { - padding-top: 1rem; - } - - .nav-item:last-of-type[b-9gr5lv177o] { - padding-bottom: 1rem; - } - - .nav-item[b-9gr5lv177o] .nav-link { - color: #d7d7d7; - background: none; - border: none; - border-radius: 4px; - height: 3rem; - display: flex; - align-items: center; - line-height: 3rem; - width: 100%; - } - -.nav-item[b-9gr5lv177o] a.active { - background-color: rgba(255,255,255,0.37); - color: white; -} - -.nav-item[b-9gr5lv177o] .nav-link:hover { - background-color: rgba(255,255,255,0.1); - color: white; -} - -.nav-scrollable[b-9gr5lv177o] { - display: none; -} - -.navbar-toggler:checked ~ .nav-scrollable[b-9gr5lv177o] { - display: block; -} - -@media (min-width: 641px) { - .navbar-toggler[b-9gr5lv177o] { - display: none; - } - - .nav-scrollable[b-9gr5lv177o] { - /* Never collapse the sidebar for wide screens */ - display: block; - - /* Allow sidebar to scroll for tall menus */ - height: calc(100vh - 3.5rem); - overflow-y: auto; - } -} -/* /Components/Layout/ReconnectModal.razor.rz.scp.css */ -.components-reconnect-first-attempt-visible[b-9dgxcj10me], -.components-reconnect-repeated-attempt-visible[b-9dgxcj10me], -.components-reconnect-failed-visible[b-9dgxcj10me], -.components-pause-visible[b-9dgxcj10me], -.components-resume-failed-visible[b-9dgxcj10me], -.components-rejoining-animation[b-9dgxcj10me] { - display: none; -} - -#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-9dgxcj10me], -#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-9dgxcj10me], -#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-9dgxcj10me], -#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-9dgxcj10me], -#components-reconnect-modal.components-reconnect-retrying[b-9dgxcj10me], -#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-9dgxcj10me], -#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-9dgxcj10me], -#components-reconnect-modal.components-reconnect-failed[b-9dgxcj10me], -#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-9dgxcj10me] { - display: block; -} - - -#components-reconnect-modal[b-9dgxcj10me] { - background-color: white; - width: 20rem; - margin: 20vh auto; - padding: 2rem; - border: 0; - border-radius: 0.5rem; - box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3); - opacity: 0; - transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete; - animation: components-reconnect-modal-fadeOutOpacity-b-9dgxcj10me 0.5s both; - &[open] - -{ - animation: components-reconnect-modal-slideUp-b-9dgxcj10me 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-9dgxcj10me 0.5s ease-in-out 0.3s; - animation-fill-mode: both; -} - -} - -#components-reconnect-modal[b-9dgxcj10me]::backdrop { - background-color: rgba(0, 0, 0, 0.4); - animation: components-reconnect-modal-fadeInOpacity-b-9dgxcj10me 0.5s ease-in-out; - opacity: 1; -} - -@keyframes components-reconnect-modal-slideUp-b-9dgxcj10me { - 0% { - transform: translateY(30px) scale(0.95); - } - - 100% { - transform: translateY(0); - } -} - -@keyframes components-reconnect-modal-fadeInOpacity-b-9dgxcj10me { - 0% { - opacity: 0; - } - - 100% { - opacity: 1; - } -} - -@keyframes components-reconnect-modal-fadeOutOpacity-b-9dgxcj10me { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - } -} - -.components-reconnect-container[b-9dgxcj10me] { - display: flex; - flex-direction: column; - align-items: center; - gap: 1rem; -} - -#components-reconnect-modal p[b-9dgxcj10me] { - margin: 0; - text-align: center; -} - -#components-reconnect-modal button[b-9dgxcj10me] { - border: 0; - background-color: #6b9ed2; - color: white; - padding: 4px 24px; - border-radius: 4px; -} - - #components-reconnect-modal button:hover[b-9dgxcj10me] { - background-color: #3b6ea2; - } - - #components-reconnect-modal button:active[b-9dgxcj10me] { - background-color: #6b9ed2; - } - -.components-rejoining-animation[b-9dgxcj10me] { - position: relative; - width: 80px; - height: 80px; -} - - .components-rejoining-animation div[b-9dgxcj10me] { - position: absolute; - border: 3px solid #0087ff; - opacity: 1; - border-radius: 50%; - animation: components-rejoining-animation-b-9dgxcj10me 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite; - } - - .components-rejoining-animation div:nth-child(2)[b-9dgxcj10me] { - animation-delay: -0.5s; - } - -@keyframes components-rejoining-animation-b-9dgxcj10me { - 0% { - top: 40px; - left: 40px; - width: 0; - height: 0; - opacity: 0; - } - - 4.9% { - top: 40px; - left: 40px; - width: 0; - height: 0; - opacity: 0; - } - - 5% { - top: 40px; - left: 40px; - width: 0; - height: 0; - opacity: 1; - } - - 100% { - top: 0px; - left: 0px; - width: 80px; - height: 80px; - opacity: 0; - } -} diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/staticwebassets.build.endpoints.json b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/staticwebassets.build.endpoints.json deleted file mode 100644 index c85f3a6..0000000 --- a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/staticwebassets.build.endpoints.json +++ /dev/null @@ -1 +0,0 @@ -{"Version":1,"ManifestType":"Build","Endpoints":[{"Route":"Components/Layout/ReconnectModal.13ja33weya.razor.js","AssetFile":"Components/Layout/ReconnectModal.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"2364"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"4zGYCWZ4pfXdYacNs7XaH1BXGvludoT6JCkX9NZucgI=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 13:57:48 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"13ja33weya"},{"Name":"integrity","Value":"sha256-4zGYCWZ4pfXdYacNs7XaH1BXGvludoT6JCkX9NZucgI="},{"Name":"label","Value":"Components/Layout/ReconnectModal.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"Components/Layout/ReconnectModal.13ja33weya.razor.js","AssetFile":"Components/Layout/ReconnectModal.razor.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.001386962552"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"720"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"kQLxn+TSoZvHHUJJnDORp3qKU0F+kzVxLQB9TB0aEoY=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"13ja33weya"},{"Name":"integrity","Value":"sha256-4zGYCWZ4pfXdYacNs7XaH1BXGvludoT6JCkX9NZucgI="},{"Name":"label","Value":"Components/Layout/ReconnectModal.razor.js"},{"Name":"original-resource","Value":"\"4zGYCWZ4pfXdYacNs7XaH1BXGvludoT6JCkX9NZucgI=\""},{"Name":"script-type","Value":"module"}]},{"Route":"Components/Layout/ReconnectModal.13ja33weya.razor.js.gz","AssetFile":"Components/Layout/ReconnectModal.razor.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"720"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"kQLxn+TSoZvHHUJJnDORp3qKU0F+kzVxLQB9TB0aEoY=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"13ja33weya"},{"Name":"integrity","Value":"sha256-kQLxn+TSoZvHHUJJnDORp3qKU0F+kzVxLQB9TB0aEoY="},{"Name":"label","Value":"Components/Layout/ReconnectModal.razor.js.gz"}]},{"Route":"Components/Layout/ReconnectModal.razor.js","AssetFile":"Components/Layout/ReconnectModal.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"2364"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"4zGYCWZ4pfXdYacNs7XaH1BXGvludoT6JCkX9NZucgI=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 13:57:48 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-4zGYCWZ4pfXdYacNs7XaH1BXGvludoT6JCkX9NZucgI="},{"Name":"script-type","Value":"module"}]},{"Route":"Components/Layout/ReconnectModal.razor.js","AssetFile":"Components/Layout/ReconnectModal.razor.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.001386962552"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"720"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"kQLxn+TSoZvHHUJJnDORp3qKU0F+kzVxLQB9TB0aEoY=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-4zGYCWZ4pfXdYacNs7XaH1BXGvludoT6JCkX9NZucgI="},{"Name":"original-resource","Value":"\"4zGYCWZ4pfXdYacNs7XaH1BXGvludoT6JCkX9NZucgI=\""},{"Name":"script-type","Value":"module"}]},{"Route":"Components/Layout/ReconnectModal.razor.js.gz","AssetFile":"Components/Layout/ReconnectModal.razor.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"720"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"kQLxn+TSoZvHHUJJnDORp3qKU0F+kzVxLQB9TB0aEoY=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-kQLxn+TSoZvHHUJJnDORp3qKU0F+kzVxLQB9TB0aEoY="}]},{"Route":"QuantEngine.Web.modules.json","AssetFile":"QuantEngine.Web.modules.json.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.010416666667"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"95"},{"Name":"Content-Type","Value":"application/json"},{"Name":"ETag","Value":"\"tMpc4Mp5Kart9mS3UELWfInMDPFZYORmj0wiAw7JwBs=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-sgZOtYFoQbtT5NzEZj6mvNpqny3TPXduyD8nEg1wGig="},{"Name":"original-resource","Value":"\"sgZOtYFoQbtT5NzEZj6mvNpqny3TPXduyD8nEg1wGig=\""}]},{"Route":"QuantEngine.Web.modules.json","AssetFile":"QuantEngine.Web.modules.json","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"114"},{"Name":"Content-Type","Value":"application/json"},{"Name":"ETag","Value":"\"sgZOtYFoQbtT5NzEZj6mvNpqny3TPXduyD8nEg1wGig=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-sgZOtYFoQbtT5NzEZj6mvNpqny3TPXduyD8nEg1wGig="}]},{"Route":"QuantEngine.Web.modules.json.gz","AssetFile":"QuantEngine.Web.modules.json.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"95"},{"Name":"Content-Type","Value":"application/json"},{"Name":"ETag","Value":"\"tMpc4Mp5Kart9mS3UELWfInMDPFZYORmj0wiAw7JwBs=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-tMpc4Mp5Kart9mS3UELWfInMDPFZYORmj0wiAw7JwBs="}]},{"Route":"QuantEngine.Web.styles.css","AssetFile":"QuantEngine.Web.styles.css.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000395569620"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"2527"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"T0/K5d2ZAfgI6THFcLOkMp/FUz1bE1K2fQTLO0Moj1E=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Link","Value":"<_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css>; rel=\"preload\"; as=\"style\""},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-gyVLg26Mqgbge1lN7tiWp+jOezUCLkUkkAGvbTOdF9k="},{"Name":"original-resource","Value":"\"gyVLg26Mqgbge1lN7tiWp+jOezUCLkUkkAGvbTOdF9k=\""}]},{"Route":"QuantEngine.Web.styles.css","AssetFile":"QuantEngine.Web.styles.css","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"10447"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"gyVLg26Mqgbge1lN7tiWp+jOezUCLkUkkAGvbTOdF9k=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Link","Value":"<_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css>; rel=\"preload\"; as=\"style\""},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-gyVLg26Mqgbge1lN7tiWp+jOezUCLkUkkAGvbTOdF9k="}]},{"Route":"QuantEngine.Web.styles.css.gz","AssetFile":"QuantEngine.Web.styles.css.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"2527"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"T0/K5d2ZAfgI6THFcLOkMp/FUz1bE1K2fQTLO0Moj1E=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-T0/K5d2ZAfgI6THFcLOkMp/FUz1bE1K2fQTLO0Moj1E="}]},{"Route":"QuantEngine.Web.uhfllo7vmv.modules.json","AssetFile":"QuantEngine.Web.modules.json.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.010416666667"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"95"},{"Name":"Content-Type","Value":"application/json"},{"Name":"ETag","Value":"\"tMpc4Mp5Kart9mS3UELWfInMDPFZYORmj0wiAw7JwBs=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"uhfllo7vmv"},{"Name":"integrity","Value":"sha256-sgZOtYFoQbtT5NzEZj6mvNpqny3TPXduyD8nEg1wGig="},{"Name":"label","Value":"QuantEngine.Web.modules.json"},{"Name":"original-resource","Value":"\"sgZOtYFoQbtT5NzEZj6mvNpqny3TPXduyD8nEg1wGig=\""}]},{"Route":"QuantEngine.Web.uhfllo7vmv.modules.json","AssetFile":"QuantEngine.Web.modules.json","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"114"},{"Name":"Content-Type","Value":"application/json"},{"Name":"ETag","Value":"\"sgZOtYFoQbtT5NzEZj6mvNpqny3TPXduyD8nEg1wGig=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"uhfllo7vmv"},{"Name":"integrity","Value":"sha256-sgZOtYFoQbtT5NzEZj6mvNpqny3TPXduyD8nEg1wGig="},{"Name":"label","Value":"QuantEngine.Web.modules.json"}]},{"Route":"QuantEngine.Web.uhfllo7vmv.modules.json.gz","AssetFile":"QuantEngine.Web.modules.json.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"95"},{"Name":"Content-Type","Value":"application/json"},{"Name":"ETag","Value":"\"tMpc4Mp5Kart9mS3UELWfInMDPFZYORmj0wiAw7JwBs=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"uhfllo7vmv"},{"Name":"integrity","Value":"sha256-tMpc4Mp5Kart9mS3UELWfInMDPFZYORmj0wiAw7JwBs="},{"Name":"label","Value":"QuantEngine.Web.modules.json.gz"}]},{"Route":"QuantEngine.Web.xny4mnot63.styles.css","AssetFile":"QuantEngine.Web.styles.css.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000395569620"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"2527"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"T0/K5d2ZAfgI6THFcLOkMp/FUz1bE1K2fQTLO0Moj1E=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Link","Value":"<_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css>; rel=\"preload\"; as=\"style\""},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"xny4mnot63"},{"Name":"integrity","Value":"sha256-gyVLg26Mqgbge1lN7tiWp+jOezUCLkUkkAGvbTOdF9k="},{"Name":"label","Value":"QuantEngine.Web.styles.css"},{"Name":"original-resource","Value":"\"gyVLg26Mqgbge1lN7tiWp+jOezUCLkUkkAGvbTOdF9k=\""}]},{"Route":"QuantEngine.Web.xny4mnot63.styles.css","AssetFile":"QuantEngine.Web.styles.css","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"10447"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"gyVLg26Mqgbge1lN7tiWp+jOezUCLkUkkAGvbTOdF9k=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Link","Value":"<_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css>; rel=\"preload\"; as=\"style\""},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"xny4mnot63"},{"Name":"integrity","Value":"sha256-gyVLg26Mqgbge1lN7tiWp+jOezUCLkUkkAGvbTOdF9k="},{"Name":"label","Value":"QuantEngine.Web.styles.css"}]},{"Route":"QuantEngine.Web.xny4mnot63.styles.css.gz","AssetFile":"QuantEngine.Web.styles.css.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"2527"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"T0/K5d2ZAfgI6THFcLOkMp/FUz1bE1K2fQTLO0Moj1E=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"xny4mnot63"},{"Name":"integrity","Value":"sha256-T0/K5d2ZAfgI6THFcLOkMp/FUz1bE1K2fQTLO0Moj1E="},{"Name":"label","Value":"QuantEngine.Web.styles.css.gz"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DataGrid/FluentDataGrid.iyd2uar0up.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DataGrid/FluentDataGrid.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"34875"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"1lZKAKL99/fIKhHHyn78QXALxnCXr93fSNAdPHEQNyw=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:35 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"iyd2uar0up"},{"Name":"integrity","Value":"sha256-1lZKAKL99/fIKhHHyn78QXALxnCXr93fSNAdPHEQNyw="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DataGrid/FluentDataGrid.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DataGrid/FluentDataGrid.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DataGrid/FluentDataGrid.razor.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000188750472"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"5297"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"mVXt7/yFqdMLa8QQY6iYBSk+6LH/40GbtguA3LB217U=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-1lZKAKL99/fIKhHHyn78QXALxnCXr93fSNAdPHEQNyw="},{"Name":"original-resource","Value":"\"1lZKAKL99/fIKhHHyn78QXALxnCXr93fSNAdPHEQNyw=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DataGrid/FluentDataGrid.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DataGrid/FluentDataGrid.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"34875"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"1lZKAKL99/fIKhHHyn78QXALxnCXr93fSNAdPHEQNyw=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:35 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-1lZKAKL99/fIKhHHyn78QXALxnCXr93fSNAdPHEQNyw="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DataGrid/FluentDataGrid.razor.js.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DataGrid/FluentDataGrid.razor.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"5297"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"mVXt7/yFqdMLa8QQY6iYBSk+6LH/40GbtguA3LB217U=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-mVXt7/yFqdMLa8QQY6iYBSk+6LH/40GbtguA3LB217U="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DateTime/FluentCalendar.iddw5cjyql.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DateTime/FluentCalendar.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"8572"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"Sm+4aqP8khjSbxRAfRvzKN3lDOzMNrkE4WoLElf1ZBo=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:35 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"iddw5cjyql"},{"Name":"integrity","Value":"sha256-Sm+4aqP8khjSbxRAfRvzKN3lDOzMNrkE4WoLElf1ZBo="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DateTime/FluentCalendar.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DateTime/FluentCalendar.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DateTime/FluentCalendar.razor.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000721500722"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1385"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"QbM15H4tY8nQrgmM7QmvW7+Jn9xwkXbIf2+3hzb9c4s=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-Sm+4aqP8khjSbxRAfRvzKN3lDOzMNrkE4WoLElf1ZBo="},{"Name":"original-resource","Value":"\"Sm+4aqP8khjSbxRAfRvzKN3lDOzMNrkE4WoLElf1ZBo=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DateTime/FluentCalendar.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DateTime/FluentCalendar.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"8572"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"Sm+4aqP8khjSbxRAfRvzKN3lDOzMNrkE4WoLElf1ZBo=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:35 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-Sm+4aqP8khjSbxRAfRvzKN3lDOzMNrkE4WoLElf1ZBo="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DateTime/FluentCalendar.razor.js.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DateTime/FluentCalendar.razor.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1385"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"QbM15H4tY8nQrgmM7QmvW7+Jn9xwkXbIf2+3hzb9c4s=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-QbM15H4tY8nQrgmM7QmvW7+Jn9xwkXbIf2+3hzb9c4s="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Grid/FluentGrid.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Grid/FluentGrid.razor.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.001242236025"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"804"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"u1h2lV5rBI3BrsWyH29QMNbSsQfE0poKrnbxvM3pb6c=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-CKVUQ/vkjUgUY1uRzOu5xRN3mWbu53LQcqOhCL2qTjk="},{"Name":"original-resource","Value":"\"CKVUQ/vkjUgUY1uRzOu5xRN3mWbu53LQcqOhCL2qTjk=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Grid/FluentGrid.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Grid/FluentGrid.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"4167"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"CKVUQ/vkjUgUY1uRzOu5xRN3mWbu53LQcqOhCL2qTjk=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:35 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-CKVUQ/vkjUgUY1uRzOu5xRN3mWbu53LQcqOhCL2qTjk="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Grid/FluentGrid.razor.js.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Grid/FluentGrid.razor.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"804"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"u1h2lV5rBI3BrsWyH29QMNbSsQfE0poKrnbxvM3pb6c=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-u1h2lV5rBI3BrsWyH29QMNbSsQfE0poKrnbxvM3pb6c="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Grid/FluentGrid.s7fspo1leq.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Grid/FluentGrid.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"4167"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"CKVUQ/vkjUgUY1uRzOu5xRN3mWbu53LQcqOhCL2qTjk=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:35 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"s7fspo1leq"},{"Name":"integrity","Value":"sha256-CKVUQ/vkjUgUY1uRzOu5xRN3mWbu53LQcqOhCL2qTjk="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Grid/FluentGrid.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/InputFile/FluentInputFile.qpepyjfzgz.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/InputFile/FluentInputFile.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"3141"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"vlTEC12Yb08ln/28/LKao6eXyvLvgKCMIlxu08w/hlg=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:35 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"qpepyjfzgz"},{"Name":"integrity","Value":"sha256-vlTEC12Yb08ln/28/LKao6eXyvLvgKCMIlxu08w/hlg="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/InputFile/FluentInputFile.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/InputFile/FluentInputFile.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/InputFile/FluentInputFile.razor.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.001459854015"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"684"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"puAYTsdUDYsunZeaTnjnUZbjMjWCztFefm0D1WafaPw=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-vlTEC12Yb08ln/28/LKao6eXyvLvgKCMIlxu08w/hlg="},{"Name":"original-resource","Value":"\"vlTEC12Yb08ln/28/LKao6eXyvLvgKCMIlxu08w/hlg=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/InputFile/FluentInputFile.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/InputFile/FluentInputFile.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"3141"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"vlTEC12Yb08ln/28/LKao6eXyvLvgKCMIlxu08w/hlg=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:35 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-vlTEC12Yb08ln/28/LKao6eXyvLvgKCMIlxu08w/hlg="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/InputFile/FluentInputFile.razor.js.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/InputFile/FluentInputFile.razor.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"684"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"puAYTsdUDYsunZeaTnjnUZbjMjWCztFefm0D1WafaPw=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-puAYTsdUDYsunZeaTnjnUZbjMjWCztFefm0D1WafaPw="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/KeyCode/FluentKeyCode.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/KeyCode/FluentKeyCode.razor.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000974658869"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1025"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"HZXVE/PUmqhsUTpuEgTqyaVTgUoGuGN4FqivUgvvhFo=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-bxDc4khUNjLOw+ARLrroYG3mpvBAs+vszwvhpYCOzZ0="},{"Name":"original-resource","Value":"\"bxDc4khUNjLOw+ARLrroYG3mpvBAs+vszwvhpYCOzZ0=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/KeyCode/FluentKeyCode.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/KeyCode/FluentKeyCode.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"5058"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"bxDc4khUNjLOw+ARLrroYG3mpvBAs+vszwvhpYCOzZ0=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-bxDc4khUNjLOw+ARLrroYG3mpvBAs+vszwvhpYCOzZ0="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/KeyCode/FluentKeyCode.razor.js.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/KeyCode/FluentKeyCode.razor.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1025"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"HZXVE/PUmqhsUTpuEgTqyaVTgUoGuGN4FqivUgvvhFo=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-HZXVE/PUmqhsUTpuEgTqyaVTgUoGuGN4FqivUgvvhFo="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/KeyCode/FluentKeyCode.x8xhhr7jgv.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/KeyCode/FluentKeyCode.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"5058"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"bxDc4khUNjLOw+ARLrroYG3mpvBAs+vszwvhpYCOzZ0=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"x8xhhr7jgv"},{"Name":"integrity","Value":"sha256-bxDc4khUNjLOw+ARLrroYG3mpvBAs+vszwvhpYCOzZ0="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/KeyCode/FluentKeyCode.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/List/FluentSelect.ghr9dc63gi.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/List/FluentSelect.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"1076"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"nA/vz4/cYdWcN89t7NWCnYqE8FwF3k7OTUTfwLpk1Yk=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"ghr9dc63gi"},{"Name":"integrity","Value":"sha256-nA/vz4/cYdWcN89t7NWCnYqE8FwF3k7OTUTfwLpk1Yk="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/List/FluentSelect.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/List/FluentSelect.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/List/FluentSelect.razor.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.002923976608"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"341"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"f0j6rHz4U/x+pO1EDCKvIZBbfLy/dXA+jWT5to3EdDQ=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-nA/vz4/cYdWcN89t7NWCnYqE8FwF3k7OTUTfwLpk1Yk="},{"Name":"original-resource","Value":"\"nA/vz4/cYdWcN89t7NWCnYqE8FwF3k7OTUTfwLpk1Yk=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/List/FluentSelect.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/List/FluentSelect.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"1076"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"nA/vz4/cYdWcN89t7NWCnYqE8FwF3k7OTUTfwLpk1Yk=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-nA/vz4/cYdWcN89t7NWCnYqE8FwF3k7OTUTfwLpk1Yk="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/List/FluentSelect.razor.js.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/List/FluentSelect.razor.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"341"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"f0j6rHz4U/x+pO1EDCKvIZBbfLy/dXA+jWT5to3EdDQ=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-f0j6rHz4U/x+pO1EDCKvIZBbfLy/dXA+jWT5to3EdDQ="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Nav/FluentNav.nvqi1h5n7i.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Nav/FluentNav.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"9043"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"bRKyUGuiMFqhTYV5yf1WzjwFtd/rKQ3ArG5qwShW2yI=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"nvqi1h5n7i"},{"Name":"integrity","Value":"sha256-bRKyUGuiMFqhTYV5yf1WzjwFtd/rKQ3ArG5qwShW2yI="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Nav/FluentNav.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Nav/FluentNav.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Nav/FluentNav.razor.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000574712644"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1739"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"tUn67gj2s6LMiMV5lUJnwKgWSr/lfYcaxEl8wuTWS2E=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-bRKyUGuiMFqhTYV5yf1WzjwFtd/rKQ3ArG5qwShW2yI="},{"Name":"original-resource","Value":"\"bRKyUGuiMFqhTYV5yf1WzjwFtd/rKQ3ArG5qwShW2yI=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Nav/FluentNav.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Nav/FluentNav.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"9043"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"bRKyUGuiMFqhTYV5yf1WzjwFtd/rKQ3ArG5qwShW2yI=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-bRKyUGuiMFqhTYV5yf1WzjwFtd/rKQ3ArG5qwShW2yI="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Nav/FluentNav.razor.js.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Nav/FluentNav.razor.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1739"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"tUn67gj2s6LMiMV5lUJnwKgWSr/lfYcaxEl8wuTWS2E=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-tUn67gj2s6LMiMV5lUJnwKgWSr/lfYcaxEl8wuTWS2E="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Overflow/FluentOverflow.asn2ffubki.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Overflow/FluentOverflow.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"8875"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"6o+ehHCT/R8kEgIT+yI3v99icPhLOTg3U+P2aJNQ5PA=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"asn2ffubki"},{"Name":"integrity","Value":"sha256-6o+ehHCT/R8kEgIT+yI3v99icPhLOTg3U+P2aJNQ5PA="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Overflow/FluentOverflow.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Overflow/FluentOverflow.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Overflow/FluentOverflow.razor.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000602046960"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1660"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"7bZF8uwHs/l8/OSFSaLC/zTyosxVIS02ICtgNKGPnP4=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-6o+ehHCT/R8kEgIT+yI3v99icPhLOTg3U+P2aJNQ5PA="},{"Name":"original-resource","Value":"\"6o+ehHCT/R8kEgIT+yI3v99icPhLOTg3U+P2aJNQ5PA=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Overflow/FluentOverflow.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Overflow/FluentOverflow.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"8875"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"6o+ehHCT/R8kEgIT+yI3v99icPhLOTg3U+P2aJNQ5PA=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-6o+ehHCT/R8kEgIT+yI3v99icPhLOTg3U+P2aJNQ5PA="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Overflow/FluentOverflow.razor.js.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Overflow/FluentOverflow.razor.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1660"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"7bZF8uwHs/l8/OSFSaLC/zTyosxVIS02ICtgNKGPnP4=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-7bZF8uwHs/l8/OSFSaLC/zTyosxVIS02ICtgNKGPnP4="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/PullToRefresh/FluentPullToRefresh.7jrmyk289x.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/PullToRefresh/FluentPullToRefresh.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"7898"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"HXkWfkVndk6WEvnsTYwUpm1Nfeht3aYi6m487Nl8OoU=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"7jrmyk289x"},{"Name":"integrity","Value":"sha256-HXkWfkVndk6WEvnsTYwUpm1Nfeht3aYi6m487Nl8OoU="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/PullToRefresh/FluentPullToRefresh.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/PullToRefresh/FluentPullToRefresh.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/PullToRefresh/FluentPullToRefresh.razor.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000637348630"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1568"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"tTIpyljPo/QFZTwD6HKjB5LpYDfJbdYh1WmF9cJGgvI=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-HXkWfkVndk6WEvnsTYwUpm1Nfeht3aYi6m487Nl8OoU="},{"Name":"original-resource","Value":"\"HXkWfkVndk6WEvnsTYwUpm1Nfeht3aYi6m487Nl8OoU=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/PullToRefresh/FluentPullToRefresh.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/PullToRefresh/FluentPullToRefresh.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"7898"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"HXkWfkVndk6WEvnsTYwUpm1Nfeht3aYi6m487Nl8OoU=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-HXkWfkVndk6WEvnsTYwUpm1Nfeht3aYi6m487Nl8OoU="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/PullToRefresh/FluentPullToRefresh.razor.js.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/PullToRefresh/FluentPullToRefresh.razor.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1568"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"tTIpyljPo/QFZTwD6HKjB5LpYDfJbdYh1WmF9cJGgvI=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-tTIpyljPo/QFZTwD6HKjB5LpYDfJbdYh1WmF9cJGgvI="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Tooltip/FluentTooltip.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Tooltip/FluentTooltip.razor.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.001488095238"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"671"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"bRbcLRczN1GPnqA3Re1jatdgP587mjVEOqTVOfOjG5o=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-D/2jXsbnFfF3qjWD63hPo/KToRTgWrk5EG02knLgXJw="},{"Name":"original-resource","Value":"\"D/2jXsbnFfF3qjWD63hPo/KToRTgWrk5EG02knLgXJw=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Tooltip/FluentTooltip.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Tooltip/FluentTooltip.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"2720"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"D/2jXsbnFfF3qjWD63hPo/KToRTgWrk5EG02knLgXJw=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-D/2jXsbnFfF3qjWD63hPo/KToRTgWrk5EG02knLgXJw="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Tooltip/FluentTooltip.razor.js.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Tooltip/FluentTooltip.razor.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"671"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"bRbcLRczN1GPnqA3Re1jatdgP587mjVEOqTVOfOjG5o=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-bRbcLRczN1GPnqA3Re1jatdgP587mjVEOqTVOfOjG5o="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Tooltip/FluentTooltip.rdaq2hquit.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Tooltip/FluentTooltip.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"2720"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"D/2jXsbnFfF3qjWD63hPo/KToRTgWrk5EG02knLgXJw=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"rdaq2hquit"},{"Name":"integrity","Value":"sha256-D/2jXsbnFfF3qjWD63hPo/KToRTgWrk5EG02knLgXJw="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Tooltip/FluentTooltip.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/TreeView/FluentTreeView.o9w0qkfcrf.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/TreeView/FluentTreeView.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"1155"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"pEJcxp/i3pmze3icMk3UUq69b3Fh+U4c34a9oo2zBZc=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"o9w0qkfcrf"},{"Name":"integrity","Value":"sha256-pEJcxp/i3pmze3icMk3UUq69b3Fh+U4c34a9oo2zBZc="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/TreeView/FluentTreeView.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/TreeView/FluentTreeView.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/TreeView/FluentTreeView.razor.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.002577319588"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"387"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"GLIhBa/Trggd7bGeeUuKKPZNhenwG104/L59ovzgHSo=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-pEJcxp/i3pmze3icMk3UUq69b3Fh+U4c34a9oo2zBZc="},{"Name":"original-resource","Value":"\"pEJcxp/i3pmze3icMk3UUq69b3Fh+U4c34a9oo2zBZc=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/TreeView/FluentTreeView.razor.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/TreeView/FluentTreeView.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"1155"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"pEJcxp/i3pmze3icMk3UUq69b3Fh+U4c34a9oo2zBZc=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-pEJcxp/i3pmze3icMk3UUq69b3Fh+U4c34a9oo2zBZc="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/TreeView/FluentTreeView.razor.js.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/TreeView/FluentTreeView.razor.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"387"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"GLIhBa/Trggd7bGeeUuKKPZNhenwG104/L59ovzgHSo=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-GLIhBa/Trggd7bGeeUuKKPZNhenwG104/L59ovzgHSo="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000051810787"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"19300"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"6AanHFzLkOIOoi+7b5b3h2tQsCQcPS9ts519xHvL0Eo=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-aeB/mRcbc+K21Gyh56YE+GRaaQuRiORj8coh5bs21ao="},{"Name":"original-resource","Value":"\"aeB/mRcbc+K21Gyh56YE+GRaaQuRiORj8coh5bs21ao=\""}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"169332"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"aeB/mRcbc+K21Gyh56YE+GRaaQuRiORj8coh5bs21ao=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:47:57 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-aeB/mRcbc+K21Gyh56YE+GRaaQuRiORj8coh5bs21ao="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"19300"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"6AanHFzLkOIOoi+7b5b3h2tQsCQcPS9ts519xHvL0Eo=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-6AanHFzLkOIOoi+7b5b3h2tQsCQcPS9ts519xHvL0Eo="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lib.module.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lib.module.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000009585430"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"104324"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"1J14HQFFJHp+cVjMzdLoItjq+PoQcjJlRXdxF4cbL7w=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"dependency-group","Value":"js-initializer"},{"Name":"integrity","Value":"sha256-4+8EMKrZyyKpz5SYRkfE9UNiAR/XXfbvLZupWyVo9e8="},{"Name":"original-resource","Value":"\"4+8EMKrZyyKpz5SYRkfE9UNiAR/XXfbvLZupWyVo9e8=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lib.module.js","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lib.module.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"430712"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"4+8EMKrZyyKpz5SYRkfE9UNiAR/XXfbvLZupWyVo9e8=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:47:57 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"dependency-group","Value":"js-initializer"},{"Name":"integrity","Value":"sha256-4+8EMKrZyyKpz5SYRkfE9UNiAR/XXfbvLZupWyVo9e8="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lib.module.js.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lib.module.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"104324"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"1J14HQFFJHp+cVjMzdLoItjq+PoQcjJlRXdxF4cbL7w=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-1J14HQFFJHp+cVjMzdLoItjq+PoQcjJlRXdxF4cbL7w="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/css/default-fuib.css","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/css/default-fuib.css.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000892857143"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1119"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"FhFgpXuMIyIl+zkBzQOWPMSUQFy/sbm2tqICjjaFMck=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-T+zRH2ZbvrSiWb+RLt5H/SOfx7sJ8sJTPP0oqO8F/eE="},{"Name":"original-resource","Value":"\"T+zRH2ZbvrSiWb+RLt5H/SOfx7sJ8sJTPP0oqO8F/eE=\""}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/css/default-fuib.css","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/css/default-fuib.css","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"3921"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"T+zRH2ZbvrSiWb+RLt5H/SOfx7sJ8sJTPP0oqO8F/eE=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:34:49 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-T+zRH2ZbvrSiWb+RLt5H/SOfx7sJ8sJTPP0oqO8F/eE="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/css/default-fuib.css.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/css/default-fuib.css.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1119"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"FhFgpXuMIyIl+zkBzQOWPMSUQFy/sbm2tqICjjaFMck=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-FhFgpXuMIyIl+zkBzQOWPMSUQFy/sbm2tqICjjaFMck="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/css/default-fuib.t1fy3wrmof.css","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/css/default-fuib.css","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"3921"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"T+zRH2ZbvrSiWb+RLt5H/SOfx7sJ8sJTPP0oqO8F/eE=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:34:49 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"t1fy3wrmof"},{"Name":"integrity","Value":"sha256-T+zRH2ZbvrSiWb+RLt5H/SOfx7sJ8sJTPP0oqO8F/eE="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/css/default-fuib.css"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.acio4t06fh.css","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"6958"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"2gpFDIv1SoVtZuoG45M8ctY3ZyadK6JpmeEpnZ+Labg=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:34:49 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"acio4t06fh"},{"Name":"integrity","Value":"sha256-2gpFDIv1SoVtZuoG45M8ctY3ZyadK6JpmeEpnZ+Labg="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000495540139"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"2017"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"vJLsSUQe61SUTw2195Gksk/aLyruEB6Xoh1ORbzQmJw=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-2gpFDIv1SoVtZuoG45M8ctY3ZyadK6JpmeEpnZ+Labg="},{"Name":"original-resource","Value":"\"2gpFDIv1SoVtZuoG45M8ctY3ZyadK6JpmeEpnZ+Labg=\""}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"6958"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"2gpFDIv1SoVtZuoG45M8ctY3ZyadK6JpmeEpnZ+Labg=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:34:49 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-2gpFDIv1SoVtZuoG45M8ctY3ZyadK6JpmeEpnZ+Labg="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css.gz","AssetFile":"_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"2017"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"vJLsSUQe61SUTw2195Gksk/aLyruEB6Xoh1ORbzQmJw=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-vJLsSUQe61SUTw2195Gksk/aLyruEB6Xoh1ORbzQmJw="}]},{"Route":"_framework/blazor.server.ig5xotzpx5.js","AssetFile":"_framework/blazor.server.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000022414489"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"44613"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"8SHiCfrY3uP/FPMl3Z/9dC8R/SbAFWcMG+jt0IueBn0=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"ig5xotzpx5"},{"Name":"integrity","Value":"sha256-Hkq0WF8BQSbPKBESSW0l9lfhLJCQMvFb4SNbTG4OHqY="},{"Name":"label","Value":"_framework/blazor.server.js"},{"Name":"original-resource","Value":"\"Hkq0WF8BQSbPKBESSW0l9lfhLJCQMvFb4SNbTG4OHqY=\""}]},{"Route":"_framework/blazor.server.ig5xotzpx5.js","AssetFile":"_framework/blazor.server.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"165098"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"Hkq0WF8BQSbPKBESSW0l9lfhLJCQMvFb4SNbTG4OHqY=\""},{"Name":"Last-Modified","Value":"Wed, 20 May 2026 20:17:46 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"ig5xotzpx5"},{"Name":"integrity","Value":"sha256-Hkq0WF8BQSbPKBESSW0l9lfhLJCQMvFb4SNbTG4OHqY="},{"Name":"label","Value":"_framework/blazor.server.js"}]},{"Route":"_framework/blazor.server.ig5xotzpx5.js.gz","AssetFile":"_framework/blazor.server.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"44613"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"8SHiCfrY3uP/FPMl3Z/9dC8R/SbAFWcMG+jt0IueBn0=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"ig5xotzpx5"},{"Name":"integrity","Value":"sha256-8SHiCfrY3uP/FPMl3Z/9dC8R/SbAFWcMG+jt0IueBn0="},{"Name":"label","Value":"_framework/blazor.server.js.gz"}]},{"Route":"_framework/blazor.server.js","AssetFile":"_framework/blazor.server.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000022414489"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"44613"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"8SHiCfrY3uP/FPMl3Z/9dC8R/SbAFWcMG+jt0IueBn0=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-Hkq0WF8BQSbPKBESSW0l9lfhLJCQMvFb4SNbTG4OHqY="},{"Name":"original-resource","Value":"\"Hkq0WF8BQSbPKBESSW0l9lfhLJCQMvFb4SNbTG4OHqY=\""}]},{"Route":"_framework/blazor.server.js","AssetFile":"_framework/blazor.server.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"165098"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"Hkq0WF8BQSbPKBESSW0l9lfhLJCQMvFb4SNbTG4OHqY=\""},{"Name":"Last-Modified","Value":"Wed, 20 May 2026 20:17:46 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-Hkq0WF8BQSbPKBESSW0l9lfhLJCQMvFb4SNbTG4OHqY="}]},{"Route":"_framework/blazor.server.js.gz","AssetFile":"_framework/blazor.server.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"44613"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"8SHiCfrY3uP/FPMl3Z/9dC8R/SbAFWcMG+jt0IueBn0=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-8SHiCfrY3uP/FPMl3Z/9dC8R/SbAFWcMG+jt0IueBn0="}]},{"Route":"_framework/blazor.web.js","AssetFile":"_framework/blazor.web.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000017985288"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"55600"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"058dGub3ls7c2hIUQWWy3wBRpGD4A5cRsNrc818yk9Q=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-HzXhVzhDfEU9VC0nAj+SUrhJj7DIUreXekbQktqpgOE="},{"Name":"original-resource","Value":"\"HzXhVzhDfEU9VC0nAj+SUrhJj7DIUreXekbQktqpgOE=\""}]},{"Route":"_framework/blazor.web.js","AssetFile":"_framework/blazor.web.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"200538"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"HzXhVzhDfEU9VC0nAj+SUrhJj7DIUreXekbQktqpgOE=\""},{"Name":"Last-Modified","Value":"Wed, 20 May 2026 20:17:50 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-HzXhVzhDfEU9VC0nAj+SUrhJj7DIUreXekbQktqpgOE="}]},{"Route":"_framework/blazor.web.js.gz","AssetFile":"_framework/blazor.web.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"55600"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"058dGub3ls7c2hIUQWWy3wBRpGD4A5cRsNrc818yk9Q=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-058dGub3ls7c2hIUQWWy3wBRpGD4A5cRsNrc818yk9Q="}]},{"Route":"_framework/blazor.web.ne14ti1q68.js","AssetFile":"_framework/blazor.web.js.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000017985288"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"55600"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"058dGub3ls7c2hIUQWWy3wBRpGD4A5cRsNrc818yk9Q=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"ne14ti1q68"},{"Name":"integrity","Value":"sha256-HzXhVzhDfEU9VC0nAj+SUrhJj7DIUreXekbQktqpgOE="},{"Name":"label","Value":"_framework/blazor.web.js"},{"Name":"original-resource","Value":"\"HzXhVzhDfEU9VC0nAj+SUrhJj7DIUreXekbQktqpgOE=\""}]},{"Route":"_framework/blazor.web.ne14ti1q68.js","AssetFile":"_framework/blazor.web.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"200538"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"HzXhVzhDfEU9VC0nAj+SUrhJj7DIUreXekbQktqpgOE=\""},{"Name":"Last-Modified","Value":"Wed, 20 May 2026 20:17:50 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"ne14ti1q68"},{"Name":"integrity","Value":"sha256-HzXhVzhDfEU9VC0nAj+SUrhJj7DIUreXekbQktqpgOE="},{"Name":"label","Value":"_framework/blazor.web.js"}]},{"Route":"_framework/blazor.web.ne14ti1q68.js.gz","AssetFile":"_framework/blazor.web.js.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"55600"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"058dGub3ls7c2hIUQWWy3wBRpGD4A5cRsNrc818yk9Q=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"ne14ti1q68"},{"Name":"integrity","Value":"sha256-058dGub3ls7c2hIUQWWy3wBRpGD4A5cRsNrc818yk9Q="},{"Name":"label","Value":"_framework/blazor.web.js.gz"}]},{"Route":"app.css","AssetFile":"app.css.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000530503979"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1884"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"dIHjmWP446UQxKnPFlhYbfhNtHyJbTw03B3FlIfJIhM=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-q+WOaqM0nK+YJc9mffiSnfzZ9cNGTWpp3KaiKimoxBQ="},{"Name":"original-resource","Value":"\"q+WOaqM0nK+YJc9mffiSnfzZ9cNGTWpp3KaiKimoxBQ=\""}]},{"Route":"app.css","AssetFile":"app.css","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"6886"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"q+WOaqM0nK+YJc9mffiSnfzZ9cNGTWpp3KaiKimoxBQ=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 13:57:48 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-q+WOaqM0nK+YJc9mffiSnfzZ9cNGTWpp3KaiKimoxBQ="}]},{"Route":"app.css.gz","AssetFile":"app.css.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1884"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"dIHjmWP446UQxKnPFlhYbfhNtHyJbTw03B3FlIfJIhM=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-dIHjmWP446UQxKnPFlhYbfhNtHyJbTw03B3FlIfJIhM="}]},{"Route":"app.hhus5bms5i.css","AssetFile":"app.css.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000530503979"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1884"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"dIHjmWP446UQxKnPFlhYbfhNtHyJbTw03B3FlIfJIhM=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"hhus5bms5i"},{"Name":"integrity","Value":"sha256-q+WOaqM0nK+YJc9mffiSnfzZ9cNGTWpp3KaiKimoxBQ="},{"Name":"label","Value":"app.css"},{"Name":"original-resource","Value":"\"q+WOaqM0nK+YJc9mffiSnfzZ9cNGTWpp3KaiKimoxBQ=\""}]},{"Route":"app.hhus5bms5i.css","AssetFile":"app.css","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"6886"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"q+WOaqM0nK+YJc9mffiSnfzZ9cNGTWpp3KaiKimoxBQ=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 13:57:48 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"hhus5bms5i"},{"Name":"integrity","Value":"sha256-q+WOaqM0nK+YJc9mffiSnfzZ9cNGTWpp3KaiKimoxBQ="},{"Name":"label","Value":"app.css"}]},{"Route":"app.hhus5bms5i.css.gz","AssetFile":"app.css.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1884"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"dIHjmWP446UQxKnPFlhYbfhNtHyJbTw03B3FlIfJIhM=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"hhus5bms5i"},{"Name":"integrity","Value":"sha256-dIHjmWP446UQxKnPFlhYbfhNtHyJbTw03B3FlIfJIhM="},{"Name":"label","Value":"app.css.gz"}]},{"Route":"favicon.ifv42okdf2.png","AssetFile":"favicon.png","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"1148"},{"Name":"Content-Type","Value":"image/png"},{"Name":"ETag","Value":"\"4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 13:57:48 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"ifv42okdf2"},{"Name":"integrity","Value":"sha256-4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg="},{"Name":"label","Value":"favicon.png"}]},{"Route":"favicon.png","AssetFile":"favicon.png","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=3600, must-revalidate"},{"Name":"Content-Length","Value":"1148"},{"Name":"Content-Type","Value":"image/png"},{"Name":"ETag","Value":"\"4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 13:57:48 GMT"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg="}]}]} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/staticwebassets.build.json b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/staticwebassets.build.json deleted file mode 100644 index fdcc7d4..0000000 --- a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/staticwebassets.build.json +++ /dev/null @@ -1 +0,0 @@ -{"Version":1,"Hash":"nSlgotTW3Hbf965AW9nz1K2fn8llyiBH8/Q14LKRXcE=","Source":"QuantEngine.Web","BasePath":"/","Mode":"Root","ManifestType":"Build","ReferencedProjectsConfiguration":[],"DiscoveryPatterns":[{"Name":"QuantEngine.Web\\wwwroot","Source":"QuantEngine.Web","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\wwwroot\\","BasePath":"/","Pattern":"**"}],"Assets":[{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\Components\\Layout\\ReconnectModal.razor.js","SourceId":"QuantEngine.Web","SourceType":"Discovered","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\","BasePath":"/","RelativePath":"Components/Layout/ReconnectModal#[.{fingerprint}]?.razor.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"","AssetTraitName":"","AssetTraitValue":"","Fingerprint":"13ja33weya","Integrity":"4zGYCWZ4pfXdYacNs7XaH1BXGvludoT6JCkX9NZucgI=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"Components\\Layout\\ReconnectModal.razor.js","FileLength":2364,"LastWriteTime":"2026-06-29T13:57:48+00:00"},{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\4m8jx7ixl4-{0}-nvqi1h5n7i-nvqi1h5n7i.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/Nav/FluentNav.razor.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Nav\\FluentNav.razor.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"bkbb3l5sfm","Integrity":"tUn67gj2s6LMiMV5lUJnwKgWSr/lfYcaxEl8wuTWS2E=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Nav\\FluentNav.razor.js","FileLength":1739,"LastWriteTime":"2026-06-29T14:32:21+00:00"},{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\6mwvvlkmgj-{0}-s7fspo1leq-s7fspo1leq.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/Grid/FluentGrid.razor.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Grid\\FluentGrid.razor.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"xdducvqoxa","Integrity":"u1h2lV5rBI3BrsWyH29QMNbSsQfE0poKrnbxvM3pb6c=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Grid\\FluentGrid.razor.js","FileLength":804,"LastWriteTime":"2026-06-29T14:32:21+00:00"},{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\6nn42apl8y-{0}-acio4t06fh-acio4t06fh.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"css/reboot.css.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\css\\reboot.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"w1o274hesg","Integrity":"vJLsSUQe61SUTw2195Gksk/aLyruEB6Xoh1ORbzQmJw=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\css\\reboot.css","FileLength":2017,"LastWriteTime":"2026-06-29T14:32:21+00:00"},{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\b7jn6yc0gz-{0}-xny4mnot63-xny4mnot63.gz","SourceId":"QuantEngine.Web","SourceType":"Computed","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"QuantEngine.Web#[.{fingerprint=xny4mnot63}]?.styles.css.gz","AssetKind":"All","AssetMode":"CurrentProject","AssetRole":"Alternative","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\scopedcss\\bundle\\QuantEngine.Web.styles.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"bd7sv35qmy","Integrity":"T0/K5d2ZAfgI6THFcLOkMp/FUz1bE1K2fQTLO0Moj1E=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\scopedcss\\bundle\\QuantEngine.Web.styles.css","FileLength":2527,"LastWriteTime":"2026-06-29T14:32:21+00:00"},{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\bnqbmxev8p-{0}-uhfllo7vmv-uhfllo7vmv.gz","SourceId":"QuantEngine.Web","SourceType":"Computed","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"QuantEngine.Web#[.{fingerprint=uhfllo7vmv}]?.modules.json.gz","AssetKind":"Build","AssetMode":"CurrentProject","AssetRole":"Alternative","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\jsmodules\\jsmodules.build.manifest.json","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"wvxjj87u8r","Integrity":"tMpc4Mp5Kart9mS3UELWfInMDPFZYORmj0wiAw7JwBs=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\jsmodules\\jsmodules.build.manifest.json","FileLength":95,"LastWriteTime":"2026-06-29T14:32:21+00:00"},{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\ctztv6q6p6-{0}-jdfzv2q2bu-jdfzv2q2bu.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css.gz","AssetKind":"All","AssetMode":"Reference","AssetRole":"Alternative","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"wulh2zdohq","Integrity":"6AanHFzLkOIOoi+7b5b3h2tQsCQcPS9ts519xHvL0Eo=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css","FileLength":19300,"LastWriteTime":"2026-06-29T14:32:21+00:00"},{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\dym80g6kqp-{0}-ig5xotzpx5-ig5xotzpx5.gz","SourceId":"QuantEngine.Web","SourceType":"Discovered","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"_framework/blazor.server#[.{fingerprint=ig5xotzpx5}]?.js.gz","AssetKind":"All","AssetMode":"CurrentProject","AssetRole":"Alternative","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.aspnetcore.app.internal.assets\\10.0.9\\_framework\\blazor.server.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"z7j3iy8r3e","Integrity":"8SHiCfrY3uP/FPMl3Z/9dC8R/SbAFWcMG+jt0IueBn0=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.aspnetcore.app.internal.assets\\10.0.9\\_framework\\blazor.server.js","FileLength":44613,"LastWriteTime":"2026-06-29T14:32:21+00:00"},{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\f3i2l0jv30-{0}-iddw5cjyql-iddw5cjyql.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/DateTime/FluentCalendar.razor.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\DateTime\\FluentCalendar.razor.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"fg74estnen","Integrity":"QbM15H4tY8nQrgmM7QmvW7+Jn9xwkXbIf2+3hzb9c4s=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\DateTime\\FluentCalendar.razor.js","FileLength":1385,"LastWriteTime":"2026-06-29T14:32:21+00:00"},{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\h0qxm5u0yy-{0}-qpepyjfzgz-qpepyjfzgz.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/InputFile/FluentInputFile.razor.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\InputFile\\FluentInputFile.razor.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"ar1nsr94vf","Integrity":"puAYTsdUDYsunZeaTnjnUZbjMjWCztFefm0D1WafaPw=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\InputFile\\FluentInputFile.razor.js","FileLength":684,"LastWriteTime":"2026-06-29T14:32:21+00:00"},{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\ib5axksgx0-{0}-o9w0qkfcrf-o9w0qkfcrf.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/TreeView/FluentTreeView.razor.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\TreeView\\FluentTreeView.razor.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"cn5mgfseff","Integrity":"GLIhBa/Trggd7bGeeUuKKPZNhenwG104/L59ovzgHSo=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\TreeView\\FluentTreeView.razor.js","FileLength":387,"LastWriteTime":"2026-06-29T14:32:21+00:00"},{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\is0nail857-{0}-rdaq2hquit-rdaq2hquit.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/Tooltip/FluentTooltip.razor.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Tooltip\\FluentTooltip.razor.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"z42b2aip3e","Integrity":"bRbcLRczN1GPnqA3Re1jatdgP587mjVEOqTVOfOjG5o=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Tooltip\\FluentTooltip.razor.js","FileLength":671,"LastWriteTime":"2026-06-29T14:32:21+00:00"},{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\jq2jihf5fr-{0}-7jrmyk289x-7jrmyk289x.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/PullToRefresh/FluentPullToRefresh.razor.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\PullToRefresh\\FluentPullToRefresh.razor.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"tipazoft2g","Integrity":"tTIpyljPo/QFZTwD6HKjB5LpYDfJbdYh1WmF9cJGgvI=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\PullToRefresh\\FluentPullToRefresh.razor.js","FileLength":1568,"LastWriteTime":"2026-06-29T14:32:21+00:00"},{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\klh9ieqob8-{0}-iyd2uar0up-iyd2uar0up.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/DataGrid/FluentDataGrid.razor.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\DataGrid\\FluentDataGrid.razor.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"tf25ezwmbu","Integrity":"mVXt7/yFqdMLa8QQY6iYBSk+6LH/40GbtguA3LB217U=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\DataGrid\\FluentDataGrid.razor.js","FileLength":5297,"LastWriteTime":"2026-06-29T14:32:21+00:00"},{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\kwrall9b0s-{0}-p1atgyms84-p1atgyms84.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Microsoft.FluentUI.AspNetCore.Components.lib.module.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Microsoft.FluentUI.AspNetCore.Components.lib.module.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"kggmxgia3c","Integrity":"1J14HQFFJHp+cVjMzdLoItjq+PoQcjJlRXdxF4cbL7w=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Microsoft.FluentUI.AspNetCore.Components.lib.module.js","FileLength":104324,"LastWriteTime":"2026-06-29T14:32:21+00:00"},{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\mm8wr5jb95-{0}-asn2ffubki-asn2ffubki.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/Overflow/FluentOverflow.razor.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Overflow\\FluentOverflow.razor.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"1flm182f7j","Integrity":"7bZF8uwHs/l8/OSFSaLC/zTyosxVIS02ICtgNKGPnP4=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Overflow\\FluentOverflow.razor.js","FileLength":1660,"LastWriteTime":"2026-06-29T14:32:21+00:00"},{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\nr5locadir-{0}-ne14ti1q68-ne14ti1q68.gz","SourceId":"QuantEngine.Web","SourceType":"Discovered","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"_framework/blazor.web#[.{fingerprint=ne14ti1q68}]?.js.gz","AssetKind":"All","AssetMode":"CurrentProject","AssetRole":"Alternative","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.aspnetcore.app.internal.assets\\10.0.9\\_framework\\blazor.web.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"h7mvatshzf","Integrity":"058dGub3ls7c2hIUQWWy3wBRpGD4A5cRsNrc818yk9Q=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.aspnetcore.app.internal.assets\\10.0.9\\_framework\\blazor.web.js","FileLength":55600,"LastWriteTime":"2026-06-29T14:32:21+00:00"},{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\oc0evn85jv-{0}-t1fy3wrmof-t1fy3wrmof.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"css/default-fuib.css.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\css\\default-fuib.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"uu07hcfnu8","Integrity":"FhFgpXuMIyIl+zkBzQOWPMSUQFy/sbm2tqICjjaFMck=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\css\\default-fuib.css","FileLength":1119,"LastWriteTime":"2026-06-29T14:32:21+00:00"},{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\q2w3mddmwi-{0}-hhus5bms5i-hhus5bms5i.gz","SourceId":"QuantEngine.Web","SourceType":"Discovered","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"app#[.{fingerprint=hhus5bms5i}]?.css.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\wwwroot\\app.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"onq2ek763p","Integrity":"dIHjmWP446UQxKnPFlhYbfhNtHyJbTw03B3FlIfJIhM=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\wwwroot\\app.css","FileLength":1884,"LastWriteTime":"2026-06-29T14:32:21+00:00"},{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\ru2nohmkoz-{0}-ghr9dc63gi-ghr9dc63gi.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/List/FluentSelect.razor.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\List\\FluentSelect.razor.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"zf4g6qeqb4","Integrity":"f0j6rHz4U/x+pO1EDCKvIZBbfLy/dXA+jWT5to3EdDQ=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\List\\FluentSelect.razor.js","FileLength":341,"LastWriteTime":"2026-06-29T14:32:21+00:00"},{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\t9yb5ynpxl-{0}-13ja33weya-13ja33weya.gz","SourceId":"QuantEngine.Web","SourceType":"Discovered","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"Components/Layout/ReconnectModal#[.{fingerprint=13ja33weya}]?.razor.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\Components\\Layout\\ReconnectModal.razor.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"7yymvlbkex","Integrity":"kQLxn+TSoZvHHUJJnDORp3qKU0F+kzVxLQB9TB0aEoY=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\Components\\Layout\\ReconnectModal.razor.js","FileLength":720,"LastWriteTime":"2026-06-29T14:32:21+00:00"},{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\vpvw6nj9ax-{0}-yi314np04p-yi314np04p.gz","SourceId":"QuantEngine.Web","SourceType":"Computed","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"QuantEngine.Web#[.{fingerprint=yi314np04p}]!.bundle.scp.css.gz","AssetKind":"All","AssetMode":"Reference","AssetRole":"Alternative","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\scopedcss\\projectbundle\\QuantEngine.Web.bundle.scp.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"snvxky03e7","Integrity":"eMUoaz34S9P8ffguerv/SxXWfTBS7zv7kXrquS2C5EE=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\scopedcss\\projectbundle\\QuantEngine.Web.bundle.scp.css","FileLength":2481,"LastWriteTime":"2026-06-29T14:32:21+00:00"},{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\win2gt64sq-{0}-x8xhhr7jgv-x8xhhr7jgv.gz","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/KeyCode/FluentKeyCode.razor.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\KeyCode\\FluentKeyCode.razor.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"hvr43rsdj1","Integrity":"HZXVE/PUmqhsUTpuEgTqyaVTgUoGuGN4FqivUgvvhFo=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\KeyCode\\FluentKeyCode.razor.js","FileLength":1025,"LastWriteTime":"2026-06-29T14:32:21+00:00"},{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\jsmodules\\jsmodules.build.manifest.json","SourceId":"QuantEngine.Web","SourceType":"Computed","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\jsmodules\\","BasePath":"/","RelativePath":"QuantEngine.Web#[.{fingerprint}]?.modules.json","AssetKind":"Build","AssetMode":"CurrentProject","AssetRole":"Primary","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"","AssetTraitName":"JSModule","AssetTraitValue":"JSModuleManifest","Fingerprint":"uhfllo7vmv","Integrity":"sgZOtYFoQbtT5NzEZj6mvNpqny3TPXduyD8nEg1wGig=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"obj\\Debug\\net10.0\\jsmodules\\jsmodules.build.manifest.json","FileLength":114,"LastWriteTime":"2026-06-29T14:32:21+00:00"},{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\scopedcss\\bundle\\QuantEngine.Web.styles.css","SourceId":"QuantEngine.Web","SourceType":"Computed","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\scopedcss\\bundle\\","BasePath":"/","RelativePath":"QuantEngine.Web#[.{fingerprint}]?.styles.css","AssetKind":"All","AssetMode":"CurrentProject","AssetRole":"Primary","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"","AssetTraitName":"ScopedCss","AssetTraitValue":"ApplicationBundle","Fingerprint":"xny4mnot63","Integrity":"gyVLg26Mqgbge1lN7tiWp+jOezUCLkUkkAGvbTOdF9k=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\scopedcss\\bundle\\QuantEngine.Web.styles.css","FileLength":10447,"LastWriteTime":"2026-06-29T14:32:21+00:00"},{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\scopedcss\\projectbundle\\QuantEngine.Web.bundle.scp.css","SourceId":"QuantEngine.Web","SourceType":"Computed","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\scopedcss\\projectbundle\\","BasePath":"/","RelativePath":"QuantEngine.Web#[.{fingerprint}]!.bundle.scp.css","AssetKind":"All","AssetMode":"Reference","AssetRole":"Primary","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"","AssetTraitName":"ScopedCss","AssetTraitValue":"ProjectBundle","Fingerprint":"yi314np04p","Integrity":"GphsPL5Q7m5g2Ugk7RGmBY019LEDJjdfaTE9uXiHMcs=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\scopedcss\\projectbundle\\QuantEngine.Web.bundle.scp.css","FileLength":10327,"LastWriteTime":"2026-06-29T14:32:21+00:00"},{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\wwwroot\\app.css","SourceId":"QuantEngine.Web","SourceType":"Discovered","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\wwwroot\\","BasePath":"/","RelativePath":"app#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"","AssetTraitName":"","AssetTraitValue":"","Fingerprint":"hhus5bms5i","Integrity":"q+WOaqM0nK+YJc9mffiSnfzZ9cNGTWpp3KaiKimoxBQ=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\app.css","FileLength":6886,"LastWriteTime":"2026-06-29T13:57:48+00:00"},{"Identity":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\wwwroot\\favicon.png","SourceId":"QuantEngine.Web","SourceType":"Discovered","ContentRoot":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\wwwroot\\","BasePath":"/","RelativePath":"favicon#[.{fingerprint}]?.png","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"","AssetTraitName":"","AssetTraitValue":"","Fingerprint":"ifv42okdf2","Integrity":"4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\favicon.png","FileLength":1148,"LastWriteTime":"2026-06-29T13:57:48+00:00"},{"Identity":"D:\\DevCache\\nuget-packages\\microsoft.aspnetcore.app.internal.assets\\10.0.9\\_framework\\blazor.server.js","SourceId":"QuantEngine.Web","SourceType":"Discovered","ContentRoot":"D:\\DevCache\\nuget-packages\\microsoft.aspnetcore.app.internal.assets\\10.0.9\\_framework\\","BasePath":"/","RelativePath":"_framework/blazor.server#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"CurrentProject","AssetRole":"Primary","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"","AssetTraitName":"","AssetTraitValue":"","Fingerprint":"ig5xotzpx5","Integrity":"Hkq0WF8BQSbPKBESSW0l9lfhLJCQMvFb4SNbTG4OHqY=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.aspnetcore.app.internal.assets\\10.0.9\\build\\..\\_framework\\blazor.server.js","FileLength":165098,"LastWriteTime":"2026-05-20T20:17:46+00:00"},{"Identity":"D:\\DevCache\\nuget-packages\\microsoft.aspnetcore.app.internal.assets\\10.0.9\\_framework\\blazor.web.js","SourceId":"QuantEngine.Web","SourceType":"Discovered","ContentRoot":"D:\\DevCache\\nuget-packages\\microsoft.aspnetcore.app.internal.assets\\10.0.9\\_framework\\","BasePath":"/","RelativePath":"_framework/blazor.web#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"CurrentProject","AssetRole":"Primary","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"","AssetTraitName":"","AssetTraitValue":"","Fingerprint":"ne14ti1q68","Integrity":"HzXhVzhDfEU9VC0nAj+SUrhJj7DIUreXekbQktqpgOE=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.aspnetcore.app.internal.assets\\10.0.9\\build\\..\\_framework\\blazor.web.js","FileLength":200538,"LastWriteTime":"2026-05-20T20:17:50+00:00"},{"Identity":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\DataGrid\\FluentDataGrid.razor.js","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/DataGrid/FluentDataGrid.razor.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"","AssetTraitName":"","AssetTraitValue":"","Fingerprint":"iyd2uar0up","Integrity":"1lZKAKL99/fIKhHHyn78QXALxnCXr93fSNAdPHEQNyw=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\DataGrid\\FluentDataGrid.razor.js","FileLength":34875,"LastWriteTime":"2026-06-26T17:45:35+00:00"},{"Identity":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\DateTime\\FluentCalendar.razor.js","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/DateTime/FluentCalendar.razor.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"","AssetTraitName":"","AssetTraitValue":"","Fingerprint":"iddw5cjyql","Integrity":"Sm+4aqP8khjSbxRAfRvzKN3lDOzMNrkE4WoLElf1ZBo=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\DateTime\\FluentCalendar.razor.js","FileLength":8572,"LastWriteTime":"2026-06-26T17:45:35+00:00"},{"Identity":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Grid\\FluentGrid.razor.js","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/Grid/FluentGrid.razor.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"","AssetTraitName":"","AssetTraitValue":"","Fingerprint":"s7fspo1leq","Integrity":"CKVUQ/vkjUgUY1uRzOu5xRN3mWbu53LQcqOhCL2qTjk=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Grid\\FluentGrid.razor.js","FileLength":4167,"LastWriteTime":"2026-06-26T17:45:35+00:00"},{"Identity":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\InputFile\\FluentInputFile.razor.js","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/InputFile/FluentInputFile.razor.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"","AssetTraitName":"","AssetTraitValue":"","Fingerprint":"qpepyjfzgz","Integrity":"vlTEC12Yb08ln/28/LKao6eXyvLvgKCMIlxu08w/hlg=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\InputFile\\FluentInputFile.razor.js","FileLength":3141,"LastWriteTime":"2026-06-26T17:45:35+00:00"},{"Identity":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\KeyCode\\FluentKeyCode.razor.js","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/KeyCode/FluentKeyCode.razor.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"","AssetTraitName":"","AssetTraitValue":"","Fingerprint":"x8xhhr7jgv","Integrity":"bxDc4khUNjLOw+ARLrroYG3mpvBAs+vszwvhpYCOzZ0=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\KeyCode\\FluentKeyCode.razor.js","FileLength":5058,"LastWriteTime":"2026-06-26T17:45:36+00:00"},{"Identity":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\List\\FluentSelect.razor.js","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/List/FluentSelect.razor.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"","AssetTraitName":"","AssetTraitValue":"","Fingerprint":"ghr9dc63gi","Integrity":"nA/vz4/cYdWcN89t7NWCnYqE8FwF3k7OTUTfwLpk1Yk=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\List\\FluentSelect.razor.js","FileLength":1076,"LastWriteTime":"2026-06-26T17:45:36+00:00"},{"Identity":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Nav\\FluentNav.razor.js","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/Nav/FluentNav.razor.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"","AssetTraitName":"","AssetTraitValue":"","Fingerprint":"nvqi1h5n7i","Integrity":"bRKyUGuiMFqhTYV5yf1WzjwFtd/rKQ3ArG5qwShW2yI=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Nav\\FluentNav.razor.js","FileLength":9043,"LastWriteTime":"2026-06-26T17:45:36+00:00"},{"Identity":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Overflow\\FluentOverflow.razor.js","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/Overflow/FluentOverflow.razor.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"","AssetTraitName":"","AssetTraitValue":"","Fingerprint":"asn2ffubki","Integrity":"6o+ehHCT/R8kEgIT+yI3v99icPhLOTg3U+P2aJNQ5PA=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Overflow\\FluentOverflow.razor.js","FileLength":8875,"LastWriteTime":"2026-06-26T17:45:36+00:00"},{"Identity":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\PullToRefresh\\FluentPullToRefresh.razor.js","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/PullToRefresh/FluentPullToRefresh.razor.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"","AssetTraitName":"","AssetTraitValue":"","Fingerprint":"7jrmyk289x","Integrity":"HXkWfkVndk6WEvnsTYwUpm1Nfeht3aYi6m487Nl8OoU=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\PullToRefresh\\FluentPullToRefresh.razor.js","FileLength":7898,"LastWriteTime":"2026-06-26T17:45:36+00:00"},{"Identity":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Tooltip\\FluentTooltip.razor.js","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/Tooltip/FluentTooltip.razor.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"","AssetTraitName":"","AssetTraitValue":"","Fingerprint":"rdaq2hquit","Integrity":"D/2jXsbnFfF3qjWD63hPo/KToRTgWrk5EG02knLgXJw=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Tooltip\\FluentTooltip.razor.js","FileLength":2720,"LastWriteTime":"2026-06-26T17:45:36+00:00"},{"Identity":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\TreeView\\FluentTreeView.razor.js","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Components/TreeView/FluentTreeView.razor.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"","AssetTraitName":"","AssetTraitValue":"","Fingerprint":"o9w0qkfcrf","Integrity":"pEJcxp/i3pmze3icMk3UUq69b3Fh+U4c34a9oo2zBZc=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\TreeView\\FluentTreeView.razor.js","FileLength":1155,"LastWriteTime":"2026-06-26T17:45:36+00:00"},{"Identity":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css","AssetKind":"All","AssetMode":"Reference","AssetRole":"Primary","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"","AssetTraitName":"ScopedCss","AssetTraitValue":"ProjectBundle","Fingerprint":"jdfzv2q2bu","Integrity":"aeB/mRcbc+K21Gyh56YE+GRaaQuRiORj8coh5bs21ao=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css","FileLength":169332,"LastWriteTime":"2026-06-26T17:47:56+00:00"},{"Identity":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Microsoft.FluentUI.AspNetCore.Components.lib.module.js","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"Microsoft.FluentUI.AspNetCore.Components.lib.module.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"","AssetTraitName":"JSModule","AssetTraitValue":"JSLibraryModule","Fingerprint":"p1atgyms84","Integrity":"4+8EMKrZyyKpz5SYRkfE9UNiAR/XXfbvLZupWyVo9e8=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Microsoft.FluentUI.AspNetCore.Components.lib.module.js","FileLength":430712,"LastWriteTime":"2026-06-26T17:47:57+00:00"},{"Identity":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\css\\default-fuib.css","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"css/default-fuib.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"","AssetTraitName":"","AssetTraitValue":"","Fingerprint":"t1fy3wrmof","Integrity":"T+zRH2ZbvrSiWb+RLt5H/SOfx7sJ8sJTPP0oqO8F/eE=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\css\\default-fuib.css","FileLength":3921,"LastWriteTime":"2026-06-26T17:34:49+00:00"},{"Identity":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\css\\reboot.css","SourceId":"Microsoft.FluentUI.AspNetCore.Components","SourceType":"Package","ContentRoot":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\","BasePath":"_content/Microsoft.FluentUI.AspNetCore.Components","RelativePath":"css/reboot.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":"","AssetMergeSource":"","RelatedAsset":"","AssetTraitName":"","AssetTraitValue":"","Fingerprint":"acio4t06fh","Integrity":"2gpFDIv1SoVtZuoG45M8ctY3ZyadK6JpmeEpnZ+Labg=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\css\\reboot.css","FileLength":6958,"LastWriteTime":"2026-06-26T17:34:49+00:00"}],"Endpoints":[{"Route":"Components/Layout/ReconnectModal.13ja33weya.razor.js","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\Components\\Layout\\ReconnectModal.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"2364"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"4zGYCWZ4pfXdYacNs7XaH1BXGvludoT6JCkX9NZucgI=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 13:57:48 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"13ja33weya"},{"Name":"integrity","Value":"sha256-4zGYCWZ4pfXdYacNs7XaH1BXGvludoT6JCkX9NZucgI="},{"Name":"label","Value":"Components/Layout/ReconnectModal.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"Components/Layout/ReconnectModal.13ja33weya.razor.js","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\t9yb5ynpxl-{0}-13ja33weya-13ja33weya.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.001386962552"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"720"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"kQLxn+TSoZvHHUJJnDORp3qKU0F+kzVxLQB9TB0aEoY=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"13ja33weya"},{"Name":"integrity","Value":"sha256-4zGYCWZ4pfXdYacNs7XaH1BXGvludoT6JCkX9NZucgI="},{"Name":"label","Value":"Components/Layout/ReconnectModal.razor.js"},{"Name":"original-resource","Value":"\"4zGYCWZ4pfXdYacNs7XaH1BXGvludoT6JCkX9NZucgI=\""},{"Name":"script-type","Value":"module"}]},{"Route":"Components/Layout/ReconnectModal.13ja33weya.razor.js.gz","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\t9yb5ynpxl-{0}-13ja33weya-13ja33weya.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"720"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"kQLxn+TSoZvHHUJJnDORp3qKU0F+kzVxLQB9TB0aEoY=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"13ja33weya"},{"Name":"integrity","Value":"sha256-kQLxn+TSoZvHHUJJnDORp3qKU0F+kzVxLQB9TB0aEoY="},{"Name":"label","Value":"Components/Layout/ReconnectModal.razor.js.gz"}]},{"Route":"Components/Layout/ReconnectModal.razor.js","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\Components\\Layout\\ReconnectModal.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"2364"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"4zGYCWZ4pfXdYacNs7XaH1BXGvludoT6JCkX9NZucgI=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 13:57:48 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-4zGYCWZ4pfXdYacNs7XaH1BXGvludoT6JCkX9NZucgI="},{"Name":"script-type","Value":"module"}]},{"Route":"Components/Layout/ReconnectModal.razor.js","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\t9yb5ynpxl-{0}-13ja33weya-13ja33weya.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.001386962552"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"720"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"kQLxn+TSoZvHHUJJnDORp3qKU0F+kzVxLQB9TB0aEoY=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-4zGYCWZ4pfXdYacNs7XaH1BXGvludoT6JCkX9NZucgI="},{"Name":"original-resource","Value":"\"4zGYCWZ4pfXdYacNs7XaH1BXGvludoT6JCkX9NZucgI=\""},{"Name":"script-type","Value":"module"}]},{"Route":"Components/Layout/ReconnectModal.razor.js.gz","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\t9yb5ynpxl-{0}-13ja33weya-13ja33weya.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"720"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"kQLxn+TSoZvHHUJJnDORp3qKU0F+kzVxLQB9TB0aEoY=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-kQLxn+TSoZvHHUJJnDORp3qKU0F+kzVxLQB9TB0aEoY="}]},{"Route":"QuantEngine.Web.bundle.scp.css","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\vpvw6nj9ax-{0}-yi314np04p-yi314np04p.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000402900886"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"2481"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"eMUoaz34S9P8ffguerv/SxXWfTBS7zv7kXrquS2C5EE=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-GphsPL5Q7m5g2Ugk7RGmBY019LEDJjdfaTE9uXiHMcs="},{"Name":"original-resource","Value":"\"GphsPL5Q7m5g2Ugk7RGmBY019LEDJjdfaTE9uXiHMcs=\""}]},{"Route":"QuantEngine.Web.bundle.scp.css","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\scopedcss\\projectbundle\\QuantEngine.Web.bundle.scp.css","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"10327"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"GphsPL5Q7m5g2Ugk7RGmBY019LEDJjdfaTE9uXiHMcs=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-GphsPL5Q7m5g2Ugk7RGmBY019LEDJjdfaTE9uXiHMcs="}]},{"Route":"QuantEngine.Web.bundle.scp.css.gz","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\vpvw6nj9ax-{0}-yi314np04p-yi314np04p.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"2481"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"eMUoaz34S9P8ffguerv/SxXWfTBS7zv7kXrquS2C5EE=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-eMUoaz34S9P8ffguerv/SxXWfTBS7zv7kXrquS2C5EE="}]},{"Route":"QuantEngine.Web.modules.json","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\bnqbmxev8p-{0}-uhfllo7vmv-uhfllo7vmv.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.010416666667"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"95"},{"Name":"Content-Type","Value":"application/json"},{"Name":"ETag","Value":"\"tMpc4Mp5Kart9mS3UELWfInMDPFZYORmj0wiAw7JwBs=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-sgZOtYFoQbtT5NzEZj6mvNpqny3TPXduyD8nEg1wGig="},{"Name":"original-resource","Value":"\"sgZOtYFoQbtT5NzEZj6mvNpqny3TPXduyD8nEg1wGig=\""}]},{"Route":"QuantEngine.Web.modules.json","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\jsmodules\\jsmodules.build.manifest.json","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"114"},{"Name":"Content-Type","Value":"application/json"},{"Name":"ETag","Value":"\"sgZOtYFoQbtT5NzEZj6mvNpqny3TPXduyD8nEg1wGig=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-sgZOtYFoQbtT5NzEZj6mvNpqny3TPXduyD8nEg1wGig="}]},{"Route":"QuantEngine.Web.modules.json.gz","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\bnqbmxev8p-{0}-uhfllo7vmv-uhfllo7vmv.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"95"},{"Name":"Content-Type","Value":"application/json"},{"Name":"ETag","Value":"\"tMpc4Mp5Kart9mS3UELWfInMDPFZYORmj0wiAw7JwBs=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-tMpc4Mp5Kart9mS3UELWfInMDPFZYORmj0wiAw7JwBs="}]},{"Route":"QuantEngine.Web.styles.css","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\b7jn6yc0gz-{0}-xny4mnot63-xny4mnot63.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000395569620"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"2527"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"T0/K5d2ZAfgI6THFcLOkMp/FUz1bE1K2fQTLO0Moj1E=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Link","Value":"<_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css>; rel=\"preload\"; as=\"style\""},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-gyVLg26Mqgbge1lN7tiWp+jOezUCLkUkkAGvbTOdF9k="},{"Name":"original-resource","Value":"\"gyVLg26Mqgbge1lN7tiWp+jOezUCLkUkkAGvbTOdF9k=\""}]},{"Route":"QuantEngine.Web.styles.css","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\scopedcss\\bundle\\QuantEngine.Web.styles.css","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"10447"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"gyVLg26Mqgbge1lN7tiWp+jOezUCLkUkkAGvbTOdF9k=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Link","Value":"<_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css>; rel=\"preload\"; as=\"style\""},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-gyVLg26Mqgbge1lN7tiWp+jOezUCLkUkkAGvbTOdF9k="}]},{"Route":"QuantEngine.Web.styles.css.gz","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\b7jn6yc0gz-{0}-xny4mnot63-xny4mnot63.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"2527"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"T0/K5d2ZAfgI6THFcLOkMp/FUz1bE1K2fQTLO0Moj1E=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-T0/K5d2ZAfgI6THFcLOkMp/FUz1bE1K2fQTLO0Moj1E="}]},{"Route":"QuantEngine.Web.uhfllo7vmv.modules.json","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\bnqbmxev8p-{0}-uhfllo7vmv-uhfllo7vmv.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.010416666667"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"95"},{"Name":"Content-Type","Value":"application/json"},{"Name":"ETag","Value":"\"tMpc4Mp5Kart9mS3UELWfInMDPFZYORmj0wiAw7JwBs=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"uhfllo7vmv"},{"Name":"integrity","Value":"sha256-sgZOtYFoQbtT5NzEZj6mvNpqny3TPXduyD8nEg1wGig="},{"Name":"label","Value":"QuantEngine.Web.modules.json"},{"Name":"original-resource","Value":"\"sgZOtYFoQbtT5NzEZj6mvNpqny3TPXduyD8nEg1wGig=\""}]},{"Route":"QuantEngine.Web.uhfllo7vmv.modules.json","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\jsmodules\\jsmodules.build.manifest.json","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"114"},{"Name":"Content-Type","Value":"application/json"},{"Name":"ETag","Value":"\"sgZOtYFoQbtT5NzEZj6mvNpqny3TPXduyD8nEg1wGig=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"uhfllo7vmv"},{"Name":"integrity","Value":"sha256-sgZOtYFoQbtT5NzEZj6mvNpqny3TPXduyD8nEg1wGig="},{"Name":"label","Value":"QuantEngine.Web.modules.json"}]},{"Route":"QuantEngine.Web.uhfllo7vmv.modules.json.gz","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\bnqbmxev8p-{0}-uhfllo7vmv-uhfllo7vmv.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"95"},{"Name":"Content-Type","Value":"application/json"},{"Name":"ETag","Value":"\"tMpc4Mp5Kart9mS3UELWfInMDPFZYORmj0wiAw7JwBs=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"uhfllo7vmv"},{"Name":"integrity","Value":"sha256-tMpc4Mp5Kart9mS3UELWfInMDPFZYORmj0wiAw7JwBs="},{"Name":"label","Value":"QuantEngine.Web.modules.json.gz"}]},{"Route":"QuantEngine.Web.xny4mnot63.styles.css","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\b7jn6yc0gz-{0}-xny4mnot63-xny4mnot63.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000395569620"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"2527"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"T0/K5d2ZAfgI6THFcLOkMp/FUz1bE1K2fQTLO0Moj1E=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Link","Value":"<_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css>; rel=\"preload\"; as=\"style\""},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"xny4mnot63"},{"Name":"integrity","Value":"sha256-gyVLg26Mqgbge1lN7tiWp+jOezUCLkUkkAGvbTOdF9k="},{"Name":"label","Value":"QuantEngine.Web.styles.css"},{"Name":"original-resource","Value":"\"gyVLg26Mqgbge1lN7tiWp+jOezUCLkUkkAGvbTOdF9k=\""}]},{"Route":"QuantEngine.Web.xny4mnot63.styles.css","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\scopedcss\\bundle\\QuantEngine.Web.styles.css","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"10447"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"gyVLg26Mqgbge1lN7tiWp+jOezUCLkUkkAGvbTOdF9k=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Link","Value":"<_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css>; rel=\"preload\"; as=\"style\""},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"xny4mnot63"},{"Name":"integrity","Value":"sha256-gyVLg26Mqgbge1lN7tiWp+jOezUCLkUkkAGvbTOdF9k="},{"Name":"label","Value":"QuantEngine.Web.styles.css"}]},{"Route":"QuantEngine.Web.xny4mnot63.styles.css.gz","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\b7jn6yc0gz-{0}-xny4mnot63-xny4mnot63.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"2527"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"T0/K5d2ZAfgI6THFcLOkMp/FUz1bE1K2fQTLO0Moj1E=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"xny4mnot63"},{"Name":"integrity","Value":"sha256-T0/K5d2ZAfgI6THFcLOkMp/FUz1bE1K2fQTLO0Moj1E="},{"Name":"label","Value":"QuantEngine.Web.styles.css.gz"}]},{"Route":"QuantEngine.Web.yi314np04p.bundle.scp.css","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\vpvw6nj9ax-{0}-yi314np04p-yi314np04p.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000402900886"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"2481"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"eMUoaz34S9P8ffguerv/SxXWfTBS7zv7kXrquS2C5EE=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"yi314np04p"},{"Name":"integrity","Value":"sha256-GphsPL5Q7m5g2Ugk7RGmBY019LEDJjdfaTE9uXiHMcs="},{"Name":"label","Value":"QuantEngine.Web.bundle.scp.css"},{"Name":"original-resource","Value":"\"GphsPL5Q7m5g2Ugk7RGmBY019LEDJjdfaTE9uXiHMcs=\""}]},{"Route":"QuantEngine.Web.yi314np04p.bundle.scp.css","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\scopedcss\\projectbundle\\QuantEngine.Web.bundle.scp.css","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"10327"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"GphsPL5Q7m5g2Ugk7RGmBY019LEDJjdfaTE9uXiHMcs=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"yi314np04p"},{"Name":"integrity","Value":"sha256-GphsPL5Q7m5g2Ugk7RGmBY019LEDJjdfaTE9uXiHMcs="},{"Name":"label","Value":"QuantEngine.Web.bundle.scp.css"}]},{"Route":"QuantEngine.Web.yi314np04p.bundle.scp.css.gz","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\vpvw6nj9ax-{0}-yi314np04p-yi314np04p.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"2481"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"eMUoaz34S9P8ffguerv/SxXWfTBS7zv7kXrquS2C5EE=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"yi314np04p"},{"Name":"integrity","Value":"sha256-eMUoaz34S9P8ffguerv/SxXWfTBS7zv7kXrquS2C5EE="},{"Name":"label","Value":"QuantEngine.Web.bundle.scp.css.gz"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DataGrid/FluentDataGrid.iyd2uar0up.razor.js","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\DataGrid\\FluentDataGrid.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"34875"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"1lZKAKL99/fIKhHHyn78QXALxnCXr93fSNAdPHEQNyw=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:35 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"iyd2uar0up"},{"Name":"integrity","Value":"sha256-1lZKAKL99/fIKhHHyn78QXALxnCXr93fSNAdPHEQNyw="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DataGrid/FluentDataGrid.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DataGrid/FluentDataGrid.razor.js","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\klh9ieqob8-{0}-iyd2uar0up-iyd2uar0up.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000188750472"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"5297"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"mVXt7/yFqdMLa8QQY6iYBSk+6LH/40GbtguA3LB217U=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-1lZKAKL99/fIKhHHyn78QXALxnCXr93fSNAdPHEQNyw="},{"Name":"original-resource","Value":"\"1lZKAKL99/fIKhHHyn78QXALxnCXr93fSNAdPHEQNyw=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DataGrid/FluentDataGrid.razor.js","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\DataGrid\\FluentDataGrid.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"34875"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"1lZKAKL99/fIKhHHyn78QXALxnCXr93fSNAdPHEQNyw=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:35 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-1lZKAKL99/fIKhHHyn78QXALxnCXr93fSNAdPHEQNyw="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DataGrid/FluentDataGrid.razor.js.gz","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\klh9ieqob8-{0}-iyd2uar0up-iyd2uar0up.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"5297"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"mVXt7/yFqdMLa8QQY6iYBSk+6LH/40GbtguA3LB217U=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-mVXt7/yFqdMLa8QQY6iYBSk+6LH/40GbtguA3LB217U="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DateTime/FluentCalendar.iddw5cjyql.razor.js","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\DateTime\\FluentCalendar.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"8572"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"Sm+4aqP8khjSbxRAfRvzKN3lDOzMNrkE4WoLElf1ZBo=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:35 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"iddw5cjyql"},{"Name":"integrity","Value":"sha256-Sm+4aqP8khjSbxRAfRvzKN3lDOzMNrkE4WoLElf1ZBo="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DateTime/FluentCalendar.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DateTime/FluentCalendar.razor.js","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\f3i2l0jv30-{0}-iddw5cjyql-iddw5cjyql.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000721500722"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1385"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"QbM15H4tY8nQrgmM7QmvW7+Jn9xwkXbIf2+3hzb9c4s=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-Sm+4aqP8khjSbxRAfRvzKN3lDOzMNrkE4WoLElf1ZBo="},{"Name":"original-resource","Value":"\"Sm+4aqP8khjSbxRAfRvzKN3lDOzMNrkE4WoLElf1ZBo=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DateTime/FluentCalendar.razor.js","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\DateTime\\FluentCalendar.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"8572"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"Sm+4aqP8khjSbxRAfRvzKN3lDOzMNrkE4WoLElf1ZBo=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:35 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-Sm+4aqP8khjSbxRAfRvzKN3lDOzMNrkE4WoLElf1ZBo="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/DateTime/FluentCalendar.razor.js.gz","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\f3i2l0jv30-{0}-iddw5cjyql-iddw5cjyql.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1385"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"QbM15H4tY8nQrgmM7QmvW7+Jn9xwkXbIf2+3hzb9c4s=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-QbM15H4tY8nQrgmM7QmvW7+Jn9xwkXbIf2+3hzb9c4s="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Grid/FluentGrid.razor.js","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\6mwvvlkmgj-{0}-s7fspo1leq-s7fspo1leq.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.001242236025"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"804"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"u1h2lV5rBI3BrsWyH29QMNbSsQfE0poKrnbxvM3pb6c=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-CKVUQ/vkjUgUY1uRzOu5xRN3mWbu53LQcqOhCL2qTjk="},{"Name":"original-resource","Value":"\"CKVUQ/vkjUgUY1uRzOu5xRN3mWbu53LQcqOhCL2qTjk=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Grid/FluentGrid.razor.js","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Grid\\FluentGrid.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"4167"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"CKVUQ/vkjUgUY1uRzOu5xRN3mWbu53LQcqOhCL2qTjk=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:35 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-CKVUQ/vkjUgUY1uRzOu5xRN3mWbu53LQcqOhCL2qTjk="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Grid/FluentGrid.razor.js.gz","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\6mwvvlkmgj-{0}-s7fspo1leq-s7fspo1leq.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"804"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"u1h2lV5rBI3BrsWyH29QMNbSsQfE0poKrnbxvM3pb6c=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-u1h2lV5rBI3BrsWyH29QMNbSsQfE0poKrnbxvM3pb6c="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Grid/FluentGrid.s7fspo1leq.razor.js","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Grid\\FluentGrid.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"4167"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"CKVUQ/vkjUgUY1uRzOu5xRN3mWbu53LQcqOhCL2qTjk=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:35 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"s7fspo1leq"},{"Name":"integrity","Value":"sha256-CKVUQ/vkjUgUY1uRzOu5xRN3mWbu53LQcqOhCL2qTjk="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Grid/FluentGrid.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/InputFile/FluentInputFile.qpepyjfzgz.razor.js","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\InputFile\\FluentInputFile.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"3141"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"vlTEC12Yb08ln/28/LKao6eXyvLvgKCMIlxu08w/hlg=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:35 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"qpepyjfzgz"},{"Name":"integrity","Value":"sha256-vlTEC12Yb08ln/28/LKao6eXyvLvgKCMIlxu08w/hlg="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/InputFile/FluentInputFile.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/InputFile/FluentInputFile.razor.js","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\h0qxm5u0yy-{0}-qpepyjfzgz-qpepyjfzgz.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.001459854015"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"684"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"puAYTsdUDYsunZeaTnjnUZbjMjWCztFefm0D1WafaPw=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-vlTEC12Yb08ln/28/LKao6eXyvLvgKCMIlxu08w/hlg="},{"Name":"original-resource","Value":"\"vlTEC12Yb08ln/28/LKao6eXyvLvgKCMIlxu08w/hlg=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/InputFile/FluentInputFile.razor.js","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\InputFile\\FluentInputFile.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"3141"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"vlTEC12Yb08ln/28/LKao6eXyvLvgKCMIlxu08w/hlg=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:35 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-vlTEC12Yb08ln/28/LKao6eXyvLvgKCMIlxu08w/hlg="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/InputFile/FluentInputFile.razor.js.gz","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\h0qxm5u0yy-{0}-qpepyjfzgz-qpepyjfzgz.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"684"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"puAYTsdUDYsunZeaTnjnUZbjMjWCztFefm0D1WafaPw=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-puAYTsdUDYsunZeaTnjnUZbjMjWCztFefm0D1WafaPw="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/KeyCode/FluentKeyCode.razor.js","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\win2gt64sq-{0}-x8xhhr7jgv-x8xhhr7jgv.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000974658869"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1025"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"HZXVE/PUmqhsUTpuEgTqyaVTgUoGuGN4FqivUgvvhFo=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-bxDc4khUNjLOw+ARLrroYG3mpvBAs+vszwvhpYCOzZ0="},{"Name":"original-resource","Value":"\"bxDc4khUNjLOw+ARLrroYG3mpvBAs+vszwvhpYCOzZ0=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/KeyCode/FluentKeyCode.razor.js","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\KeyCode\\FluentKeyCode.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"5058"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"bxDc4khUNjLOw+ARLrroYG3mpvBAs+vszwvhpYCOzZ0=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-bxDc4khUNjLOw+ARLrroYG3mpvBAs+vszwvhpYCOzZ0="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/KeyCode/FluentKeyCode.razor.js.gz","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\win2gt64sq-{0}-x8xhhr7jgv-x8xhhr7jgv.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1025"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"HZXVE/PUmqhsUTpuEgTqyaVTgUoGuGN4FqivUgvvhFo=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-HZXVE/PUmqhsUTpuEgTqyaVTgUoGuGN4FqivUgvvhFo="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/KeyCode/FluentKeyCode.x8xhhr7jgv.razor.js","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\KeyCode\\FluentKeyCode.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"5058"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"bxDc4khUNjLOw+ARLrroYG3mpvBAs+vszwvhpYCOzZ0=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"x8xhhr7jgv"},{"Name":"integrity","Value":"sha256-bxDc4khUNjLOw+ARLrroYG3mpvBAs+vszwvhpYCOzZ0="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/KeyCode/FluentKeyCode.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/List/FluentSelect.ghr9dc63gi.razor.js","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\List\\FluentSelect.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"1076"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"nA/vz4/cYdWcN89t7NWCnYqE8FwF3k7OTUTfwLpk1Yk=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"ghr9dc63gi"},{"Name":"integrity","Value":"sha256-nA/vz4/cYdWcN89t7NWCnYqE8FwF3k7OTUTfwLpk1Yk="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/List/FluentSelect.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/List/FluentSelect.razor.js","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\ru2nohmkoz-{0}-ghr9dc63gi-ghr9dc63gi.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.002923976608"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"341"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"f0j6rHz4U/x+pO1EDCKvIZBbfLy/dXA+jWT5to3EdDQ=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-nA/vz4/cYdWcN89t7NWCnYqE8FwF3k7OTUTfwLpk1Yk="},{"Name":"original-resource","Value":"\"nA/vz4/cYdWcN89t7NWCnYqE8FwF3k7OTUTfwLpk1Yk=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/List/FluentSelect.razor.js","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\List\\FluentSelect.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"1076"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"nA/vz4/cYdWcN89t7NWCnYqE8FwF3k7OTUTfwLpk1Yk=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-nA/vz4/cYdWcN89t7NWCnYqE8FwF3k7OTUTfwLpk1Yk="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/List/FluentSelect.razor.js.gz","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\ru2nohmkoz-{0}-ghr9dc63gi-ghr9dc63gi.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"341"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"f0j6rHz4U/x+pO1EDCKvIZBbfLy/dXA+jWT5to3EdDQ=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-f0j6rHz4U/x+pO1EDCKvIZBbfLy/dXA+jWT5to3EdDQ="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Nav/FluentNav.nvqi1h5n7i.razor.js","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Nav\\FluentNav.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"9043"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"bRKyUGuiMFqhTYV5yf1WzjwFtd/rKQ3ArG5qwShW2yI=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"nvqi1h5n7i"},{"Name":"integrity","Value":"sha256-bRKyUGuiMFqhTYV5yf1WzjwFtd/rKQ3ArG5qwShW2yI="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Nav/FluentNav.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Nav/FluentNav.razor.js","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\4m8jx7ixl4-{0}-nvqi1h5n7i-nvqi1h5n7i.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000574712644"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1739"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"tUn67gj2s6LMiMV5lUJnwKgWSr/lfYcaxEl8wuTWS2E=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-bRKyUGuiMFqhTYV5yf1WzjwFtd/rKQ3ArG5qwShW2yI="},{"Name":"original-resource","Value":"\"bRKyUGuiMFqhTYV5yf1WzjwFtd/rKQ3ArG5qwShW2yI=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Nav/FluentNav.razor.js","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Nav\\FluentNav.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"9043"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"bRKyUGuiMFqhTYV5yf1WzjwFtd/rKQ3ArG5qwShW2yI=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-bRKyUGuiMFqhTYV5yf1WzjwFtd/rKQ3ArG5qwShW2yI="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Nav/FluentNav.razor.js.gz","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\4m8jx7ixl4-{0}-nvqi1h5n7i-nvqi1h5n7i.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1739"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"tUn67gj2s6LMiMV5lUJnwKgWSr/lfYcaxEl8wuTWS2E=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-tUn67gj2s6LMiMV5lUJnwKgWSr/lfYcaxEl8wuTWS2E="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Overflow/FluentOverflow.asn2ffubki.razor.js","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Overflow\\FluentOverflow.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"8875"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"6o+ehHCT/R8kEgIT+yI3v99icPhLOTg3U+P2aJNQ5PA=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"asn2ffubki"},{"Name":"integrity","Value":"sha256-6o+ehHCT/R8kEgIT+yI3v99icPhLOTg3U+P2aJNQ5PA="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Overflow/FluentOverflow.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Overflow/FluentOverflow.razor.js","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\mm8wr5jb95-{0}-asn2ffubki-asn2ffubki.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000602046960"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1660"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"7bZF8uwHs/l8/OSFSaLC/zTyosxVIS02ICtgNKGPnP4=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-6o+ehHCT/R8kEgIT+yI3v99icPhLOTg3U+P2aJNQ5PA="},{"Name":"original-resource","Value":"\"6o+ehHCT/R8kEgIT+yI3v99icPhLOTg3U+P2aJNQ5PA=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Overflow/FluentOverflow.razor.js","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Overflow\\FluentOverflow.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"8875"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"6o+ehHCT/R8kEgIT+yI3v99icPhLOTg3U+P2aJNQ5PA=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-6o+ehHCT/R8kEgIT+yI3v99icPhLOTg3U+P2aJNQ5PA="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Overflow/FluentOverflow.razor.js.gz","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\mm8wr5jb95-{0}-asn2ffubki-asn2ffubki.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1660"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"7bZF8uwHs/l8/OSFSaLC/zTyosxVIS02ICtgNKGPnP4=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-7bZF8uwHs/l8/OSFSaLC/zTyosxVIS02ICtgNKGPnP4="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/PullToRefresh/FluentPullToRefresh.7jrmyk289x.razor.js","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\PullToRefresh\\FluentPullToRefresh.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"7898"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"HXkWfkVndk6WEvnsTYwUpm1Nfeht3aYi6m487Nl8OoU=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"7jrmyk289x"},{"Name":"integrity","Value":"sha256-HXkWfkVndk6WEvnsTYwUpm1Nfeht3aYi6m487Nl8OoU="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/PullToRefresh/FluentPullToRefresh.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/PullToRefresh/FluentPullToRefresh.razor.js","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\jq2jihf5fr-{0}-7jrmyk289x-7jrmyk289x.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000637348630"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1568"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"tTIpyljPo/QFZTwD6HKjB5LpYDfJbdYh1WmF9cJGgvI=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-HXkWfkVndk6WEvnsTYwUpm1Nfeht3aYi6m487Nl8OoU="},{"Name":"original-resource","Value":"\"HXkWfkVndk6WEvnsTYwUpm1Nfeht3aYi6m487Nl8OoU=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/PullToRefresh/FluentPullToRefresh.razor.js","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\PullToRefresh\\FluentPullToRefresh.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"7898"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"HXkWfkVndk6WEvnsTYwUpm1Nfeht3aYi6m487Nl8OoU=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-HXkWfkVndk6WEvnsTYwUpm1Nfeht3aYi6m487Nl8OoU="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/PullToRefresh/FluentPullToRefresh.razor.js.gz","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\jq2jihf5fr-{0}-7jrmyk289x-7jrmyk289x.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1568"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"tTIpyljPo/QFZTwD6HKjB5LpYDfJbdYh1WmF9cJGgvI=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-tTIpyljPo/QFZTwD6HKjB5LpYDfJbdYh1WmF9cJGgvI="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Tooltip/FluentTooltip.razor.js","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\is0nail857-{0}-rdaq2hquit-rdaq2hquit.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.001488095238"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"671"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"bRbcLRczN1GPnqA3Re1jatdgP587mjVEOqTVOfOjG5o=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-D/2jXsbnFfF3qjWD63hPo/KToRTgWrk5EG02knLgXJw="},{"Name":"original-resource","Value":"\"D/2jXsbnFfF3qjWD63hPo/KToRTgWrk5EG02knLgXJw=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Tooltip/FluentTooltip.razor.js","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Tooltip\\FluentTooltip.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"2720"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"D/2jXsbnFfF3qjWD63hPo/KToRTgWrk5EG02knLgXJw=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-D/2jXsbnFfF3qjWD63hPo/KToRTgWrk5EG02knLgXJw="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Tooltip/FluentTooltip.razor.js.gz","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\is0nail857-{0}-rdaq2hquit-rdaq2hquit.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"671"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"bRbcLRczN1GPnqA3Re1jatdgP587mjVEOqTVOfOjG5o=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-bRbcLRczN1GPnqA3Re1jatdgP587mjVEOqTVOfOjG5o="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Tooltip/FluentTooltip.rdaq2hquit.razor.js","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\Tooltip\\FluentTooltip.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"2720"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"D/2jXsbnFfF3qjWD63hPo/KToRTgWrk5EG02knLgXJw=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"rdaq2hquit"},{"Name":"integrity","Value":"sha256-D/2jXsbnFfF3qjWD63hPo/KToRTgWrk5EG02knLgXJw="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/Tooltip/FluentTooltip.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/TreeView/FluentTreeView.o9w0qkfcrf.razor.js","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\TreeView\\FluentTreeView.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"1155"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"pEJcxp/i3pmze3icMk3UUq69b3Fh+U4c34a9oo2zBZc=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"o9w0qkfcrf"},{"Name":"integrity","Value":"sha256-pEJcxp/i3pmze3icMk3UUq69b3Fh+U4c34a9oo2zBZc="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/TreeView/FluentTreeView.razor.js"},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/TreeView/FluentTreeView.razor.js","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\ib5axksgx0-{0}-o9w0qkfcrf-o9w0qkfcrf.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.002577319588"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"387"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"GLIhBa/Trggd7bGeeUuKKPZNhenwG104/L59ovzgHSo=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-pEJcxp/i3pmze3icMk3UUq69b3Fh+U4c34a9oo2zBZc="},{"Name":"original-resource","Value":"\"pEJcxp/i3pmze3icMk3UUq69b3Fh+U4c34a9oo2zBZc=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/TreeView/FluentTreeView.razor.js","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Components\\TreeView\\FluentTreeView.razor.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"1155"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"pEJcxp/i3pmze3icMk3UUq69b3Fh+U4c34a9oo2zBZc=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:45:36 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-pEJcxp/i3pmze3icMk3UUq69b3Fh+U4c34a9oo2zBZc="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Components/TreeView/FluentTreeView.razor.js.gz","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\ib5axksgx0-{0}-o9w0qkfcrf-o9w0qkfcrf.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"387"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"GLIhBa/Trggd7bGeeUuKKPZNhenwG104/L59ovzgHSo=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-GLIhBa/Trggd7bGeeUuKKPZNhenwG104/L59ovzgHSo="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\ctztv6q6p6-{0}-jdfzv2q2bu-jdfzv2q2bu.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000051810787"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"19300"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"6AanHFzLkOIOoi+7b5b3h2tQsCQcPS9ts519xHvL0Eo=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-aeB/mRcbc+K21Gyh56YE+GRaaQuRiORj8coh5bs21ao="},{"Name":"original-resource","Value":"\"aeB/mRcbc+K21Gyh56YE+GRaaQuRiORj8coh5bs21ao=\""}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"169332"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"aeB/mRcbc+K21Gyh56YE+GRaaQuRiORj8coh5bs21ao=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:47:57 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-aeB/mRcbc+K21Gyh56YE+GRaaQuRiORj8coh5bs21ao="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css.gz","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\ctztv6q6p6-{0}-jdfzv2q2bu-jdfzv2q2bu.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"19300"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"6AanHFzLkOIOoi+7b5b3h2tQsCQcPS9ts519xHvL0Eo=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-6AanHFzLkOIOoi+7b5b3h2tQsCQcPS9ts519xHvL0Eo="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lib.module.js","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\kwrall9b0s-{0}-p1atgyms84-p1atgyms84.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000009585430"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"104324"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"1J14HQFFJHp+cVjMzdLoItjq+PoQcjJlRXdxF4cbL7w=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"dependency-group","Value":"js-initializer"},{"Name":"integrity","Value":"sha256-4+8EMKrZyyKpz5SYRkfE9UNiAR/XXfbvLZupWyVo9e8="},{"Name":"original-resource","Value":"\"4+8EMKrZyyKpz5SYRkfE9UNiAR/XXfbvLZupWyVo9e8=\""},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lib.module.js","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\Microsoft.FluentUI.AspNetCore.Components.lib.module.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"430712"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"4+8EMKrZyyKpz5SYRkfE9UNiAR/XXfbvLZupWyVo9e8=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:47:57 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"dependency-group","Value":"js-initializer"},{"Name":"integrity","Value":"sha256-4+8EMKrZyyKpz5SYRkfE9UNiAR/XXfbvLZupWyVo9e8="},{"Name":"script-type","Value":"module"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lib.module.js.gz","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\kwrall9b0s-{0}-p1atgyms84-p1atgyms84.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"104324"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"1J14HQFFJHp+cVjMzdLoItjq+PoQcjJlRXdxF4cbL7w=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-1J14HQFFJHp+cVjMzdLoItjq+PoQcjJlRXdxF4cbL7w="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/css/default-fuib.css","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\oc0evn85jv-{0}-t1fy3wrmof-t1fy3wrmof.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000892857143"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1119"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"FhFgpXuMIyIl+zkBzQOWPMSUQFy/sbm2tqICjjaFMck=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-T+zRH2ZbvrSiWb+RLt5H/SOfx7sJ8sJTPP0oqO8F/eE="},{"Name":"original-resource","Value":"\"T+zRH2ZbvrSiWb+RLt5H/SOfx7sJ8sJTPP0oqO8F/eE=\""}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/css/default-fuib.css","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\css\\default-fuib.css","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"3921"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"T+zRH2ZbvrSiWb+RLt5H/SOfx7sJ8sJTPP0oqO8F/eE=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:34:49 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-T+zRH2ZbvrSiWb+RLt5H/SOfx7sJ8sJTPP0oqO8F/eE="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/css/default-fuib.css.gz","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\oc0evn85jv-{0}-t1fy3wrmof-t1fy3wrmof.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1119"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"FhFgpXuMIyIl+zkBzQOWPMSUQFy/sbm2tqICjjaFMck=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-FhFgpXuMIyIl+zkBzQOWPMSUQFy/sbm2tqICjjaFMck="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/css/default-fuib.t1fy3wrmof.css","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\css\\default-fuib.css","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"3921"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"T+zRH2ZbvrSiWb+RLt5H/SOfx7sJ8sJTPP0oqO8F/eE=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:34:49 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"t1fy3wrmof"},{"Name":"integrity","Value":"sha256-T+zRH2ZbvrSiWb+RLt5H/SOfx7sJ8sJTPP0oqO8F/eE="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/css/default-fuib.css"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.acio4t06fh.css","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\css\\reboot.css","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"6958"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"2gpFDIv1SoVtZuoG45M8ctY3ZyadK6JpmeEpnZ+Labg=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:34:49 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"acio4t06fh"},{"Name":"integrity","Value":"sha256-2gpFDIv1SoVtZuoG45M8ctY3ZyadK6JpmeEpnZ+Labg="},{"Name":"label","Value":"_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css"}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\6nn42apl8y-{0}-acio4t06fh-acio4t06fh.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000495540139"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"2017"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"vJLsSUQe61SUTw2195Gksk/aLyruEB6Xoh1ORbzQmJw=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-2gpFDIv1SoVtZuoG45M8ctY3ZyadK6JpmeEpnZ+Labg="},{"Name":"original-resource","Value":"\"2gpFDIv1SoVtZuoG45M8ctY3ZyadK6JpmeEpnZ+Labg=\""}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\css\\reboot.css","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"6958"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"2gpFDIv1SoVtZuoG45M8ctY3ZyadK6JpmeEpnZ+Labg=\""},{"Name":"Last-Modified","Value":"Fri, 26 Jun 2026 17:34:49 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-2gpFDIv1SoVtZuoG45M8ctY3ZyadK6JpmeEpnZ+Labg="}]},{"Route":"_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css.gz","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\6nn42apl8y-{0}-acio4t06fh-acio4t06fh.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"2017"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"vJLsSUQe61SUTw2195Gksk/aLyruEB6Xoh1ORbzQmJw=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-vJLsSUQe61SUTw2195Gksk/aLyruEB6Xoh1ORbzQmJw="}]},{"Route":"_framework/blazor.server.ig5xotzpx5.js","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\dym80g6kqp-{0}-ig5xotzpx5-ig5xotzpx5.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000022414489"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"44613"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"8SHiCfrY3uP/FPMl3Z/9dC8R/SbAFWcMG+jt0IueBn0=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"ig5xotzpx5"},{"Name":"integrity","Value":"sha256-Hkq0WF8BQSbPKBESSW0l9lfhLJCQMvFb4SNbTG4OHqY="},{"Name":"label","Value":"_framework/blazor.server.js"},{"Name":"original-resource","Value":"\"Hkq0WF8BQSbPKBESSW0l9lfhLJCQMvFb4SNbTG4OHqY=\""}]},{"Route":"_framework/blazor.server.ig5xotzpx5.js","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.aspnetcore.app.internal.assets\\10.0.9\\_framework\\blazor.server.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"165098"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"Hkq0WF8BQSbPKBESSW0l9lfhLJCQMvFb4SNbTG4OHqY=\""},{"Name":"Last-Modified","Value":"Wed, 20 May 2026 20:17:46 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"ig5xotzpx5"},{"Name":"integrity","Value":"sha256-Hkq0WF8BQSbPKBESSW0l9lfhLJCQMvFb4SNbTG4OHqY="},{"Name":"label","Value":"_framework/blazor.server.js"}]},{"Route":"_framework/blazor.server.ig5xotzpx5.js.gz","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\dym80g6kqp-{0}-ig5xotzpx5-ig5xotzpx5.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"44613"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"8SHiCfrY3uP/FPMl3Z/9dC8R/SbAFWcMG+jt0IueBn0=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"ig5xotzpx5"},{"Name":"integrity","Value":"sha256-8SHiCfrY3uP/FPMl3Z/9dC8R/SbAFWcMG+jt0IueBn0="},{"Name":"label","Value":"_framework/blazor.server.js.gz"}]},{"Route":"_framework/blazor.server.js","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\dym80g6kqp-{0}-ig5xotzpx5-ig5xotzpx5.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000022414489"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"44613"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"8SHiCfrY3uP/FPMl3Z/9dC8R/SbAFWcMG+jt0IueBn0=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-Hkq0WF8BQSbPKBESSW0l9lfhLJCQMvFb4SNbTG4OHqY="},{"Name":"original-resource","Value":"\"Hkq0WF8BQSbPKBESSW0l9lfhLJCQMvFb4SNbTG4OHqY=\""}]},{"Route":"_framework/blazor.server.js","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.aspnetcore.app.internal.assets\\10.0.9\\_framework\\blazor.server.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"165098"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"Hkq0WF8BQSbPKBESSW0l9lfhLJCQMvFb4SNbTG4OHqY=\""},{"Name":"Last-Modified","Value":"Wed, 20 May 2026 20:17:46 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-Hkq0WF8BQSbPKBESSW0l9lfhLJCQMvFb4SNbTG4OHqY="}]},{"Route":"_framework/blazor.server.js.gz","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\dym80g6kqp-{0}-ig5xotzpx5-ig5xotzpx5.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"44613"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"8SHiCfrY3uP/FPMl3Z/9dC8R/SbAFWcMG+jt0IueBn0=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-8SHiCfrY3uP/FPMl3Z/9dC8R/SbAFWcMG+jt0IueBn0="}]},{"Route":"_framework/blazor.web.js","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\nr5locadir-{0}-ne14ti1q68-ne14ti1q68.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000017985288"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"55600"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"058dGub3ls7c2hIUQWWy3wBRpGD4A5cRsNrc818yk9Q=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-HzXhVzhDfEU9VC0nAj+SUrhJj7DIUreXekbQktqpgOE="},{"Name":"original-resource","Value":"\"HzXhVzhDfEU9VC0nAj+SUrhJj7DIUreXekbQktqpgOE=\""}]},{"Route":"_framework/blazor.web.js","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.aspnetcore.app.internal.assets\\10.0.9\\_framework\\blazor.web.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"200538"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"HzXhVzhDfEU9VC0nAj+SUrhJj7DIUreXekbQktqpgOE=\""},{"Name":"Last-Modified","Value":"Wed, 20 May 2026 20:17:50 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-HzXhVzhDfEU9VC0nAj+SUrhJj7DIUreXekbQktqpgOE="}]},{"Route":"_framework/blazor.web.js.gz","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\nr5locadir-{0}-ne14ti1q68-ne14ti1q68.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"55600"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"058dGub3ls7c2hIUQWWy3wBRpGD4A5cRsNrc818yk9Q=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-058dGub3ls7c2hIUQWWy3wBRpGD4A5cRsNrc818yk9Q="}]},{"Route":"_framework/blazor.web.ne14ti1q68.js","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\nr5locadir-{0}-ne14ti1q68-ne14ti1q68.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000017985288"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"55600"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"058dGub3ls7c2hIUQWWy3wBRpGD4A5cRsNrc818yk9Q=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"ne14ti1q68"},{"Name":"integrity","Value":"sha256-HzXhVzhDfEU9VC0nAj+SUrhJj7DIUreXekbQktqpgOE="},{"Name":"label","Value":"_framework/blazor.web.js"},{"Name":"original-resource","Value":"\"HzXhVzhDfEU9VC0nAj+SUrhJj7DIUreXekbQktqpgOE=\""}]},{"Route":"_framework/blazor.web.ne14ti1q68.js","AssetFile":"D:\\DevCache\\nuget-packages\\microsoft.aspnetcore.app.internal.assets\\10.0.9\\_framework\\blazor.web.js","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"200538"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"HzXhVzhDfEU9VC0nAj+SUrhJj7DIUreXekbQktqpgOE=\""},{"Name":"Last-Modified","Value":"Wed, 20 May 2026 20:17:50 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"ne14ti1q68"},{"Name":"integrity","Value":"sha256-HzXhVzhDfEU9VC0nAj+SUrhJj7DIUreXekbQktqpgOE="},{"Name":"label","Value":"_framework/blazor.web.js"}]},{"Route":"_framework/blazor.web.ne14ti1q68.js.gz","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\nr5locadir-{0}-ne14ti1q68-ne14ti1q68.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"55600"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"058dGub3ls7c2hIUQWWy3wBRpGD4A5cRsNrc818yk9Q=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"ne14ti1q68"},{"Name":"integrity","Value":"sha256-058dGub3ls7c2hIUQWWy3wBRpGD4A5cRsNrc818yk9Q="},{"Name":"label","Value":"_framework/blazor.web.js.gz"}]},{"Route":"app.css","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\q2w3mddmwi-{0}-hhus5bms5i-hhus5bms5i.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000530503979"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1884"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"dIHjmWP446UQxKnPFlhYbfhNtHyJbTw03B3FlIfJIhM=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-q+WOaqM0nK+YJc9mffiSnfzZ9cNGTWpp3KaiKimoxBQ="},{"Name":"original-resource","Value":"\"q+WOaqM0nK+YJc9mffiSnfzZ9cNGTWpp3KaiKimoxBQ=\""}]},{"Route":"app.css","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\wwwroot\\app.css","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"6886"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"q+WOaqM0nK+YJc9mffiSnfzZ9cNGTWpp3KaiKimoxBQ=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 13:57:48 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-q+WOaqM0nK+YJc9mffiSnfzZ9cNGTWpp3KaiKimoxBQ="}]},{"Route":"app.css.gz","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\q2w3mddmwi-{0}-hhus5bms5i-hhus5bms5i.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1884"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"dIHjmWP446UQxKnPFlhYbfhNtHyJbTw03B3FlIfJIhM=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-dIHjmWP446UQxKnPFlhYbfhNtHyJbTw03B3FlIfJIhM="}]},{"Route":"app.hhus5bms5i.css","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\q2w3mddmwi-{0}-hhus5bms5i-hhus5bms5i.gz","Selectors":[{"Name":"Content-Encoding","Value":"gzip","Quality":"0.000530503979"}],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1884"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"dIHjmWP446UQxKnPFlhYbfhNtHyJbTw03B3FlIfJIhM=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"hhus5bms5i"},{"Name":"integrity","Value":"sha256-q+WOaqM0nK+YJc9mffiSnfzZ9cNGTWpp3KaiKimoxBQ="},{"Name":"label","Value":"app.css"},{"Name":"original-resource","Value":"\"q+WOaqM0nK+YJc9mffiSnfzZ9cNGTWpp3KaiKimoxBQ=\""}]},{"Route":"app.hhus5bms5i.css","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\wwwroot\\app.css","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"6886"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"q+WOaqM0nK+YJc9mffiSnfzZ9cNGTWpp3KaiKimoxBQ=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 13:57:48 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"hhus5bms5i"},{"Name":"integrity","Value":"sha256-q+WOaqM0nK+YJc9mffiSnfzZ9cNGTWpp3KaiKimoxBQ="},{"Name":"label","Value":"app.css"}]},{"Route":"app.hhus5bms5i.css.gz","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\q2w3mddmwi-{0}-hhus5bms5i-hhus5bms5i.gz","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Encoding","Value":"gzip"},{"Name":"Content-Length","Value":"1884"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"dIHjmWP446UQxKnPFlhYbfhNtHyJbTw03B3FlIfJIhM=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 14:32:21 GMT"},{"Name":"Vary","Value":"Accept-Encoding"}],"EndpointProperties":[{"Name":"fingerprint","Value":"hhus5bms5i"},{"Name":"integrity","Value":"sha256-dIHjmWP446UQxKnPFlhYbfhNtHyJbTw03B3FlIfJIhM="},{"Name":"label","Value":"app.css.gz"}]},{"Route":"favicon.ifv42okdf2.png","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\wwwroot\\favicon.png","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"1148"},{"Name":"Content-Type","Value":"image/png"},{"Name":"ETag","Value":"\"4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 13:57:48 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"ifv42okdf2"},{"Name":"integrity","Value":"sha256-4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg="},{"Name":"label","Value":"favicon.png"}]},{"Route":"favicon.png","AssetFile":"C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\wwwroot\\favicon.png","Selectors":[],"ResponseHeaders":[{"Name":"Cache-Control","Value":"max-age=3600, must-revalidate"},{"Name":"Content-Length","Value":"1148"},{"Name":"Content-Type","Value":"image/png"},{"Name":"ETag","Value":"\"4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg=\""},{"Name":"Last-Modified","Value":"Mon, 29 Jun 2026 13:57:48 GMT"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg="}]}]} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/staticwebassets.build.json.cache b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/staticwebassets.build.json.cache deleted file mode 100644 index 74a4bb9..0000000 --- a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/staticwebassets.build.json.cache +++ /dev/null @@ -1 +0,0 @@ -nSlgotTW3Hbf965AW9nz1K2fn8llyiBH8/Q14LKRXcE= \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/staticwebassets.development.json b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/staticwebassets.development.json deleted file mode 100644 index f4824a3..0000000 --- a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/staticwebassets.development.json +++ /dev/null @@ -1 +0,0 @@ -{"ContentRoots":["C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\wwwroot\\","C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\compressed\\","C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\jsmodules\\","C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\Debug\\net10.0\\scopedcss\\bundle\\","D:\\DevCache\\nuget-packages\\microsoft.aspnetcore.app.internal.assets\\10.0.9\\_framework\\","D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\staticwebassets\\","C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\"],"Root":{"Children":{"app.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"app.css"},"Patterns":null},"app.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"q2w3mddmwi-{0}-hhus5bms5i-hhus5bms5i.gz"},"Patterns":null},"favicon.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.png"},"Patterns":null},"QuantEngine.Web.modules.json":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jsmodules.build.manifest.json"},"Patterns":null},"QuantEngine.Web.modules.json.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"bnqbmxev8p-{0}-uhfllo7vmv-uhfllo7vmv.gz"},"Patterns":null},"QuantEngine.Web.styles.css":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"QuantEngine.Web.styles.css"},"Patterns":null},"QuantEngine.Web.styles.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"b7jn6yc0gz-{0}-xny4mnot63-xny4mnot63.gz"},"Patterns":null},"_framework":{"Children":{"blazor.server.js":{"Children":null,"Asset":{"ContentRootIndex":4,"SubPath":"blazor.server.js"},"Patterns":null},"blazor.server.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"dym80g6kqp-{0}-ig5xotzpx5-ig5xotzpx5.gz"},"Patterns":null},"blazor.web.js":{"Children":null,"Asset":{"ContentRootIndex":4,"SubPath":"blazor.web.js"},"Patterns":null},"blazor.web.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"nr5locadir-{0}-ne14ti1q68-ne14ti1q68.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"_content":{"Children":{"Microsoft.FluentUI.AspNetCore.Components":{"Children":{"Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css"},"Patterns":null},"Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"ctztv6q6p6-{0}-jdfzv2q2bu-jdfzv2q2bu.gz"},"Patterns":null},"Microsoft.FluentUI.AspNetCore.Components.lib.module.js":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"Microsoft.FluentUI.AspNetCore.Components.lib.module.js"},"Patterns":null},"Microsoft.FluentUI.AspNetCore.Components.lib.module.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"kwrall9b0s-{0}-p1atgyms84-p1atgyms84.gz"},"Patterns":null},"css":{"Children":{"default-fuib.css":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"css/default-fuib.css"},"Patterns":null},"default-fuib.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"oc0evn85jv-{0}-t1fy3wrmof-t1fy3wrmof.gz"},"Patterns":null},"reboot.css":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"css/reboot.css"},"Patterns":null},"reboot.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"6nn42apl8y-{0}-acio4t06fh-acio4t06fh.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"Components":{"Children":{"DataGrid":{"Children":{"FluentDataGrid.razor.js":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"Components/DataGrid/FluentDataGrid.razor.js"},"Patterns":null},"FluentDataGrid.razor.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"klh9ieqob8-{0}-iyd2uar0up-iyd2uar0up.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"DateTime":{"Children":{"FluentCalendar.razor.js":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"Components/DateTime/FluentCalendar.razor.js"},"Patterns":null},"FluentCalendar.razor.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"f3i2l0jv30-{0}-iddw5cjyql-iddw5cjyql.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"Grid":{"Children":{"FluentGrid.razor.js":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"Components/Grid/FluentGrid.razor.js"},"Patterns":null},"FluentGrid.razor.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"6mwvvlkmgj-{0}-s7fspo1leq-s7fspo1leq.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"InputFile":{"Children":{"FluentInputFile.razor.js":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"Components/InputFile/FluentInputFile.razor.js"},"Patterns":null},"FluentInputFile.razor.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"h0qxm5u0yy-{0}-qpepyjfzgz-qpepyjfzgz.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"KeyCode":{"Children":{"FluentKeyCode.razor.js":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"Components/KeyCode/FluentKeyCode.razor.js"},"Patterns":null},"FluentKeyCode.razor.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"win2gt64sq-{0}-x8xhhr7jgv-x8xhhr7jgv.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"List":{"Children":{"FluentSelect.razor.js":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"Components/List/FluentSelect.razor.js"},"Patterns":null},"FluentSelect.razor.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"ru2nohmkoz-{0}-ghr9dc63gi-ghr9dc63gi.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"Nav":{"Children":{"FluentNav.razor.js":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"Components/Nav/FluentNav.razor.js"},"Patterns":null},"FluentNav.razor.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"4m8jx7ixl4-{0}-nvqi1h5n7i-nvqi1h5n7i.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"Overflow":{"Children":{"FluentOverflow.razor.js":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"Components/Overflow/FluentOverflow.razor.js"},"Patterns":null},"FluentOverflow.razor.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"mm8wr5jb95-{0}-asn2ffubki-asn2ffubki.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"PullToRefresh":{"Children":{"FluentPullToRefresh.razor.js":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"Components/PullToRefresh/FluentPullToRefresh.razor.js"},"Patterns":null},"FluentPullToRefresh.razor.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"jq2jihf5fr-{0}-7jrmyk289x-7jrmyk289x.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"Tooltip":{"Children":{"FluentTooltip.razor.js":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"Components/Tooltip/FluentTooltip.razor.js"},"Patterns":null},"FluentTooltip.razor.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"is0nail857-{0}-rdaq2hquit-rdaq2hquit.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"TreeView":{"Children":{"FluentTreeView.razor.js":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"Components/TreeView/FluentTreeView.razor.js"},"Patterns":null},"FluentTreeView.razor.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"ib5axksgx0-{0}-o9w0qkfcrf-o9w0qkfcrf.gz"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"Components":{"Children":{"Layout":{"Children":{"ReconnectModal.razor.js":{"Children":null,"Asset":{"ContentRootIndex":6,"SubPath":"Components/Layout/ReconnectModal.razor.js"},"Patterns":null},"ReconnectModal.razor.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"t9yb5ynpxl-{0}-13ja33weya-13ja33weya.gz"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/swae.build.ex.cache b/src/dotnet/QuantEngine.Web/obj/Debug/net10.0/swae.build.ex.cache deleted file mode 100644 index e69de29..0000000 diff --git a/src/dotnet/QuantEngine.Web/obj/QuantEngine.Web.csproj.nuget.dgspec.json b/src/dotnet/QuantEngine.Web/obj/QuantEngine.Web.csproj.nuget.dgspec.json deleted file mode 100644 index 2ca2f12..0000000 --- a/src/dotnet/QuantEngine.Web/obj/QuantEngine.Web.csproj.nuget.dgspec.json +++ /dev/null @@ -1,1574 +0,0 @@ -{ - "format": 1, - "restore": { - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\QuantEngine.Web.csproj": {} - }, - "projects": { - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj", - "projectName": "QuantEngine.Application", - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj", - "packagesPath": "D:\\DevCache\\nuget-packages", - "outputPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], - "configFilePaths": [ - "C:\\Users\\kjh20\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "projectReferences": { - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.300" - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.301/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - }, - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj", - "projectName": "QuantEngine.Core", - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj", - "packagesPath": "D:\\DevCache\\nuget-packages", - "outputPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], - "configFilePaths": [ - "C:\\Users\\kjh20\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.300" - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.301/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - }, - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Infrastructure\\QuantEngine.Infrastructure.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Infrastructure\\QuantEngine.Infrastructure.csproj", - "projectName": "QuantEngine.Infrastructure", - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Infrastructure\\QuantEngine.Infrastructure.csproj", - "packagesPath": "D:\\DevCache\\nuget-packages", - "outputPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Infrastructure\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], - "configFilePaths": [ - "C:\\Users\\kjh20\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "projectReferences": { - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj" - }, - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.300" - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "dependencies": { - "Dapper": { - "target": "Package", - "version": "[2.1.79, )" - }, - "Npgsql": { - "target": "Package", - "version": "[10.0.3, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.301/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - }, - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\QuantEngine.Web.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\QuantEngine.Web.csproj", - "projectName": "QuantEngine.Web", - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\QuantEngine.Web.csproj", - "packagesPath": "D:\\DevCache\\nuget-packages", - "outputPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], - "configFilePaths": [ - "C:\\Users\\kjh20\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "projectReferences": { - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj" - }, - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj" - }, - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Infrastructure\\QuantEngine.Infrastructure.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Infrastructure\\QuantEngine.Infrastructure.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.300" - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "dependencies": { - "Microsoft.AspNetCore.App.Internal.Assets": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.9, )", - "autoReferenced": true - }, - "Microsoft.FluentUI.AspNetCore.Components": { - "target": "Package", - "version": "[5.0.0-rc.4-26177.1, )" - }, - "Microsoft.FluentUI.AspNetCore.Components.Icons": { - "target": "Package", - "version": "[5.0.0-rc.4-26177.1, )" - }, - "Serilog.AspNetCore": { - "target": "Package", - "version": "[10.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.AspNetCore.App": { - "privateAssets": "none" - }, - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.301/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.AspNetCore": "(,10.0.32767]", - "Microsoft.AspNetCore.Antiforgery": "(,10.0.32767]", - "Microsoft.AspNetCore.App": "(,10.0.32767]", - "Microsoft.AspNetCore.Authentication": "(,10.0.32767]", - "Microsoft.AspNetCore.Authentication.Abstractions": "(,10.0.32767]", - "Microsoft.AspNetCore.Authentication.BearerToken": "(,10.0.32767]", - "Microsoft.AspNetCore.Authentication.Cookies": "(,10.0.32767]", - "Microsoft.AspNetCore.Authentication.Core": "(,10.0.32767]", - "Microsoft.AspNetCore.Authentication.OAuth": "(,10.0.32767]", - "Microsoft.AspNetCore.Authorization": "(,10.0.32767]", - "Microsoft.AspNetCore.Authorization.Policy": "(,10.0.32767]", - "Microsoft.AspNetCore.Components": "(,10.0.32767]", - "Microsoft.AspNetCore.Components.Authorization": "(,10.0.32767]", - "Microsoft.AspNetCore.Components.Endpoints": "(,10.0.32767]", - "Microsoft.AspNetCore.Components.Forms": "(,10.0.32767]", - "Microsoft.AspNetCore.Components.Server": "(,10.0.32767]", - "Microsoft.AspNetCore.Components.Web": "(,10.0.32767]", - "Microsoft.AspNetCore.Connections.Abstractions": "(,10.0.32767]", - "Microsoft.AspNetCore.CookiePolicy": "(,10.0.32767]", - "Microsoft.AspNetCore.Cors": "(,10.0.32767]", - "Microsoft.AspNetCore.Cryptography.Internal": "(,10.0.32767]", - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "(,10.0.32767]", - "Microsoft.AspNetCore.DataProtection": "(,10.0.32767]", - "Microsoft.AspNetCore.DataProtection.Abstractions": "(,10.0.32767]", - "Microsoft.AspNetCore.DataProtection.Extensions": "(,10.0.32767]", - "Microsoft.AspNetCore.Diagnostics": "(,10.0.32767]", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "(,10.0.32767]", - "Microsoft.AspNetCore.Diagnostics.HealthChecks": "(,10.0.32767]", - "Microsoft.AspNetCore.HostFiltering": "(,10.0.32767]", - "Microsoft.AspNetCore.Hosting": "(,10.0.32767]", - "Microsoft.AspNetCore.Hosting.Abstractions": "(,10.0.32767]", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "(,10.0.32767]", - "Microsoft.AspNetCore.Html.Abstractions": "(,10.0.32767]", - "Microsoft.AspNetCore.Http": "(,10.0.32767]", - "Microsoft.AspNetCore.Http.Abstractions": "(,10.0.32767]", - "Microsoft.AspNetCore.Http.Connections": "(,10.0.32767]", - "Microsoft.AspNetCore.Http.Connections.Common": "(,10.0.32767]", - "Microsoft.AspNetCore.Http.Extensions": "(,10.0.32767]", - "Microsoft.AspNetCore.Http.Features": "(,10.0.32767]", - "Microsoft.AspNetCore.Http.Results": "(,10.0.32767]", - "Microsoft.AspNetCore.HttpLogging": "(,10.0.32767]", - "Microsoft.AspNetCore.HttpOverrides": "(,10.0.32767]", - "Microsoft.AspNetCore.HttpsPolicy": "(,10.0.32767]", - "Microsoft.AspNetCore.Identity": "(,10.0.32767]", - "Microsoft.AspNetCore.Localization": "(,10.0.32767]", - "Microsoft.AspNetCore.Localization.Routing": "(,10.0.32767]", - "Microsoft.AspNetCore.Metadata": "(,10.0.32767]", - "Microsoft.AspNetCore.Mvc": "(,10.0.32767]", - "Microsoft.AspNetCore.Mvc.Abstractions": "(,10.0.32767]", - "Microsoft.AspNetCore.Mvc.ApiExplorer": "(,10.0.32767]", - "Microsoft.AspNetCore.Mvc.Core": "(,10.0.32767]", - "Microsoft.AspNetCore.Mvc.Cors": "(,10.0.32767]", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "(,10.0.32767]", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "(,10.0.32767]", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "(,10.0.32767]", - "Microsoft.AspNetCore.Mvc.Localization": "(,10.0.32767]", - "Microsoft.AspNetCore.Mvc.Razor": "(,10.0.32767]", - "Microsoft.AspNetCore.Mvc.RazorPages": "(,10.0.32767]", - "Microsoft.AspNetCore.Mvc.TagHelpers": "(,10.0.32767]", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "(,10.0.32767]", - "Microsoft.AspNetCore.OutputCaching": "(,10.0.32767]", - "Microsoft.AspNetCore.RateLimiting": "(,10.0.32767]", - "Microsoft.AspNetCore.Razor": "(,10.0.32767]", - "Microsoft.AspNetCore.Razor.Runtime": "(,10.0.32767]", - "Microsoft.AspNetCore.RequestDecompression": "(,10.0.32767]", - "Microsoft.AspNetCore.ResponseCaching": "(,10.0.32767]", - "Microsoft.AspNetCore.ResponseCaching.Abstractions": "(,10.0.32767]", - "Microsoft.AspNetCore.ResponseCompression": "(,10.0.32767]", - "Microsoft.AspNetCore.Rewrite": "(,10.0.32767]", - "Microsoft.AspNetCore.Routing": "(,10.0.32767]", - "Microsoft.AspNetCore.Routing.Abstractions": "(,10.0.32767]", - "Microsoft.AspNetCore.Server.HttpSys": "(,10.0.32767]", - "Microsoft.AspNetCore.Server.IIS": "(,10.0.32767]", - "Microsoft.AspNetCore.Server.IISIntegration": "(,10.0.32767]", - "Microsoft.AspNetCore.Server.Kestrel": "(,10.0.32767]", - "Microsoft.AspNetCore.Server.Kestrel.Core": "(,10.0.32767]", - "Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes": "(,10.0.32767]", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic": "(,10.0.32767]", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets": "(,10.0.32767]", - "Microsoft.AspNetCore.Session": "(,10.0.32767]", - "Microsoft.AspNetCore.SignalR": "(,10.0.32767]", - "Microsoft.AspNetCore.SignalR.Common": "(,10.0.32767]", - "Microsoft.AspNetCore.SignalR.Core": "(,10.0.32767]", - "Microsoft.AspNetCore.SignalR.Protocols.Json": "(,10.0.32767]", - "Microsoft.AspNetCore.StaticAssets": "(,10.0.32767]", - "Microsoft.AspNetCore.StaticFiles": "(,10.0.32767]", - "Microsoft.AspNetCore.WebSockets": "(,10.0.32767]", - "Microsoft.AspNetCore.WebUtilities": "(,10.0.32767]", - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.Extensions.Caching.Abstractions": "(,10.0.32767]", - "Microsoft.Extensions.Caching.Memory": "(,10.0.32767]", - "Microsoft.Extensions.Configuration": "(,10.0.32767]", - "Microsoft.Extensions.Configuration.Abstractions": "(,10.0.32767]", - "Microsoft.Extensions.Configuration.Binder": "(,10.0.32767]", - "Microsoft.Extensions.Configuration.CommandLine": "(,10.0.32767]", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "(,10.0.32767]", - "Microsoft.Extensions.Configuration.FileExtensions": "(,10.0.32767]", - "Microsoft.Extensions.Configuration.Ini": "(,10.0.32767]", - "Microsoft.Extensions.Configuration.Json": "(,10.0.32767]", - "Microsoft.Extensions.Configuration.KeyPerFile": "(,10.0.32767]", - "Microsoft.Extensions.Configuration.UserSecrets": "(,10.0.32767]", - "Microsoft.Extensions.Configuration.Xml": "(,10.0.32767]", - "Microsoft.Extensions.DependencyInjection": "(,10.0.32767]", - "Microsoft.Extensions.DependencyInjection.Abstractions": "(,10.0.32767]", - "Microsoft.Extensions.Diagnostics": "(,10.0.32767]", - "Microsoft.Extensions.Diagnostics.Abstractions": "(,10.0.32767]", - "Microsoft.Extensions.Diagnostics.HealthChecks": "(,10.0.32767]", - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "(,10.0.32767]", - "Microsoft.Extensions.Features": "(,10.0.32767]", - "Microsoft.Extensions.FileProviders.Abstractions": "(,10.0.32767]", - "Microsoft.Extensions.FileProviders.Composite": "(,10.0.32767]", - "Microsoft.Extensions.FileProviders.Physical": "(,10.0.32767]", - "Microsoft.Extensions.FileSystemGlobbing": "(,10.0.32767]", - "Microsoft.Extensions.Hosting": "(,10.0.32767]", - "Microsoft.Extensions.Hosting.Abstractions": "(,10.0.32767]", - "Microsoft.Extensions.Http": "(,10.0.32767]", - "Microsoft.Extensions.Identity.Core": "(,10.0.32767]", - "Microsoft.Extensions.Identity.Stores": "(,10.0.32767]", - "Microsoft.Extensions.Localization": "(,10.0.32767]", - "Microsoft.Extensions.Localization.Abstractions": "(,10.0.32767]", - "Microsoft.Extensions.Logging": "(,10.0.32767]", - "Microsoft.Extensions.Logging.Abstractions": "(,10.0.32767]", - "Microsoft.Extensions.Logging.Configuration": "(,10.0.32767]", - "Microsoft.Extensions.Logging.Console": "(,10.0.32767]", - "Microsoft.Extensions.Logging.Debug": "(,10.0.32767]", - "Microsoft.Extensions.Logging.EventLog": "(,10.0.32767]", - "Microsoft.Extensions.Logging.EventSource": "(,10.0.32767]", - "Microsoft.Extensions.Logging.TraceSource": "(,10.0.32767]", - "Microsoft.Extensions.ObjectPool": "(,10.0.32767]", - "Microsoft.Extensions.Options": "(,10.0.32767]", - "Microsoft.Extensions.Options.ConfigurationExtensions": "(,10.0.32767]", - "Microsoft.Extensions.Options.DataAnnotations": "(,10.0.32767]", - "Microsoft.Extensions.Primitives": "(,10.0.32767]", - "Microsoft.Extensions.Validation": "(,10.0.32767]", - "Microsoft.Extensions.WebEncoders": "(,10.0.32767]", - "Microsoft.JSInterop": "(,10.0.32767]", - "Microsoft.Net.Http.Headers": "(,10.0.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.EventLog": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Cbor": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Cryptography.Xml": "(,10.0.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.RateLimiting": "(,10.0.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - } - } -} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Web/obj/QuantEngine.Web.csproj.nuget.g.props b/src/dotnet/QuantEngine.Web/obj/QuantEngine.Web.csproj.nuget.g.props deleted file mode 100644 index c888349..0000000 --- a/src/dotnet/QuantEngine.Web/obj/QuantEngine.Web.csproj.nuget.g.props +++ /dev/null @@ -1,21 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - D:\DevCache\nuget-packages - D:\DevCache\nuget-packages;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files\dotnet\sdk\NuGetFallbackFolder - PackageReference - 7.0.0 - - - - - - - - - - - \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Web/obj/QuantEngine.Web.csproj.nuget.g.targets b/src/dotnet/QuantEngine.Web/obj/QuantEngine.Web.csproj.nuget.g.targets deleted file mode 100644 index 7180ddb..0000000 --- a/src/dotnet/QuantEngine.Web/obj/QuantEngine.Web.csproj.nuget.g.targets +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Web/obj/project.assets.json b/src/dotnet/QuantEngine.Web/obj/project.assets.json deleted file mode 100644 index 2db915a..0000000 --- a/src/dotnet/QuantEngine.Web/obj/project.assets.json +++ /dev/null @@ -1,1208 +0,0 @@ -{ - "version": 4, - "targets": { - "net10.0": { - "Dapper/2.1.79": { - "type": "package", - "compile": { - "lib/net10.0/Dapper.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/Dapper.dll": { - "related": ".xml" - } - } - }, - "Microsoft.AspNetCore.App.Internal.Assets/10.0.9": { - "type": "package", - "build": { - "build/Microsoft.AspNetCore.App.Internal.Assets.props": {}, - "buildTransitive/Microsoft.AspNetCore.App.Internal.Assets.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.AspNetCore.App.Internal.Assets.targets": {} - } - }, - "Microsoft.Extensions.DependencyModel/10.0.0": { - "type": "package", - "compile": { - "lib/net10.0/Microsoft.Extensions.DependencyModel.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/Microsoft.Extensions.DependencyModel.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.FluentUI.AspNetCore.Components/5.0.0-rc.4-26177.1": { - "type": "package", - "compile": { - "lib/net10.0/Microsoft.FluentUI.AspNetCore.Components.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/Microsoft.FluentUI.AspNetCore.Components.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/Microsoft.FluentUI.AspNetCore.Components.props": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.FluentUI.AspNetCore.Components.props": {} - } - }, - "Microsoft.FluentUI.AspNetCore.Components.Icons/5.0.0-rc.4-26177.1": { - "type": "package", - "dependencies": { - "Microsoft.FluentUI.AspNetCore.Components": "4.14.3" - }, - "compile": { - "lib/net9.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Color.dll": {}, - "lib/net9.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Filled.dll": {}, - "lib/net9.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Light.dll": {}, - "lib/net9.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Regular.dll": {}, - "lib/net9.0/Microsoft.FluentUI.AspNetCore.Components.Icons.dll": {} - }, - "runtime": { - "lib/net9.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Color.dll": {}, - "lib/net9.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Filled.dll": {}, - "lib/net9.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Light.dll": {}, - "lib/net9.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Regular.dll": {}, - "lib/net9.0/Microsoft.FluentUI.AspNetCore.Components.Icons.dll": {} - } - }, - "Npgsql/10.0.3": { - "type": "package", - "compile": { - "lib/net10.0/Npgsql.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/Npgsql.dll": { - "related": ".xml" - } - } - }, - "Serilog/4.3.0": { - "type": "package", - "compile": { - "lib/net9.0/Serilog.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Serilog.dll": { - "related": ".xml" - } - }, - "build": { - "build/_._": {} - } - }, - "Serilog.AspNetCore/10.0.0": { - "type": "package", - "dependencies": { - "Serilog": "4.3.0", - "Serilog.Extensions.Hosting": "10.0.0", - "Serilog.Formatting.Compact": "3.0.0", - "Serilog.Settings.Configuration": "10.0.0", - "Serilog.Sinks.Console": "6.1.1", - "Serilog.Sinks.Debug": "3.0.0", - "Serilog.Sinks.File": "7.0.0" - }, - "compile": { - "lib/net10.0/Serilog.AspNetCore.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/Serilog.AspNetCore.dll": { - "related": ".xml" - } - }, - "frameworkReferences": [ - "Microsoft.AspNetCore.App" - ] - }, - "Serilog.Extensions.Hosting/10.0.0": { - "type": "package", - "dependencies": { - "Serilog": "4.3.0", - "Serilog.Extensions.Logging": "10.0.0" - }, - "compile": { - "lib/net10.0/Serilog.Extensions.Hosting.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/Serilog.Extensions.Hosting.dll": { - "related": ".xml" - } - } - }, - "Serilog.Extensions.Logging/10.0.0": { - "type": "package", - "dependencies": { - "Serilog": "4.2.0" - }, - "compile": { - "lib/net10.0/Serilog.Extensions.Logging.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/Serilog.Extensions.Logging.dll": { - "related": ".xml" - } - } - }, - "Serilog.Formatting.Compact/3.0.0": { - "type": "package", - "dependencies": { - "Serilog": "4.0.0" - }, - "compile": { - "lib/net8.0/Serilog.Formatting.Compact.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Serilog.Formatting.Compact.dll": { - "related": ".xml" - } - } - }, - "Serilog.Settings.Configuration/10.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyModel": "10.0.0", - "Serilog": "4.3.0" - }, - "compile": { - "lib/net10.0/Serilog.Settings.Configuration.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/Serilog.Settings.Configuration.dll": { - "related": ".xml" - } - } - }, - "Serilog.Sinks.Console/6.1.1": { - "type": "package", - "dependencies": { - "Serilog": "4.0.0" - }, - "compile": { - "lib/net8.0/Serilog.Sinks.Console.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Serilog.Sinks.Console.dll": { - "related": ".xml" - } - } - }, - "Serilog.Sinks.Debug/3.0.0": { - "type": "package", - "dependencies": { - "Serilog": "4.0.0" - }, - "compile": { - "lib/net8.0/Serilog.Sinks.Debug.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Serilog.Sinks.Debug.dll": { - "related": ".xml" - } - } - }, - "Serilog.Sinks.File/7.0.0": { - "type": "package", - "dependencies": { - "Serilog": "4.2.0" - }, - "compile": { - "lib/net9.0/Serilog.Sinks.File.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Serilog.Sinks.File.dll": { - "related": ".xml" - } - } - }, - "QuantEngine.Application/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v10.0", - "dependencies": { - "QuantEngine.Core": "1.0.0" - }, - "compile": { - "bin/placeholder/QuantEngine.Application.dll": {} - }, - "runtime": { - "bin/placeholder/QuantEngine.Application.dll": {} - } - }, - "QuantEngine.Core/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v10.0", - "compile": { - "bin/placeholder/QuantEngine.Core.dll": {} - }, - "runtime": { - "bin/placeholder/QuantEngine.Core.dll": {} - } - }, - "QuantEngine.Infrastructure/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v10.0", - "dependencies": { - "Dapper": "2.1.79", - "Npgsql": "10.0.3", - "QuantEngine.Application": "1.0.0", - "QuantEngine.Core": "1.0.0" - }, - "compile": { - "bin/placeholder/QuantEngine.Infrastructure.dll": {} - }, - "runtime": { - "bin/placeholder/QuantEngine.Infrastructure.dll": {} - } - } - } - }, - "libraries": { - "Dapper/2.1.79": { - "sha512": "8YijbzgTfmqmQOnVNorYM6K++pxqnW3nJ4aC1sRHzxUA2CcuoJ9gsTem3kgBnPRMc38zZHl4Esb6hAezXIEEuw==", - "type": "package", - "path": "dapper/2.1.79", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Dapper.png", - "dapper.2.1.79.nupkg.sha512", - "dapper.nuspec", - "lib/net10.0/Dapper.dll", - "lib/net10.0/Dapper.xml", - "lib/net461/Dapper.dll", - "lib/net461/Dapper.xml", - "lib/net8.0/Dapper.dll", - "lib/net8.0/Dapper.xml", - "lib/netstandard2.0/Dapper.dll", - "lib/netstandard2.0/Dapper.xml", - "readme.md" - ] - }, - "Microsoft.AspNetCore.App.Internal.Assets/10.0.9": { - "sha512": "E9Wp/LPKAYkGOVBv4lt5U5TnUA/7pov7QZAwF3eI64kK8AAXqkPDwuadEOwpL1WXEfgecYm0fccluvABp32D8g==", - "type": "package", - "path": "microsoft.aspnetcore.app.internal.assets/10.0.9", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "THIRD-PARTY-NOTICES.TXT", - "_framework/blazor.server.js", - "_framework/blazor.server.js.map", - "_framework/blazor.web.js", - "_framework/blazor.web.js.map", - "_framework/blazor.webassembly.js", - "_framework/blazor.webassembly.js.map", - "build/Microsoft.AspNetCore.App.Internal.Assets.props", - "build/Microsoft.AspNetCore.App.Internal.Assets.targets", - "buildMultiTargeting/Microsoft.AspNetCore.App.Internal.Assets.targets", - "buildTransitive/Microsoft.AspNetCore.App.Internal.Assets.targets", - "microsoft.aspnetcore.app.internal.assets.10.0.9.nupkg.sha512", - "microsoft.aspnetcore.app.internal.assets.nuspec" - ] - }, - "Microsoft.Extensions.DependencyModel/10.0.0": { - "sha512": "RFYJR7APio/BiqdQunRq6DB+nDB6nc2qhHr77mlvZ0q0BT8PubMXN7XicmfzCbrDE/dzhBnUKBRXLTcqUiZDGg==", - "type": "package", - "path": "microsoft.extensions.dependencymodel/10.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", - "lib/net10.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net10.0/Microsoft.Extensions.DependencyModel.xml", - "lib/net462/Microsoft.Extensions.DependencyModel.dll", - "lib/net462/Microsoft.Extensions.DependencyModel.xml", - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net8.0/Microsoft.Extensions.DependencyModel.xml", - "lib/net9.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net9.0/Microsoft.Extensions.DependencyModel.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", - "microsoft.extensions.dependencymodel.10.0.0.nupkg.sha512", - "microsoft.extensions.dependencymodel.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.FluentUI.AspNetCore.Components/5.0.0-rc.4-26177.1": { - "sha512": "y7k8ib6ar+1l7Rc8IdBe5aLWzFPF09ruazr+nB/GZw1Zefehddt7qXhbQzCCRyV7GCTBY3HvV7ms08ChRaeUfQ==", - "type": "package", - "path": "microsoft.fluentui.aspnetcore.components/5.0.0-rc.4-26177.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "build/Microsoft.AspNetCore.StaticWebAssetEndpoints.props", - "build/Microsoft.AspNetCore.StaticWebAssets.props", - "build/Microsoft.FluentUI.AspNetCore.Components.props", - "buildMultiTargeting/Microsoft.FluentUI.AspNetCore.Components.props", - "buildTransitive/Microsoft.FluentUI.AspNetCore.Components.props", - "icon.png", - "lib/net10.0/Microsoft.FluentUI.AspNetCore.Components.dll", - "lib/net10.0/Microsoft.FluentUI.AspNetCore.Components.xml", - "lib/net8.0/Microsoft.FluentUI.AspNetCore.Components.dll", - "lib/net8.0/Microsoft.FluentUI.AspNetCore.Components.xml", - "lib/net9.0/Microsoft.FluentUI.AspNetCore.Components.dll", - "lib/net9.0/Microsoft.FluentUI.AspNetCore.Components.xml", - "microsoft.fluentui.aspnetcore.components.5.0.0-rc.4-26177.1.nupkg.sha512", - "microsoft.fluentui.aspnetcore.components.nuspec", - "staticwebassets/Components/DataGrid/FluentDataGrid.razor.js", - "staticwebassets/Components/DateTime/FluentCalendar.razor.js", - "staticwebassets/Components/Grid/FluentGrid.razor.js", - "staticwebassets/Components/InputFile/FluentInputFile.razor.js", - "staticwebassets/Components/KeyCode/FluentKeyCode.razor.js", - "staticwebassets/Components/List/FluentSelect.razor.js", - "staticwebassets/Components/Nav/FluentNav.razor.js", - "staticwebassets/Components/Overflow/FluentOverflow.razor.js", - "staticwebassets/Components/PullToRefresh/FluentPullToRefresh.razor.js", - "staticwebassets/Components/Tooltip/FluentTooltip.razor.js", - "staticwebassets/Components/TreeView/FluentTreeView.razor.js", - "staticwebassets/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css", - "staticwebassets/Microsoft.FluentUI.AspNetCore.Components.lib.module.js", - "staticwebassets/css/default-fuib.css", - "staticwebassets/css/reboot.css" - ] - }, - "Microsoft.FluentUI.AspNetCore.Components.Icons/5.0.0-rc.4-26177.1": { - "sha512": "99ZPWwDcdEL/o6vmtbi7A+TzjpiOE2DxUJD/McesJTIGEZT8Iohh8URJvgpA8SR8W4tB+9wSfqZMXMCuaWi5aA==", - "type": "package", - "path": "microsoft.fluentui.aspnetcore.components.icons/5.0.0-rc.4-26177.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "icon.png", - "lib/net9.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Color.dll", - "lib/net9.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Filled.dll", - "lib/net9.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Light.dll", - "lib/net9.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Regular.dll", - "lib/net9.0/Microsoft.FluentUI.AspNetCore.Components.Icons.dll", - "microsoft.fluentui.aspnetcore.components.icons.5.0.0-rc.4-26177.1.nupkg.sha512", - "microsoft.fluentui.aspnetcore.components.icons.nuspec" - ] - }, - "Npgsql/10.0.3": { - "sha512": "7nb5YzXuvWWJxB0J8DiyL3we+X4FOctZrt0fIBnucOIaIevFEEwGQVZKtiu9olXdlNAK1eNgqSral6r/jlhI4w==", - "type": "package", - "path": "npgsql/10.0.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/net10.0/Npgsql.dll", - "lib/net10.0/Npgsql.xml", - "lib/net8.0/Npgsql.dll", - "lib/net8.0/Npgsql.xml", - "lib/net9.0/Npgsql.dll", - "lib/net9.0/Npgsql.xml", - "npgsql.10.0.3.nupkg.sha512", - "npgsql.nuspec", - "postgresql.png" - ] - }, - "Serilog/4.3.0": { - "sha512": "+cDryFR0GRhsGOnZSKwaDzRRl4MupvJ42FhCE4zhQRVanX0Jpg6WuCBk59OVhVDPmab1bB+nRykAnykYELA9qQ==", - "type": "package", - "path": "serilog/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "build/Serilog.targets", - "icon.png", - "lib/net462/Serilog.dll", - "lib/net462/Serilog.xml", - "lib/net471/Serilog.dll", - "lib/net471/Serilog.xml", - "lib/net6.0/Serilog.dll", - "lib/net6.0/Serilog.xml", - "lib/net8.0/Serilog.dll", - "lib/net8.0/Serilog.xml", - "lib/net9.0/Serilog.dll", - "lib/net9.0/Serilog.xml", - "lib/netstandard2.0/Serilog.dll", - "lib/netstandard2.0/Serilog.xml", - "serilog.4.3.0.nupkg.sha512", - "serilog.nuspec" - ] - }, - "Serilog.AspNetCore/10.0.0": { - "sha512": "a/cNa1mY4On1oJlfGG1wAvxjp5g7OEzk/Jf/nm7NF9cWoE7KlZw1GldrifUBWm9oKibHkR7Lg/l5jy3y7ACR8w==", - "type": "package", - "path": "serilog.aspnetcore/10.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "icon.png", - "lib/net10.0/Serilog.AspNetCore.dll", - "lib/net10.0/Serilog.AspNetCore.xml", - "lib/net462/Serilog.AspNetCore.dll", - "lib/net462/Serilog.AspNetCore.xml", - "lib/net8.0/Serilog.AspNetCore.dll", - "lib/net8.0/Serilog.AspNetCore.xml", - "lib/net9.0/Serilog.AspNetCore.dll", - "lib/net9.0/Serilog.AspNetCore.xml", - "lib/netstandard2.0/Serilog.AspNetCore.dll", - "lib/netstandard2.0/Serilog.AspNetCore.xml", - "lib/netstandard2.1/Serilog.AspNetCore.dll", - "lib/netstandard2.1/Serilog.AspNetCore.xml", - "serilog.aspnetcore.10.0.0.nupkg.sha512", - "serilog.aspnetcore.nuspec" - ] - }, - "Serilog.Extensions.Hosting/10.0.0": { - "sha512": "E7juuIc+gzoGxgzFooFgAV8g9BfiSXNKsUok9NmEpyAXg2odkcPsMa/Yo4axkJRlh0se7mkYQ1GXDaBemR+b6w==", - "type": "package", - "path": "serilog.extensions.hosting/10.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "icon.png", - "lib/net10.0/Serilog.Extensions.Hosting.dll", - "lib/net10.0/Serilog.Extensions.Hosting.xml", - "lib/net462/Serilog.Extensions.Hosting.dll", - "lib/net462/Serilog.Extensions.Hosting.xml", - "lib/net8.0/Serilog.Extensions.Hosting.dll", - "lib/net8.0/Serilog.Extensions.Hosting.xml", - "lib/net9.0/Serilog.Extensions.Hosting.dll", - "lib/net9.0/Serilog.Extensions.Hosting.xml", - "lib/netstandard2.0/Serilog.Extensions.Hosting.dll", - "lib/netstandard2.0/Serilog.Extensions.Hosting.xml", - "lib/netstandard2.1/Serilog.Extensions.Hosting.dll", - "lib/netstandard2.1/Serilog.Extensions.Hosting.xml", - "serilog.extensions.hosting.10.0.0.nupkg.sha512", - "serilog.extensions.hosting.nuspec" - ] - }, - "Serilog.Extensions.Logging/10.0.0": { - "sha512": "vx0kABKl2dWbBhhqAfTOk53/i8aV/5VaT3a6il9gn72Wqs2pM7EK2OB6No6xdqK2IaY6Zf9gdjLuK9BVa2rT+Q==", - "type": "package", - "path": "serilog.extensions.logging/10.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/net10.0/Serilog.Extensions.Logging.dll", - "lib/net10.0/Serilog.Extensions.Logging.xml", - "lib/net462/Serilog.Extensions.Logging.dll", - "lib/net462/Serilog.Extensions.Logging.xml", - "lib/net8.0/Serilog.Extensions.Logging.dll", - "lib/net8.0/Serilog.Extensions.Logging.xml", - "lib/net9.0/Serilog.Extensions.Logging.dll", - "lib/net9.0/Serilog.Extensions.Logging.xml", - "lib/netstandard2.0/Serilog.Extensions.Logging.dll", - "lib/netstandard2.0/Serilog.Extensions.Logging.xml", - "lib/netstandard2.1/Serilog.Extensions.Logging.dll", - "lib/netstandard2.1/Serilog.Extensions.Logging.xml", - "serilog-extension-nuget.png", - "serilog.extensions.logging.10.0.0.nupkg.sha512", - "serilog.extensions.logging.nuspec" - ] - }, - "Serilog.Formatting.Compact/3.0.0": { - "sha512": "wQsv14w9cqlfB5FX2MZpNsTawckN4a8dryuNGbebB/3Nh1pXnROHZov3swtu3Nj5oNG7Ba+xdu7Et/ulAUPanQ==", - "type": "package", - "path": "serilog.formatting.compact/3.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/net462/Serilog.Formatting.Compact.dll", - "lib/net462/Serilog.Formatting.Compact.xml", - "lib/net471/Serilog.Formatting.Compact.dll", - "lib/net471/Serilog.Formatting.Compact.xml", - "lib/net6.0/Serilog.Formatting.Compact.dll", - "lib/net6.0/Serilog.Formatting.Compact.xml", - "lib/net8.0/Serilog.Formatting.Compact.dll", - "lib/net8.0/Serilog.Formatting.Compact.xml", - "lib/netstandard2.0/Serilog.Formatting.Compact.dll", - "lib/netstandard2.0/Serilog.Formatting.Compact.xml", - "serilog-extension-nuget.png", - "serilog.formatting.compact.3.0.0.nupkg.sha512", - "serilog.formatting.compact.nuspec" - ] - }, - "Serilog.Settings.Configuration/10.0.0": { - "sha512": "LNq+ibS1sbhTqPV1FIE69/9AJJbfaOhnaqkzcjFy95o+4U+STsta9mi97f1smgXsWYKICDeGUf8xUGzd/52/uA==", - "type": "package", - "path": "serilog.settings.configuration/10.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "icon.png", - "lib/net10.0/Serilog.Settings.Configuration.dll", - "lib/net10.0/Serilog.Settings.Configuration.xml", - "lib/net462/Serilog.Settings.Configuration.dll", - "lib/net462/Serilog.Settings.Configuration.xml", - "lib/net8.0/Serilog.Settings.Configuration.dll", - "lib/net8.0/Serilog.Settings.Configuration.xml", - "lib/net9.0/Serilog.Settings.Configuration.dll", - "lib/net9.0/Serilog.Settings.Configuration.xml", - "lib/netstandard2.0/Serilog.Settings.Configuration.dll", - "lib/netstandard2.0/Serilog.Settings.Configuration.xml", - "serilog.settings.configuration.10.0.0.nupkg.sha512", - "serilog.settings.configuration.nuspec" - ] - }, - "Serilog.Sinks.Console/6.1.1": { - "sha512": "8jbqgjUyZlfCuSTaJk6lOca465OndqOz3KZP6Cryt/IqZYybyBu7GP0fE/AXBzrrQB3EBmQntBFAvMVz1COvAA==", - "type": "package", - "path": "serilog.sinks.console/6.1.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "icon.png", - "lib/net462/Serilog.Sinks.Console.dll", - "lib/net462/Serilog.Sinks.Console.xml", - "lib/net471/Serilog.Sinks.Console.dll", - "lib/net471/Serilog.Sinks.Console.xml", - "lib/net6.0/Serilog.Sinks.Console.dll", - "lib/net6.0/Serilog.Sinks.Console.xml", - "lib/net8.0/Serilog.Sinks.Console.dll", - "lib/net8.0/Serilog.Sinks.Console.xml", - "lib/netstandard2.0/Serilog.Sinks.Console.dll", - "lib/netstandard2.0/Serilog.Sinks.Console.xml", - "serilog.sinks.console.6.1.1.nupkg.sha512", - "serilog.sinks.console.nuspec" - ] - }, - "Serilog.Sinks.Debug/3.0.0": { - "sha512": "4BzXcdrgRX7wde9PmHuYd9U6YqycCC28hhpKonK7hx0wb19eiuRj16fPcPSVp0o/Y1ipJuNLYQ00R3q2Zs8FDA==", - "type": "package", - "path": "serilog.sinks.debug/3.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "icon.png", - "lib/net462/Serilog.Sinks.Debug.dll", - "lib/net462/Serilog.Sinks.Debug.xml", - "lib/net471/Serilog.Sinks.Debug.dll", - "lib/net471/Serilog.Sinks.Debug.xml", - "lib/net6.0/Serilog.Sinks.Debug.dll", - "lib/net6.0/Serilog.Sinks.Debug.xml", - "lib/net8.0/Serilog.Sinks.Debug.dll", - "lib/net8.0/Serilog.Sinks.Debug.xml", - "lib/netstandard2.0/Serilog.Sinks.Debug.dll", - "lib/netstandard2.0/Serilog.Sinks.Debug.xml", - "serilog.sinks.debug.3.0.0.nupkg.sha512", - "serilog.sinks.debug.nuspec" - ] - }, - "Serilog.Sinks.File/7.0.0": { - "sha512": "fKL7mXv7qaiNBUC71ssvn/dU0k9t0o45+qm2XgKAlSt19xF+ijjxyA3R6HmCgfKEKwfcfkwWjayuQtRueZFkYw==", - "type": "package", - "path": "serilog.sinks.file/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/net462/Serilog.Sinks.File.dll", - "lib/net462/Serilog.Sinks.File.xml", - "lib/net471/Serilog.Sinks.File.dll", - "lib/net471/Serilog.Sinks.File.xml", - "lib/net6.0/Serilog.Sinks.File.dll", - "lib/net6.0/Serilog.Sinks.File.xml", - "lib/net8.0/Serilog.Sinks.File.dll", - "lib/net8.0/Serilog.Sinks.File.xml", - "lib/net9.0/Serilog.Sinks.File.dll", - "lib/net9.0/Serilog.Sinks.File.xml", - "lib/netstandard2.0/Serilog.Sinks.File.dll", - "lib/netstandard2.0/Serilog.Sinks.File.xml", - "serilog-sink-nuget.png", - "serilog.sinks.file.7.0.0.nupkg.sha512", - "serilog.sinks.file.nuspec" - ] - }, - "QuantEngine.Application/1.0.0": { - "type": "project", - "path": "../QuantEngine.Application/QuantEngine.Application.csproj", - "msbuildProject": "../QuantEngine.Application/QuantEngine.Application.csproj" - }, - "QuantEngine.Core/1.0.0": { - "type": "project", - "path": "../QuantEngine.Core/QuantEngine.Core.csproj", - "msbuildProject": "../QuantEngine.Core/QuantEngine.Core.csproj" - }, - "QuantEngine.Infrastructure/1.0.0": { - "type": "project", - "path": "../QuantEngine.Infrastructure/QuantEngine.Infrastructure.csproj", - "msbuildProject": "../QuantEngine.Infrastructure/QuantEngine.Infrastructure.csproj" - } - }, - "projectFileDependencyGroups": { - "net10.0": [ - "Microsoft.AspNetCore.App.Internal.Assets >= 10.0.9", - "Microsoft.FluentUI.AspNetCore.Components >= 5.0.0-rc.4-26177.1", - "Microsoft.FluentUI.AspNetCore.Components.Icons >= 5.0.0-rc.4-26177.1", - "QuantEngine.Application >= 1.0.0", - "QuantEngine.Core >= 1.0.0", - "QuantEngine.Infrastructure >= 1.0.0", - "Serilog.AspNetCore >= 10.0.0" - ] - }, - "packageFolders": { - "D:\\DevCache\\nuget-packages": {}, - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}, - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\QuantEngine.Web.csproj", - "projectName": "QuantEngine.Web", - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\QuantEngine.Web.csproj", - "packagesPath": "D:\\DevCache\\nuget-packages", - "outputPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], - "configFilePaths": [ - "C:\\Users\\kjh20\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "projectReferences": { - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Application\\QuantEngine.Application.csproj" - }, - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Core\\QuantEngine.Core.csproj" - }, - "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Infrastructure\\QuantEngine.Infrastructure.csproj": { - "projectPath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Infrastructure\\QuantEngine.Infrastructure.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.300" - }, - "frameworks": { - "net10.0": { - "framework": "net10.0", - "targetAlias": "net10.0", - "dependencies": { - "Microsoft.AspNetCore.App.Internal.Assets": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.9, )", - "autoReferenced": true - }, - "Microsoft.FluentUI.AspNetCore.Components": { - "target": "Package", - "version": "[5.0.0-rc.4-26177.1, )" - }, - "Microsoft.FluentUI.AspNetCore.Components.Icons": { - "target": "Package", - "version": "[5.0.0-rc.4-26177.1, )" - }, - "Serilog.AspNetCore": { - "target": "Package", - "version": "[10.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.AspNetCore.App": { - "privateAssets": "none" - }, - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.301/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.AspNetCore": "(,10.0.32767]", - "Microsoft.AspNetCore.Antiforgery": "(,10.0.32767]", - "Microsoft.AspNetCore.App": "(,10.0.32767]", - "Microsoft.AspNetCore.Authentication": "(,10.0.32767]", - "Microsoft.AspNetCore.Authentication.Abstractions": "(,10.0.32767]", - "Microsoft.AspNetCore.Authentication.BearerToken": "(,10.0.32767]", - "Microsoft.AspNetCore.Authentication.Cookies": "(,10.0.32767]", - "Microsoft.AspNetCore.Authentication.Core": "(,10.0.32767]", - "Microsoft.AspNetCore.Authentication.OAuth": "(,10.0.32767]", - "Microsoft.AspNetCore.Authorization": "(,10.0.32767]", - "Microsoft.AspNetCore.Authorization.Policy": "(,10.0.32767]", - "Microsoft.AspNetCore.Components": "(,10.0.32767]", - "Microsoft.AspNetCore.Components.Authorization": "(,10.0.32767]", - "Microsoft.AspNetCore.Components.Endpoints": "(,10.0.32767]", - "Microsoft.AspNetCore.Components.Forms": "(,10.0.32767]", - "Microsoft.AspNetCore.Components.Server": "(,10.0.32767]", - "Microsoft.AspNetCore.Components.Web": "(,10.0.32767]", - "Microsoft.AspNetCore.Connections.Abstractions": "(,10.0.32767]", - "Microsoft.AspNetCore.CookiePolicy": "(,10.0.32767]", - "Microsoft.AspNetCore.Cors": "(,10.0.32767]", - "Microsoft.AspNetCore.Cryptography.Internal": "(,10.0.32767]", - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "(,10.0.32767]", - "Microsoft.AspNetCore.DataProtection": "(,10.0.32767]", - "Microsoft.AspNetCore.DataProtection.Abstractions": "(,10.0.32767]", - "Microsoft.AspNetCore.DataProtection.Extensions": "(,10.0.32767]", - "Microsoft.AspNetCore.Diagnostics": "(,10.0.32767]", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "(,10.0.32767]", - "Microsoft.AspNetCore.Diagnostics.HealthChecks": "(,10.0.32767]", - "Microsoft.AspNetCore.HostFiltering": "(,10.0.32767]", - "Microsoft.AspNetCore.Hosting": "(,10.0.32767]", - "Microsoft.AspNetCore.Hosting.Abstractions": "(,10.0.32767]", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "(,10.0.32767]", - "Microsoft.AspNetCore.Html.Abstractions": "(,10.0.32767]", - "Microsoft.AspNetCore.Http": "(,10.0.32767]", - "Microsoft.AspNetCore.Http.Abstractions": "(,10.0.32767]", - "Microsoft.AspNetCore.Http.Connections": "(,10.0.32767]", - "Microsoft.AspNetCore.Http.Connections.Common": "(,10.0.32767]", - "Microsoft.AspNetCore.Http.Extensions": "(,10.0.32767]", - "Microsoft.AspNetCore.Http.Features": "(,10.0.32767]", - "Microsoft.AspNetCore.Http.Results": "(,10.0.32767]", - "Microsoft.AspNetCore.HttpLogging": "(,10.0.32767]", - "Microsoft.AspNetCore.HttpOverrides": "(,10.0.32767]", - "Microsoft.AspNetCore.HttpsPolicy": "(,10.0.32767]", - "Microsoft.AspNetCore.Identity": "(,10.0.32767]", - "Microsoft.AspNetCore.Localization": "(,10.0.32767]", - "Microsoft.AspNetCore.Localization.Routing": "(,10.0.32767]", - "Microsoft.AspNetCore.Metadata": "(,10.0.32767]", - "Microsoft.AspNetCore.Mvc": "(,10.0.32767]", - "Microsoft.AspNetCore.Mvc.Abstractions": "(,10.0.32767]", - "Microsoft.AspNetCore.Mvc.ApiExplorer": "(,10.0.32767]", - "Microsoft.AspNetCore.Mvc.Core": "(,10.0.32767]", - "Microsoft.AspNetCore.Mvc.Cors": "(,10.0.32767]", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "(,10.0.32767]", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "(,10.0.32767]", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "(,10.0.32767]", - "Microsoft.AspNetCore.Mvc.Localization": "(,10.0.32767]", - "Microsoft.AspNetCore.Mvc.Razor": "(,10.0.32767]", - "Microsoft.AspNetCore.Mvc.RazorPages": "(,10.0.32767]", - "Microsoft.AspNetCore.Mvc.TagHelpers": "(,10.0.32767]", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "(,10.0.32767]", - "Microsoft.AspNetCore.OutputCaching": "(,10.0.32767]", - "Microsoft.AspNetCore.RateLimiting": "(,10.0.32767]", - "Microsoft.AspNetCore.Razor": "(,10.0.32767]", - "Microsoft.AspNetCore.Razor.Runtime": "(,10.0.32767]", - "Microsoft.AspNetCore.RequestDecompression": "(,10.0.32767]", - "Microsoft.AspNetCore.ResponseCaching": "(,10.0.32767]", - "Microsoft.AspNetCore.ResponseCaching.Abstractions": "(,10.0.32767]", - "Microsoft.AspNetCore.ResponseCompression": "(,10.0.32767]", - "Microsoft.AspNetCore.Rewrite": "(,10.0.32767]", - "Microsoft.AspNetCore.Routing": "(,10.0.32767]", - "Microsoft.AspNetCore.Routing.Abstractions": "(,10.0.32767]", - "Microsoft.AspNetCore.Server.HttpSys": "(,10.0.32767]", - "Microsoft.AspNetCore.Server.IIS": "(,10.0.32767]", - "Microsoft.AspNetCore.Server.IISIntegration": "(,10.0.32767]", - "Microsoft.AspNetCore.Server.Kestrel": "(,10.0.32767]", - "Microsoft.AspNetCore.Server.Kestrel.Core": "(,10.0.32767]", - "Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes": "(,10.0.32767]", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic": "(,10.0.32767]", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets": "(,10.0.32767]", - "Microsoft.AspNetCore.Session": "(,10.0.32767]", - "Microsoft.AspNetCore.SignalR": "(,10.0.32767]", - "Microsoft.AspNetCore.SignalR.Common": "(,10.0.32767]", - "Microsoft.AspNetCore.SignalR.Core": "(,10.0.32767]", - "Microsoft.AspNetCore.SignalR.Protocols.Json": "(,10.0.32767]", - "Microsoft.AspNetCore.StaticAssets": "(,10.0.32767]", - "Microsoft.AspNetCore.StaticFiles": "(,10.0.32767]", - "Microsoft.AspNetCore.WebSockets": "(,10.0.32767]", - "Microsoft.AspNetCore.WebUtilities": "(,10.0.32767]", - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.Extensions.Caching.Abstractions": "(,10.0.32767]", - "Microsoft.Extensions.Caching.Memory": "(,10.0.32767]", - "Microsoft.Extensions.Configuration": "(,10.0.32767]", - "Microsoft.Extensions.Configuration.Abstractions": "(,10.0.32767]", - "Microsoft.Extensions.Configuration.Binder": "(,10.0.32767]", - "Microsoft.Extensions.Configuration.CommandLine": "(,10.0.32767]", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "(,10.0.32767]", - "Microsoft.Extensions.Configuration.FileExtensions": "(,10.0.32767]", - "Microsoft.Extensions.Configuration.Ini": "(,10.0.32767]", - "Microsoft.Extensions.Configuration.Json": "(,10.0.32767]", - "Microsoft.Extensions.Configuration.KeyPerFile": "(,10.0.32767]", - "Microsoft.Extensions.Configuration.UserSecrets": "(,10.0.32767]", - "Microsoft.Extensions.Configuration.Xml": "(,10.0.32767]", - "Microsoft.Extensions.DependencyInjection": "(,10.0.32767]", - "Microsoft.Extensions.DependencyInjection.Abstractions": "(,10.0.32767]", - "Microsoft.Extensions.Diagnostics": "(,10.0.32767]", - "Microsoft.Extensions.Diagnostics.Abstractions": "(,10.0.32767]", - "Microsoft.Extensions.Diagnostics.HealthChecks": "(,10.0.32767]", - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "(,10.0.32767]", - "Microsoft.Extensions.Features": "(,10.0.32767]", - "Microsoft.Extensions.FileProviders.Abstractions": "(,10.0.32767]", - "Microsoft.Extensions.FileProviders.Composite": "(,10.0.32767]", - "Microsoft.Extensions.FileProviders.Physical": "(,10.0.32767]", - "Microsoft.Extensions.FileSystemGlobbing": "(,10.0.32767]", - "Microsoft.Extensions.Hosting": "(,10.0.32767]", - "Microsoft.Extensions.Hosting.Abstractions": "(,10.0.32767]", - "Microsoft.Extensions.Http": "(,10.0.32767]", - "Microsoft.Extensions.Identity.Core": "(,10.0.32767]", - "Microsoft.Extensions.Identity.Stores": "(,10.0.32767]", - "Microsoft.Extensions.Localization": "(,10.0.32767]", - "Microsoft.Extensions.Localization.Abstractions": "(,10.0.32767]", - "Microsoft.Extensions.Logging": "(,10.0.32767]", - "Microsoft.Extensions.Logging.Abstractions": "(,10.0.32767]", - "Microsoft.Extensions.Logging.Configuration": "(,10.0.32767]", - "Microsoft.Extensions.Logging.Console": "(,10.0.32767]", - "Microsoft.Extensions.Logging.Debug": "(,10.0.32767]", - "Microsoft.Extensions.Logging.EventLog": "(,10.0.32767]", - "Microsoft.Extensions.Logging.EventSource": "(,10.0.32767]", - "Microsoft.Extensions.Logging.TraceSource": "(,10.0.32767]", - "Microsoft.Extensions.ObjectPool": "(,10.0.32767]", - "Microsoft.Extensions.Options": "(,10.0.32767]", - "Microsoft.Extensions.Options.ConfigurationExtensions": "(,10.0.32767]", - "Microsoft.Extensions.Options.DataAnnotations": "(,10.0.32767]", - "Microsoft.Extensions.Primitives": "(,10.0.32767]", - "Microsoft.Extensions.Validation": "(,10.0.32767]", - "Microsoft.Extensions.WebEncoders": "(,10.0.32767]", - "Microsoft.JSInterop": "(,10.0.32767]", - "Microsoft.Net.Http.Headers": "(,10.0.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.EventLog": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Cbor": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Cryptography.Xml": "(,10.0.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.RateLimiting": "(,10.0.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - } -} \ No newline at end of file diff --git a/src/dotnet/QuantEngine.Web/obj/project.nuget.cache b/src/dotnet/QuantEngine.Web/obj/project.nuget.cache deleted file mode 100644 index 2311f45..0000000 --- a/src/dotnet/QuantEngine.Web/obj/project.nuget.cache +++ /dev/null @@ -1,24 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "V7sKWEQOpP8=", - "success": true, - "projectFilePath": "C:\\Temp\\data_feed\\src\\dotnet\\QuantEngine.Web\\QuantEngine.Web.csproj", - "expectedPackageFiles": [ - "D:\\DevCache\\nuget-packages\\dapper\\2.1.79\\dapper.2.1.79.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\microsoft.aspnetcore.app.internal.assets\\10.0.9\\microsoft.aspnetcore.app.internal.assets.10.0.9.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\microsoft.extensions.dependencymodel\\10.0.0\\microsoft.extensions.dependencymodel.10.0.0.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components\\5.0.0-rc.4-26177.1\\microsoft.fluentui.aspnetcore.components.5.0.0-rc.4-26177.1.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\microsoft.fluentui.aspnetcore.components.icons\\5.0.0-rc.4-26177.1\\microsoft.fluentui.aspnetcore.components.icons.5.0.0-rc.4-26177.1.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\npgsql\\10.0.3\\npgsql.10.0.3.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\serilog\\4.3.0\\serilog.4.3.0.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\serilog.aspnetcore\\10.0.0\\serilog.aspnetcore.10.0.0.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\serilog.extensions.hosting\\10.0.0\\serilog.extensions.hosting.10.0.0.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\serilog.extensions.logging\\10.0.0\\serilog.extensions.logging.10.0.0.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\serilog.formatting.compact\\3.0.0\\serilog.formatting.compact.3.0.0.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\serilog.settings.configuration\\10.0.0\\serilog.settings.configuration.10.0.0.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\serilog.sinks.console\\6.1.1\\serilog.sinks.console.6.1.1.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\serilog.sinks.debug\\3.0.0\\serilog.sinks.debug.3.0.0.nupkg.sha512", - "D:\\DevCache\\nuget-packages\\serilog.sinks.file\\7.0.0\\serilog.sinks.file.7.0.0.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file