diff --git a/.gitignore b/.gitignore index 3c3629e..a2db043 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ node_modules +bin +obj diff --git a/backendCs.Tests/.vscode/launch.json b/backendCS.Tests/.vscode/launch.json similarity index 100% rename from backendCs.Tests/.vscode/launch.json rename to backendCS.Tests/.vscode/launch.json diff --git a/backendCs.Tests/.vscode/tasks.json b/backendCS.Tests/.vscode/tasks.json similarity index 100% rename from backendCs.Tests/.vscode/tasks.json rename to backendCS.Tests/.vscode/tasks.json diff --git a/backendCs.Tests/GlobalUsings.cs b/backendCS.Tests/GlobalUsings.cs similarity index 100% rename from backendCs.Tests/GlobalUsings.cs rename to backendCS.Tests/GlobalUsings.cs diff --git a/backendCs.Tests/UnitTest1.cs b/backendCS.Tests/UnitTest1.cs similarity index 100% rename from backendCs.Tests/UnitTest1.cs rename to backendCS.Tests/UnitTest1.cs diff --git a/backendCs.Tests/backendCs.Test.csproj b/backendCS.Tests/backendCs.Test.csproj similarity index 100% rename from backendCs.Tests/backendCs.Test.csproj rename to backendCS.Tests/backendCs.Test.csproj diff --git a/backendCs.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.AdapterUtilities.dll b/backendCs.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.AdapterUtilities.dll deleted file mode 100755 index 00a6ac7..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.AdapterUtilities.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.CommunicationUtilities.dll b/backendCs.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.CommunicationUtilities.dll deleted file mode 100755 index e45af4e..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.CommunicationUtilities.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.CoreUtilities.dll b/backendCs.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.CoreUtilities.dll deleted file mode 100755 index c868e1f..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.CoreUtilities.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.CrossPlatEngine.dll b/backendCs.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.CrossPlatEngine.dll deleted file mode 100755 index 8201a76..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.CrossPlatEngine.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll b/backendCs.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll deleted file mode 100755 index 36c3817..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.Utilities.dll b/backendCs.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.Utilities.dll deleted file mode 100755 index 75e8966..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.Utilities.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll b/backendCs.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll deleted file mode 100755 index 224bb02..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.Common.dll b/backendCs.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.Common.dll deleted file mode 100755 index 357b697..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.Common.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll b/backendCs.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll deleted file mode 100755 index 32072ab..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll b/backendCs.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll deleted file mode 100755 index fb5f860..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll b/backendCs.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll deleted file mode 100755 index 4e17acc..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll b/backendCs.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll deleted file mode 100755 index f2fe7a2..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml b/backendCs.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml deleted file mode 100755 index 0662a62..0000000 --- a/backendCs.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml +++ /dev/null @@ -1,173 +0,0 @@ - - - - Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions - - - - - Used to specify deployment item (file or directory) for per-test deployment. - Can be specified on test class or test method. - Can have multiple instances of the attribute to specify more than one item. - The item path can be absolute or relative, if relative, it is relative to RunConfig.RelativePathRoot. - - - If specified on a test class, the class needs to contain at least one test method. This means that the - attribute cannot be combined with a test class that would contain only a AssemblyInitialize or ClassInitialize - method. - - - [DeploymentItem("file1.xml")] - [DeploymentItem("file2.xml", "DataFiles")] - [DeploymentItem("bin\Debug")]. - - - - - Initializes a new instance of the class. - - The file or directory to deploy. The path is relative to the build output directory. The item will be copied to the same directory as the deployed test assemblies. - - - - Initializes a new instance of the class. - - The relative or absolute path to the file or directory to deploy. The path is relative to the build output directory. The item will be copied to the same directory as the deployed test assemblies. - The path of the directory to which the items are to be copied. It can be either absolute or relative to the deployment directory. All files and directories identified by will be copied to this directory. - - - - Gets the path of the source file or folder to be copied. - - - - - Gets the path of the directory to which the item is copied. - - - - - Used to store information that is provided to unit tests. - - - - - Gets test properties for a test. - - - - - Gets or sets the cancellation token source. This token source is canceled when test times out. Also when explicitly canceled the test will be aborted. - - - - - Gets base directory for the test run, under which deployed files and result files are stored. - - - - - Gets directory for files deployed for the test run. Typically a subdirectory of . - - - - - Gets base directory for results from the test run. Typically a subdirectory of . - - - - - Gets directory for test run result files. Typically a subdirectory of . - - - - - Gets directory for test result files. - - - - - Gets base directory for the test run, under which deployed files and result files are stored. - Same as . Use that property instead. - - - - - Gets directory for files deployed for the test run. Typically a subdirectory of . - Same as . Use that property instead. - - - - - Gets directory for test run result files. Typically a subdirectory of . - Same as . Use that property for test run result files, or - for test-specific result files instead. - - - - - Gets the Fully-qualified name of the class containing the test method currently being executed. - - - This property can be useful in attributes derived from ExpectedExceptionBaseAttribute. - Those attributes have access to the test context, and provide messages that are included - in the test results. Users can benefit from messages that include the fully-qualified - class name in addition to the name of the test method currently being executed. - - - - - Gets the fully specified type name metadata format. - - - - - Gets the fully specified method name metadata format. - - - - - Gets the name of the test method currently being executed. - - - - - Gets the current test outcome. - - - - - Adds a file name to the list in TestResult.ResultFileNames. - - - The file Name. - - - - - Used to write trace messages while the test is running. - - formatted message string. - - - - Used to write trace messages while the test is running. - - format string. - the arguments. - - - - Used to write trace messages while the test is running. - - formatted message string. - - - - Used to write trace messages while the test is running. - - format string. - the arguments. - - - diff --git a/backendCs.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll b/backendCs.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll deleted file mode 100755 index 8c97d77..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/Newtonsoft.Json.dll b/backendCs.Tests/bin/Debug/net8.0/Newtonsoft.Json.dll deleted file mode 100755 index 1ffeabe..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/Newtonsoft.Json.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/NuGet.Frameworks.dll b/backendCs.Tests/bin/Debug/net8.0/NuGet.Frameworks.dll deleted file mode 100755 index 0fabf0c..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/NuGet.Frameworks.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/backendCs.Test.deps.json b/backendCs.Tests/bin/Debug/net8.0/backendCs.Test.deps.json deleted file mode 100644 index 9e3f456..0000000 --- a/backendCs.Tests/bin/Debug/net8.0/backendCs.Test.deps.json +++ /dev/null @@ -1,442 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v8.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v8.0": { - "backendCs.Test/1.0.0": { - "dependencies": { - "MSTest.TestAdapter": "3.0.4", - "MSTest.TestFramework": "3.0.4", - "Microsoft.NET.Test.Sdk": "17.6.0", - "coverlet.collector": "6.0.0", - "Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions": "14.0.0.0" - }, - "runtime": { - "backendCs.Test.dll": {} - } - }, - "coverlet.collector/6.0.0": {}, - "Microsoft.CodeCoverage/17.6.0": { - "runtime": { - "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "17.600.1123.17103" - } - } - }, - "Microsoft.NET.Test.Sdk/17.6.0": { - "dependencies": { - "Microsoft.CodeCoverage": "17.6.0", - "Microsoft.TestPlatform.TestHost": "17.6.0" - } - }, - "Microsoft.TestPlatform.ObjectModel/17.6.0": { - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - } - }, - "resources": { - "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.TestPlatform.TestHost/17.6.0": { - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.6.0", - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netcoreapp3.1/testhost.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - } - }, - "resources": { - "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "MSTest.TestAdapter/3.0.4": {}, - "MSTest.TestFramework/3.0.4": { - "runtime": { - "lib/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": { - "assemblyVersion": "14.0.0.0", - "fileVersion": "14.0.8501.1" - } - }, - "resources": { - "lib/net6.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "cs" - }, - "lib/net6.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "de" - }, - "lib/net6.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "es" - }, - "lib/net6.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "fr" - }, - "lib/net6.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "it" - }, - "lib/net6.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "ja" - }, - "lib/net6.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "ko" - }, - "lib/net6.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "pl" - }, - "lib/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "pt-BR" - }, - "lib/net6.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "ru" - }, - "lib/net6.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "tr" - }, - "lib/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Newtonsoft.Json/13.0.1": { - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.1.25517" - } - } - }, - "NuGet.Frameworks/5.11.0": { - "runtime": { - "lib/netstandard2.0/NuGet.Frameworks.dll": { - "assemblyVersion": "5.11.0.10", - "fileVersion": "5.11.0.10" - } - } - }, - "System.Reflection.Metadata/1.6.0": {}, - "Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions/14.0.0.0": { - "runtime": { - "Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": { - "assemblyVersion": "14.0.0.0", - "fileVersion": "14.0.8501.1" - } - } - } - } - }, - "libraries": { - "backendCs.Test/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "coverlet.collector/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tW3lsNS+dAEII6YGUX/VMoJjBS1QvsxqJeqLaJXub08y1FSjasFPtQ4UBUsudE9PNrzLjooClMsPtY2cZLdXpQ==", - "path": "coverlet.collector/6.0.0", - "hashPath": "coverlet.collector.6.0.0.nupkg.sha512" - }, - "Microsoft.CodeCoverage/17.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5v2GwzpR7JEuQUzupjx3zLwn2FutADW/weLzLt726DR3WXxsM+ICPoJG6pxuKFsumtZp890UrVuudTUhsE8Qyg==", - "path": "microsoft.codecoverage/17.6.0", - "hashPath": "microsoft.codecoverage.17.6.0.nupkg.sha512" - }, - "Microsoft.NET.Test.Sdk/17.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tHyg4C6c89QvLv6Utz3xKlba4EeoyJyIz59Q1NrjRENV7gfGnSE6I+sYPIbVOzQttoo2zpHDgOK/p6Hw2OlD7A==", - "path": "microsoft.net.test.sdk/17.6.0", - "hashPath": "microsoft.net.test.sdk.17.6.0.nupkg.sha512" - }, - "Microsoft.TestPlatform.ObjectModel/17.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AA/rrf5zwC5/OBLEOajkhjbVTM3SvxRXy8kcQ8e4mJKojbyZvqqhpfNg362N9vXU94DLg9NUTFOAnoYVT0pTJw==", - "path": "microsoft.testplatform.objectmodel/17.6.0", - "hashPath": "microsoft.testplatform.objectmodel.17.6.0.nupkg.sha512" - }, - "Microsoft.TestPlatform.TestHost/17.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7YdgUcIeCPVKLC7n7LNKDiEHWc7z3brkkYPdUbDnFsvf6WvY9UfzS0VSUJ8P2NgN0CDSD223GCJFSjSBLZRqOQ==", - "path": "microsoft.testplatform.testhost/17.6.0", - "hashPath": "microsoft.testplatform.testhost.17.6.0.nupkg.sha512" - }, - "MSTest.TestAdapter/3.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-18THEGVcU4fbAOZWvRtEyvQCnZ/o+3LFAiFbAkWYh63GC5TmHoJ10IUiF9L02SMmbLbWpH1/PxvO7mcInIY4/Q==", - "path": "mstest.testadapter/3.0.4", - "hashPath": "mstest.testadapter.3.0.4.nupkg.sha512" - }, - "MSTest.TestFramework/3.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hYq5xOOr2k09rtXpmcHkJ4Tdt/yS4cy8jiFPNMdDJP+lB6OY8yekOmQC4Fsvug4rhLpXGDd6zbPWYeoewqfePA==", - "path": "mstest.testframework/3.0.4", - "hashPath": "mstest.testframework.3.0.4.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", - "path": "newtonsoft.json/13.0.1", - "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512" - }, - "NuGet.Frameworks/5.11.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==", - "path": "nuget.frameworks/5.11.0", - "hashPath": "nuget.frameworks.5.11.0.nupkg.sha512" - }, - "System.Reflection.Metadata/1.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==", - "path": "system.reflection.metadata/1.6.0", - "hashPath": "system.reflection.metadata.1.6.0.nupkg.sha512" - }, - "Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions/14.0.0.0": { - "type": "reference", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/backendCs.Tests/bin/Debug/net8.0/backendCs.Test.dll b/backendCs.Tests/bin/Debug/net8.0/backendCs.Test.dll deleted file mode 100644 index 092507c..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/backendCs.Test.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/backendCs.Test.pdb b/backendCs.Tests/bin/Debug/net8.0/backendCs.Test.pdb deleted file mode 100644 index 4985774..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/backendCs.Test.pdb and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/backendCs.Test.runtimeconfig.json b/backendCs.Tests/bin/Debug/net8.0/backendCs.Test.runtimeconfig.json deleted file mode 100644 index becfaea..0000000 --- a/backendCs.Tests/bin/Debug/net8.0/backendCs.Test.runtimeconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net8.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "8.0.0" - }, - "configProperties": { - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/backendCs.Tests/bin/Debug/net8.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/backendCs.Tests/bin/Debug/net8.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100755 index cb28e97..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll b/backendCs.Tests/bin/Debug/net8.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100755 index b9f081d..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/backendCs.Tests/bin/Debug/net8.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100755 index 74ebedb..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/backendCs.Tests/bin/Debug/net8.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100755 index 98cbcb7..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/backendCs.Tests/bin/Debug/net8.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100755 index 7333544..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/backendCs.Tests/bin/Debug/net8.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100755 index ec70942..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/backendCs.Tests/bin/Debug/net8.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100755 index 7bfd5b1..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll b/backendCs.Tests/bin/Debug/net8.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100755 index 6a248d6..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/backendCs.Tests/bin/Debug/net8.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100755 index a1861dd..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/backendCs.Tests/bin/Debug/net8.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100755 index 505dddd..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/backendCs.Tests/bin/Debug/net8.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100755 index 4645b6b..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/backendCs.Tests/bin/Debug/net8.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100755 index f90cfdb..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/backendCs.Tests/bin/Debug/net8.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100755 index 1668698..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll b/backendCs.Tests/bin/Debug/net8.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100755 index 6bd079a..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/backendCs.Tests/bin/Debug/net8.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100755 index 6430c84..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/backendCs.Tests/bin/Debug/net8.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100755 index e683698..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/backendCs.Tests/bin/Debug/net8.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100755 index 1442ee8..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/backendCs.Tests/bin/Debug/net8.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100755 index 527b529..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/backendCs.Tests/bin/Debug/net8.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100755 index c7759cf..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll b/backendCs.Tests/bin/Debug/net8.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100755 index c207945..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/backendCs.Tests/bin/Debug/net8.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100755 index 0bc035b..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/backendCs.Tests/bin/Debug/net8.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100755 index 8d900d5..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/backendCs.Tests/bin/Debug/net8.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100755 index 6f0b7cd..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/backendCs.Tests/bin/Debug/net8.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100755 index 987ef65..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/backendCs.Tests/bin/Debug/net8.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100755 index 266057d..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll b/backendCs.Tests/bin/Debug/net8.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100755 index 0d3887a..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/backendCs.Tests/bin/Debug/net8.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100755 index 80d55d5..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/backendCs.Tests/bin/Debug/net8.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100755 index f7a9f3d..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/backendCs.Tests/bin/Debug/net8.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100755 index 6abdb0f..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/backendCs.Tests/bin/Debug/net8.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100755 index 27eb0b0..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/backendCs.Tests/bin/Debug/net8.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100755 index 3a39a78..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll b/backendCs.Tests/bin/Debug/net8.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100755 index ea6315e..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/backendCs.Tests/bin/Debug/net8.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100755 index 470173a..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/backendCs.Tests/bin/Debug/net8.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100755 index 0d53bff..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/backendCs.Tests/bin/Debug/net8.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100755 index b09e823..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/backendCs.Tests/bin/Debug/net8.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100755 index 4dbf6ab..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/backendCs.Tests/bin/Debug/net8.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100755 index 0114575..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll b/backendCs.Tests/bin/Debug/net8.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100755 index a0d681f..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/backendCs.Tests/bin/Debug/net8.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100755 index 6ad80ed..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/backendCs.Tests/bin/Debug/net8.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100755 index 44520a2..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/backendCs.Tests/bin/Debug/net8.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100755 index 9aceed9..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/backendCs.Tests/bin/Debug/net8.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100755 index d704c46..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/backendCs.Tests/bin/Debug/net8.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100755 index 7dc061e..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll b/backendCs.Tests/bin/Debug/net8.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100755 index ddce776..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/backendCs.Tests/bin/Debug/net8.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100755 index 5d9cc06..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/backendCs.Tests/bin/Debug/net8.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100755 index 9129485..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/backendCs.Tests/bin/Debug/net8.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100755 index 93dfb6d..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/backendCs.Tests/bin/Debug/net8.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100755 index 68d9ed8..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/backendCs.Tests/bin/Debug/net8.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100755 index 6f009dc..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll b/backendCs.Tests/bin/Debug/net8.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100755 index a52d361..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/backendCs.Tests/bin/Debug/net8.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100755 index 08d86f9..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/backendCs.Tests/bin/Debug/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100755 index 9e7e899..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/backendCs.Tests/bin/Debug/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100755 index 4841034..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/backendCs.Tests/bin/Debug/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100755 index 54904db..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/backendCs.Tests/bin/Debug/net8.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100755 index d4f74e0..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll b/backendCs.Tests/bin/Debug/net8.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100755 index f6b8ea3..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/backendCs.Tests/bin/Debug/net8.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100755 index c926fc1..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/backendCs.Tests/bin/Debug/net8.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100755 index 9aa81a0..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/backendCs.Tests/bin/Debug/net8.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100755 index 193cfe8..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/backendCs.Tests/bin/Debug/net8.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100755 index a26f5cb..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/testhost.dll b/backendCs.Tests/bin/Debug/net8.0/testhost.dll deleted file mode 100755 index b15bd81..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/testhost.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/backendCs.Tests/bin/Debug/net8.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100755 index 0103c73..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll b/backendCs.Tests/bin/Debug/net8.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100755 index 1af1a2b..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/backendCs.Tests/bin/Debug/net8.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100755 index 8208c4a..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/backendCs.Tests/bin/Debug/net8.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100755 index 1e34b72..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/backendCs.Tests/bin/Debug/net8.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100755 index 764f76d..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/backendCs.Tests/bin/Debug/net8.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100755 index 7d6fad5..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/backendCs.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100755 index cfbbe73..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll b/backendCs.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100755 index d8b7fb2..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/backendCs.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100755 index 1911bc8..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/backendCs.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100755 index 7de1876..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/backendCs.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100755 index c7908a2..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/backendCs.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100755 index 83670d4..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/backendCs.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/backendCs.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100755 index edb16db..0000000 Binary files a/backendCs.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/backendCs/bin/Debug/net8.0/HelloWorldApp.pdb b/backendCs/bin/Debug/net8.0/HelloWorldApp.pdb deleted file mode 100644 index 71d9d7b..0000000 Binary files a/backendCs/bin/Debug/net8.0/HelloWorldApp.pdb and /dev/null differ diff --git a/backendCs/bin/Debug/net8.0/HelloWorldApp.runtimeconfig.json b/backendCs/bin/Debug/net8.0/HelloWorldApp.runtimeconfig.json deleted file mode 100644 index becfaea..0000000 --- a/backendCs/bin/Debug/net8.0/HelloWorldApp.runtimeconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net8.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "8.0.0" - }, - "configProperties": { - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/backendCs/bin/Debug/net8.0/K4os.Compression.LZ4.Streams.dll b/backendCs/bin/Debug/net8.0/K4os.Compression.LZ4.Streams.dll deleted file mode 100755 index 57bc9f2..0000000 Binary files a/backendCs/bin/Debug/net8.0/K4os.Compression.LZ4.Streams.dll and /dev/null differ diff --git a/backendCs/bin/Debug/net8.0/K4os.Compression.LZ4.dll b/backendCs/bin/Debug/net8.0/K4os.Compression.LZ4.dll deleted file mode 100755 index 0711563..0000000 Binary files a/backendCs/bin/Debug/net8.0/K4os.Compression.LZ4.dll and /dev/null differ diff --git a/backendCs/bin/Debug/net8.0/K4os.Hash.xxHash.dll b/backendCs/bin/Debug/net8.0/K4os.Hash.xxHash.dll deleted file mode 100755 index 7796fb9..0000000 Binary files a/backendCs/bin/Debug/net8.0/K4os.Hash.xxHash.dll and /dev/null differ diff --git a/backendCs/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll b/backendCs/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll deleted file mode 100755 index 3f59c26..0000000 Binary files a/backendCs/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll and /dev/null differ diff --git a/backendCs/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll b/backendCs/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll deleted file mode 100755 index f9cca69..0000000 Binary files a/backendCs/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll and /dev/null differ diff --git a/backendCs/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll b/backendCs/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll deleted file mode 100755 index adf3600..0000000 Binary files a/backendCs/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll and /dev/null differ diff --git a/backendCs/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll b/backendCs/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll deleted file mode 100755 index b2ac805..0000000 Binary files a/backendCs/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll and /dev/null differ diff --git a/backendCs/bin/Debug/net8.0/MySql.Data.dll b/backendCs/bin/Debug/net8.0/MySql.Data.dll deleted file mode 100755 index 73db097..0000000 Binary files a/backendCs/bin/Debug/net8.0/MySql.Data.dll and /dev/null differ diff --git a/backendCs/bin/Debug/net8.0/Newtonsoft.Json.dll b/backendCs/bin/Debug/net8.0/Newtonsoft.Json.dll deleted file mode 100755 index d035c38..0000000 Binary files a/backendCs/bin/Debug/net8.0/Newtonsoft.Json.dll and /dev/null differ diff --git a/backendCs/bin/Debug/net8.0/System.Configuration.ConfigurationManager.dll b/backendCs/bin/Debug/net8.0/System.Configuration.ConfigurationManager.dll deleted file mode 100755 index accdffe..0000000 Binary files a/backendCs/bin/Debug/net8.0/System.Configuration.ConfigurationManager.dll and /dev/null differ diff --git a/backendCs/bin/Debug/net8.0/System.Diagnostics.EventLog.dll b/backendCs/bin/Debug/net8.0/System.Diagnostics.EventLog.dll deleted file mode 100755 index f293ce4..0000000 Binary files a/backendCs/bin/Debug/net8.0/System.Diagnostics.EventLog.dll and /dev/null differ diff --git a/backendCs/bin/Debug/net8.0/System.IO.Pipelines.dll b/backendCs/bin/Debug/net8.0/System.IO.Pipelines.dll deleted file mode 100755 index 8ee4dfd..0000000 Binary files a/backendCs/bin/Debug/net8.0/System.IO.Pipelines.dll and /dev/null differ diff --git a/backendCs/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll b/backendCs/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll deleted file mode 100755 index de75c23..0000000 Binary files a/backendCs/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll and /dev/null differ diff --git a/backendCs/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll b/backendCs/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll deleted file mode 100755 index 40f1b5a..0000000 Binary files a/backendCs/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/backendCs/bin/Debug/net8.0/System.Security.Permissions.dll b/backendCs/bin/Debug/net8.0/System.Security.Permissions.dll deleted file mode 100755 index 8f01a8b..0000000 Binary files a/backendCs/bin/Debug/net8.0/System.Security.Permissions.dll and /dev/null differ diff --git a/backendCs/bin/Debug/net8.0/System.Windows.Extensions.dll b/backendCs/bin/Debug/net8.0/System.Windows.Extensions.dll deleted file mode 100755 index 8a70d63..0000000 Binary files a/backendCs/bin/Debug/net8.0/System.Windows.Extensions.dll and /dev/null differ diff --git a/backendCs/bin/Debug/net8.0/TimelogBackend b/backendCs/bin/Debug/net8.0/TimelogBackend deleted file mode 100755 index 9666632..0000000 Binary files a/backendCs/bin/Debug/net8.0/TimelogBackend and /dev/null differ diff --git a/backendCs/bin/Debug/net8.0/TimelogBackend.deps.json b/backendCs/bin/Debug/net8.0/TimelogBackend.deps.json deleted file mode 100644 index a7fd513..0000000 --- a/backendCs/bin/Debug/net8.0/TimelogBackend.deps.json +++ /dev/null @@ -1,579 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v8.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v8.0": { - "TimelogBackend/1.0.0": { - "dependencies": { - "MySql.Data": "9.1.0", - "Newtonsoft.Json": "13.0.3", - "System.IdentityModel.Tokens.Jwt": "8.2.1" - }, - "runtime": { - "TimelogBackend.dll": {} - } - }, - "BouncyCastle.Cryptography/2.3.1": { - "runtime": { - "lib/net6.0/BouncyCastle.Cryptography.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.1.17862" - } - } - }, - "Google.Protobuf/3.26.1": { - "runtime": { - "lib/net5.0/Google.Protobuf.dll": { - "assemblyVersion": "3.26.1.0", - "fileVersion": "3.26.1.0" - } - } - }, - "K4os.Compression.LZ4/1.3.8": { - "runtime": { - "lib/net6.0/K4os.Compression.LZ4.dll": { - "assemblyVersion": "1.3.8.0", - "fileVersion": "1.3.8.0" - } - } - }, - "K4os.Compression.LZ4.Streams/1.3.8": { - "dependencies": { - "K4os.Compression.LZ4": "1.3.8", - "K4os.Hash.xxHash": "1.0.8", - "System.IO.Pipelines": "6.0.3" - }, - "runtime": { - "lib/net6.0/K4os.Compression.LZ4.Streams.dll": { - "assemblyVersion": "1.3.8.0", - "fileVersion": "1.3.8.0" - } - } - }, - "K4os.Hash.xxHash/1.0.8": { - "runtime": { - "lib/net6.0/K4os.Hash.xxHash.dll": { - "assemblyVersion": "1.0.8.0", - "fileVersion": "1.0.8.0" - } - } - }, - "Microsoft.IdentityModel.Abstractions/8.2.1": { - "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { - "assemblyVersion": "8.2.1.0", - "fileVersion": "8.2.1.51115" - } - } - }, - "Microsoft.IdentityModel.JsonWebTokens/8.2.1": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "8.2.1" - }, - "runtime": { - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "assemblyVersion": "8.2.1.0", - "fileVersion": "8.2.1.51115" - } - } - }, - "Microsoft.IdentityModel.Logging/8.2.1": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "8.2.1" - }, - "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "8.2.1.0", - "fileVersion": "8.2.1.51115" - } - } - }, - "Microsoft.IdentityModel.Tokens/8.2.1": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "8.2.1" - }, - "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "8.2.1.0", - "fileVersion": "8.2.1.51115" - } - } - }, - "Microsoft.NETCore.Platforms/1.1.0": {}, - "Microsoft.NETCore.Targets/1.1.0": {}, - "MySql.Data/9.1.0": { - "dependencies": { - "BouncyCastle.Cryptography": "2.3.1", - "Google.Protobuf": "3.26.1", - "K4os.Compression.LZ4.Streams": "1.3.8", - "System.Buffers": "4.5.1", - "System.Configuration.ConfigurationManager": "8.0.0", - "System.Diagnostics.DiagnosticSource": "8.0.1", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Runtime.Loader": "4.3.0", - "System.Security.Permissions": "8.0.0", - "System.Text.Encoding.CodePages": "8.0.0", - "System.Text.Json": "8.0.4", - "System.Threading.Tasks.Extensions": "4.5.4", - "ZstdSharp.Port": "0.8.0" - }, - "runtime": { - "lib/net8.0/MySql.Data.dll": { - "assemblyVersion": "9.1.0.0", - "fileVersion": "9.1.0.0" - } - }, - "runtimeTargets": { - "runtimes/win-x64/native/comerr64.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/gssapi64.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/k5sprt64.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/krb5_64.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/krbcc64.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "System.Buffers/4.5.1": {}, - "System.Configuration.ConfigurationManager/8.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "8.0.0", - "System.Security.Cryptography.ProtectedData": "8.0.0" - }, - "runtime": { - "lib/net8.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Diagnostics.DiagnosticSource/8.0.1": {}, - "System.Diagnostics.EventLog/8.0.0": { - "runtime": { - "lib/net8.0/System.Diagnostics.EventLog.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - }, - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.IdentityModel.Tokens.Jwt/8.2.1": { - "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "8.2.1", - "Microsoft.IdentityModel.Tokens": "8.2.1" - }, - "runtime": { - "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "8.2.1.0", - "fileVersion": "8.2.1.51115" - } - } - }, - "System.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Pipelines/6.0.3": { - "runtime": { - "lib/net6.0/System.IO.Pipelines.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.522.21309" - } - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": {}, - "System.Runtime.Loader/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData/8.0.0": { - "runtime": { - "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Security.Permissions/8.0.0": { - "dependencies": { - "System.Windows.Extensions": "8.0.0" - }, - "runtime": { - "lib/net8.0/System.Security.Permissions.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages/8.0.0": {}, - "System.Text.Encodings.Web/8.0.0": {}, - "System.Text.Json/8.0.4": { - "dependencies": { - "System.Text.Encodings.Web": "8.0.0" - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions/4.5.4": {}, - "System.Windows.Extensions/8.0.0": { - "runtime": { - "lib/net8.0/System.Windows.Extensions.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Windows.Extensions.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "ZstdSharp.Port/0.8.0": { - "runtime": { - "lib/net8.0/ZstdSharp.dll": { - "assemblyVersion": "0.8.0.0", - "fileVersion": "0.8.0.0" - } - } - } - } - }, - "libraries": { - "TimelogBackend/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "BouncyCastle.Cryptography/2.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-buwoISwecYke3CmgG1AQSg+sNZjJeIb93vTAtJiHZX35hP/teYMxsfg0NDXGUKjGx6BKBTNKc77O2M3vKvlXZQ==", - "path": "bouncycastle.cryptography/2.3.1", - "hashPath": "bouncycastle.cryptography.2.3.1.nupkg.sha512" - }, - "Google.Protobuf/3.26.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CHZX8zXqhF/fdUtd+AYzew8T2HFkAoe5c7lbGxZY/qryAlQXckDvM5BfOJjXlMS7kyICqQTMszj4w1bX5uBJ/w==", - "path": "google.protobuf/3.26.1", - "hashPath": "google.protobuf.3.26.1.nupkg.sha512" - }, - "K4os.Compression.LZ4/1.3.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LhwlPa7c1zs1OV2XadMtAWdImjLIsqFJPoRcIWAadSRn0Ri1DepK65UbWLPmt4riLqx2d40xjXRk0ogpqNtK7g==", - "path": "k4os.compression.lz4/1.3.8", - "hashPath": "k4os.compression.lz4.1.3.8.nupkg.sha512" - }, - "K4os.Compression.LZ4.Streams/1.3.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-P15qr8dZAeo9GvYbUIPEYFQ0MEJ0i5iqr37wsYeRC3la2uCldOoeCa6to0CZ1taiwxIV+Mk8NGuZi+4iWivK9w==", - "path": "k4os.compression.lz4.streams/1.3.8", - "hashPath": "k4os.compression.lz4.streams.1.3.8.nupkg.sha512" - }, - "K4os.Hash.xxHash/1.0.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Wp2F7BamQ2Q/7Hk834nV9vRQapgcr8kgv9Jvfm8J3D0IhDqZMMl+a2yxUq5ltJitvXvQfB8W6K4F4fCbw/P6YQ==", - "path": "k4os.hash.xxhash/1.0.8", - "hashPath": "k4os.hash.xxhash.1.0.8.nupkg.sha512" - }, - "Microsoft.IdentityModel.Abstractions/8.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8sMlmHhh5HdP3+yCSCUpJpN1yYrJ6J/V39df9siY8PeMckRMrSBRL/TMs/Jex6P1ly/Ie2mFqvhcPHHrNmCd/w==", - "path": "microsoft.identitymodel.abstractions/8.2.1", - "hashPath": "microsoft.identitymodel.abstractions.8.2.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.JsonWebTokens/8.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Oo0SBOzK6p3YIUcc1YTJCaYezVUa5HyUJ/AAB35QwxhhD6Blei5tNjNYDR0IbqHdb5EPUIiKcIbQGoj2b1mIbg==", - "path": "microsoft.identitymodel.jsonwebtokens/8.2.1", - "hashPath": "microsoft.identitymodel.jsonwebtokens.8.2.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Logging/8.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-EgSEAtBoWBynACdhKnMlVAFGGWqOIdmbpW7Vvx2SQ7u7ogZ50NcEGSoGljEsQoGIRYpo0UxXYktKcYMp+G/Bcg==", - "path": "microsoft.identitymodel.logging/8.2.1", - "hashPath": "microsoft.identitymodel.logging.8.2.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Tokens/8.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oQeLWCATuVXOCdIvouM4GG2xl1YNng+uAxYwu7CG6RuW+y+1+slXrOBq5csTU2pnV2SH3B1GmugDf6Jv/lexjw==", - "path": "microsoft.identitymodel.tokens/8.2.1", - "hashPath": "microsoft.identitymodel.tokens.8.2.1.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", - "path": "microsoft.netcore.platforms/1.1.0", - "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "MySql.Data/9.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-E4t/IQzcXg4nYGqrGkoGwwSWA1V2L+LKzVddPABAPcj2i6RESP2fcZQ4XFC0Wv+Cq4DlgR3DYhX/fGaZ3VxCPQ==", - "path": "mysql.data/9.1.0", - "hashPath": "mysql.data.9.1.0.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" - }, - "System.Buffers/4.5.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==", - "path": "system.buffers/4.5.1", - "hashPath": "system.buffers.4.5.1.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JlYi9XVvIREURRUlGMr1F6vOFLk7YSY4p1vHo4kX3tQ0AGrjqlRWHDi66ImHhy6qwXBG3BJ6Y1QlYQ+Qz6Xgww==", - "path": "system.configuration.configurationmanager/8.0.0", - "hashPath": "system.configuration.configurationmanager.8.0.0.nupkg.sha512" - }, - "System.Diagnostics.DiagnosticSource/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==", - "path": "system.diagnostics.diagnosticsource/8.0.1", - "hashPath": "system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512" - }, - "System.Diagnostics.EventLog/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fdYxcRjQqTTacKId/2IECojlDSFvp7LP5N78+0z/xH7v/Tuw5ZAxu23Y6PTCRinqyu2ePx+Gn1098NC6jM6d+A==", - "path": "system.diagnostics.eventlog/8.0.0", - "hashPath": "system.diagnostics.eventlog.8.0.0.nupkg.sha512" - }, - "System.IdentityModel.Tokens.Jwt/8.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GVQmbjr2N8awFWPTWyThLxgKnFINObG1P+oX7vFrBY8um3V7V7Dh3wnxaGxNH6v6lSTeVQrY+SaUUBX9H3TPcw==", - "path": "system.identitymodel.tokens.jwt/8.2.1", - "hashPath": "system.identitymodel.tokens.jwt.8.2.1.nupkg.sha512" - }, - "System.IO/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "path": "system.io/4.3.0", - "hashPath": "system.io.4.3.0.nupkg.sha512" - }, - "System.IO.Pipelines/6.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ryTgF+iFkpGZY1vRQhfCzX0xTdlV3pyaTTqRu2ETbEv+HlV7O6y7hyQURnghNIXvctl5DuZ//Dpks6HdL/Txgw==", - "path": "system.io.pipelines/6.0.3", - "hashPath": "system.io.pipelines.6.0.3.nupkg.sha512" - }, - "System.Reflection/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "path": "system.reflection/4.3.0", - "hashPath": "system.reflection.4.3.0.nupkg.sha512" - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "path": "system.reflection.primitives/4.3.0", - "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" - }, - "System.Runtime.Loader/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==", - "path": "system.runtime.loader/4.3.0", - "hashPath": "system.runtime.loader.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==", - "path": "system.security.cryptography.protecteddata/8.0.0", - "hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512" - }, - "System.Security.Permissions/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v/BBylw7XevuAsHXoX9dDUUfmBIcUf7Lkz8K3ZXIKz3YRKpw8YftpSir4n4e/jDTKFoaK37AsC3xnk+GNFI1Ow==", - "path": "system.security.permissions/8.0.0", - "hashPath": "system.security.permissions.8.0.0.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.CodePages/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OZIsVplFGaVY90G2SbpgU7EnCoOO5pw1t4ic21dBF3/1omrJFpAGoNAVpPyMVOC90/hvgkGG3VFqR13YgZMQfg==", - "path": "system.text.encoding.codepages/8.0.0", - "hashPath": "system.text.encoding.codepages.8.0.0.nupkg.sha512" - }, - "System.Text.Encodings.Web/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==", - "path": "system.text.encodings.web/8.0.0", - "hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512" - }, - "System.Text.Json/8.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bAkhgDJ88XTsqczoxEMliSrpijKZHhbJQldhAmObj/RbrN3sU5dcokuXmWJWsdQAhiMJ9bTayWsL1C9fbbCRhw==", - "path": "system.text.json/8.0.4", - "hashPath": "system.text.json.8.0.4.nupkg.sha512" - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "path": "system.threading.tasks/4.3.0", - "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" - }, - "System.Windows.Extensions/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Obg3a90MkOw9mYKxrardLpY2u0axDMrSmy4JCdq2cYbelM2cUwmUir5Bomvd1yxmPL9h5LVHU1tuKBZpUjfASg==", - "path": "system.windows.extensions/8.0.0", - "hashPath": "system.windows.extensions.8.0.0.nupkg.sha512" - }, - "ZstdSharp.Port/0.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Z62eNBIu8E8YtbqlMy57tK3dV1+m2b9NhPeaYovB5exmLKvrGCqOhJTzrEUH5VyUWU6vwX3c1XHJGhW5HVs8dA==", - "path": "zstdsharp.port/0.8.0", - "hashPath": "zstdsharp.port.0.8.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/backendCs/bin/Debug/net8.0/TimelogBackend.dll b/backendCs/bin/Debug/net8.0/TimelogBackend.dll deleted file mode 100644 index 518b0bc..0000000 Binary files a/backendCs/bin/Debug/net8.0/TimelogBackend.dll and /dev/null differ diff --git a/backendCs/bin/Debug/net8.0/TimelogBackend.pdb b/backendCs/bin/Debug/net8.0/TimelogBackend.pdb deleted file mode 100644 index e0dae7c..0000000 Binary files a/backendCs/bin/Debug/net8.0/TimelogBackend.pdb and /dev/null differ diff --git a/backendCs/bin/Debug/net8.0/TimelogBackend.runtimeconfig.json b/backendCs/bin/Debug/net8.0/TimelogBackend.runtimeconfig.json deleted file mode 100644 index becfaea..0000000 --- a/backendCs/bin/Debug/net8.0/TimelogBackend.runtimeconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net8.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "8.0.0" - }, - "configProperties": { - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/backendCs/bin/Debug/net8.0/ZstdSharp.dll b/backendCs/bin/Debug/net8.0/ZstdSharp.dll deleted file mode 100755 index 8b68efa..0000000 Binary files a/backendCs/bin/Debug/net8.0/ZstdSharp.dll and /dev/null differ diff --git a/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/comerr64.dll b/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/comerr64.dll deleted file mode 100755 index 0a48cb5..0000000 Binary files a/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/comerr64.dll and /dev/null differ diff --git a/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/gssapi64.dll b/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/gssapi64.dll deleted file mode 100755 index 1628e38..0000000 Binary files a/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/gssapi64.dll and /dev/null differ diff --git a/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/k5sprt64.dll b/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/k5sprt64.dll deleted file mode 100755 index 9237ce9..0000000 Binary files a/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/k5sprt64.dll and /dev/null differ diff --git a/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/krb5_64.dll b/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/krb5_64.dll deleted file mode 100755 index 582f680..0000000 Binary files a/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/krb5_64.dll and /dev/null differ diff --git a/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/krbcc64.dll b/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/krbcc64.dll deleted file mode 100755 index ba5a519..0000000 Binary files a/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/krbcc64.dll and /dev/null differ diff --git a/backendCs/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll b/backendCs/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll deleted file mode 100755 index a8d91f3..0000000 Binary files a/backendCs/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll and /dev/null differ diff --git a/backendCs/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll b/backendCs/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll deleted file mode 100755 index 33066bd..0000000 Binary files a/backendCs/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll and /dev/null differ diff --git a/backendCs/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Windows.Extensions.dll b/backendCs/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Windows.Extensions.dll deleted file mode 100755 index 6e343ca..0000000 Binary files a/backendCs/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Windows.Extensions.dll and /dev/null differ diff --git a/backendCs/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/backendCs/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs deleted file mode 100644 index 2217181..0000000 --- a/backendCs/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] diff --git a/backendCs/obj/Debug/net8.0/HelloWorldApp.AssemblyInfo.cs b/backendCs/obj/Debug/net8.0/HelloWorldApp.AssemblyInfo.cs deleted file mode 100644 index 4a14c95..0000000 --- a/backendCs/obj/Debug/net8.0/HelloWorldApp.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("HelloWorldApp")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("HelloWorldApp")] -[assembly: System.Reflection.AssemblyTitleAttribute("HelloWorldApp")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/backendCs/obj/Debug/net8.0/HelloWorldApp.AssemblyInfoInputs.cache b/backendCs/obj/Debug/net8.0/HelloWorldApp.AssemblyInfoInputs.cache deleted file mode 100644 index 9127209..0000000 --- a/backendCs/obj/Debug/net8.0/HelloWorldApp.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -003353341e4a30310742078a9c6865c7ea7974d061508180b4a5410e9c229e02 diff --git a/backendCs/obj/Debug/net8.0/HelloWorldApp.GeneratedMSBuildEditorConfig.editorconfig b/backendCs/obj/Debug/net8.0/HelloWorldApp.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index bac3242..0000000 --- a/backendCs/obj/Debug/net8.0/HelloWorldApp.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = HelloWorldApp -build_property.ProjectDir = /home/arch/temp/HelloWorldApp/ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/backendCs/obj/Debug/net8.0/HelloWorldApp.GlobalUsings.g.cs b/backendCs/obj/Debug/net8.0/HelloWorldApp.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d..0000000 --- a/backendCs/obj/Debug/net8.0/HelloWorldApp.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/backendCs/obj/Debug/net8.0/HelloWorldApp.assets.cache b/backendCs/obj/Debug/net8.0/HelloWorldApp.assets.cache deleted file mode 100644 index 44c2b32..0000000 Binary files a/backendCs/obj/Debug/net8.0/HelloWorldApp.assets.cache and /dev/null differ diff --git a/backendCs/obj/Debug/net8.0/HelloWorldApp.csproj.AssemblyReference.cache b/backendCs/obj/Debug/net8.0/HelloWorldApp.csproj.AssemblyReference.cache deleted file mode 100644 index 0ada053..0000000 Binary files a/backendCs/obj/Debug/net8.0/HelloWorldApp.csproj.AssemblyReference.cache and /dev/null differ diff --git a/backendCs/obj/Debug/net8.0/HelloWorldApp.csproj.CopyComplete b/backendCs/obj/Debug/net8.0/HelloWorldApp.csproj.CopyComplete deleted file mode 100644 index e69de29..0000000 diff --git a/backendCs/obj/Debug/net8.0/HelloWorldApp.csproj.CoreCompileInputs.cache b/backendCs/obj/Debug/net8.0/HelloWorldApp.csproj.CoreCompileInputs.cache deleted file mode 100644 index 5aad550..0000000 --- a/backendCs/obj/Debug/net8.0/HelloWorldApp.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -c8491d19e58d63a58b98f129e4b6210788b01a41a3209d610a116e86fc972e35 diff --git a/backendCs/obj/Debug/net8.0/HelloWorldApp.csproj.FileListAbsolute.txt b/backendCs/obj/Debug/net8.0/HelloWorldApp.csproj.FileListAbsolute.txt deleted file mode 100644 index b4c0f1d..0000000 --- a/backendCs/obj/Debug/net8.0/HelloWorldApp.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,38 +0,0 @@ -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/HelloWorldApp -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/HelloWorldApp.deps.json -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/HelloWorldApp.runtimeconfig.json -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/HelloWorldApp.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/HelloWorldApp.pdb -/home/arch/temp/HelloWorldApp/obj/Debug/net8.0/HelloWorldApp.GeneratedMSBuildEditorConfig.editorconfig -/home/arch/temp/HelloWorldApp/obj/Debug/net8.0/HelloWorldApp.AssemblyInfoInputs.cache -/home/arch/temp/HelloWorldApp/obj/Debug/net8.0/HelloWorldApp.AssemblyInfo.cs -/home/arch/temp/HelloWorldApp/obj/Debug/net8.0/HelloWorldApp.csproj.CoreCompileInputs.cache -/home/arch/temp/HelloWorldApp/obj/Debug/net8.0/HelloWorldApp.dll -/home/arch/temp/HelloWorldApp/obj/Debug/net8.0/refint/HelloWorldApp.dll -/home/arch/temp/HelloWorldApp/obj/Debug/net8.0/HelloWorldApp.pdb -/home/arch/temp/HelloWorldApp/obj/Debug/net8.0/HelloWorldApp.genruntimeconfig.cache -/home/arch/temp/HelloWorldApp/obj/Debug/net8.0/ref/HelloWorldApp.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/BouncyCastle.Cryptography.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/Google.Protobuf.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/K4os.Compression.LZ4.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/K4os.Compression.LZ4.Streams.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/K4os.Hash.xxHash.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/MySql.Data.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/Newtonsoft.Json.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/System.Configuration.ConfigurationManager.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/System.Diagnostics.EventLog.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/System.IO.Pipelines.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/System.Security.Permissions.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/System.Windows.Extensions.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/ZstdSharp.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/runtimes/win-x64/native/comerr64.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/runtimes/win-x64/native/gssapi64.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/runtimes/win-x64/native/k5sprt64.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/runtimes/win-x64/native/krb5_64.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/runtimes/win-x64/native/krbcc64.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Windows.Extensions.dll -/home/arch/temp/HelloWorldApp/obj/Debug/net8.0/HelloWorldApp.csproj.AssemblyReference.cache -/home/arch/temp/HelloWorldApp/obj/Debug/net8.0/HelloWorldApp.csproj.CopyComplete diff --git a/backendCs/obj/Debug/net8.0/HelloWorldApp.dll b/backendCs/obj/Debug/net8.0/HelloWorldApp.dll deleted file mode 100644 index 7c8cb85..0000000 Binary files a/backendCs/obj/Debug/net8.0/HelloWorldApp.dll and /dev/null differ diff --git a/backendCs/obj/Debug/net8.0/HelloWorldApp.genruntimeconfig.cache b/backendCs/obj/Debug/net8.0/HelloWorldApp.genruntimeconfig.cache deleted file mode 100644 index 859adea..0000000 --- a/backendCs/obj/Debug/net8.0/HelloWorldApp.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -349d85780636e3e61d35aee10e34ef55954b239c07ad0a356798a097ceae0148 diff --git a/backendCs/obj/Debug/net8.0/HelloWorldApp.pdb b/backendCs/obj/Debug/net8.0/HelloWorldApp.pdb deleted file mode 100644 index 71d9d7b..0000000 Binary files a/backendCs/obj/Debug/net8.0/HelloWorldApp.pdb and /dev/null differ diff --git a/backendCs/obj/Debug/net8.0/TimelogBackend.AssemblyInfo.cs b/backendCs/obj/Debug/net8.0/TimelogBackend.AssemblyInfo.cs deleted file mode 100644 index c672b1a..0000000 --- a/backendCs/obj/Debug/net8.0/TimelogBackend.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("TimelogBackend")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+926436860cd34dec9ccf3feac66e4c63bae7ba8f")] -[assembly: System.Reflection.AssemblyProductAttribute("TimelogBackend")] -[assembly: System.Reflection.AssemblyTitleAttribute("TimelogBackend")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/backendCs/obj/Debug/net8.0/TimelogBackend.AssemblyInfoInputs.cache b/backendCs/obj/Debug/net8.0/TimelogBackend.AssemblyInfoInputs.cache deleted file mode 100644 index c3c3cdd..0000000 --- a/backendCs/obj/Debug/net8.0/TimelogBackend.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -4d078ebec60178a78b052888e79c6e658ccc73953d1f8ba236008a06ecc632b9 diff --git a/backendCs/obj/Debug/net8.0/TimelogBackend.GeneratedMSBuildEditorConfig.editorconfig b/backendCs/obj/Debug/net8.0/TimelogBackend.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 294666a..0000000 --- a/backendCs/obj/Debug/net8.0/TimelogBackend.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = TimelogBackend -build_property.ProjectDir = /home/arch/projects/unfinished/timelog-interview-login/backendCs/ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/backendCs/obj/Debug/net8.0/TimelogBackend.GlobalUsings.g.cs b/backendCs/obj/Debug/net8.0/TimelogBackend.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d..0000000 --- a/backendCs/obj/Debug/net8.0/TimelogBackend.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/backendCs/obj/Debug/net8.0/TimelogBackend.assets.cache b/backendCs/obj/Debug/net8.0/TimelogBackend.assets.cache deleted file mode 100644 index 620bb56..0000000 Binary files a/backendCs/obj/Debug/net8.0/TimelogBackend.assets.cache and /dev/null differ diff --git a/backendCs/obj/Debug/net8.0/TimelogBackend.csproj.AssemblyReference.cache b/backendCs/obj/Debug/net8.0/TimelogBackend.csproj.AssemblyReference.cache deleted file mode 100644 index ada3898..0000000 Binary files a/backendCs/obj/Debug/net8.0/TimelogBackend.csproj.AssemblyReference.cache and /dev/null differ diff --git a/backendCs/obj/Debug/net8.0/TimelogBackend.csproj.CopyComplete b/backendCs/obj/Debug/net8.0/TimelogBackend.csproj.CopyComplete deleted file mode 100644 index e69de29..0000000 diff --git a/backendCs/obj/Debug/net8.0/TimelogBackend.csproj.CoreCompileInputs.cache b/backendCs/obj/Debug/net8.0/TimelogBackend.csproj.CoreCompileInputs.cache deleted file mode 100644 index 8c5a7e6..0000000 --- a/backendCs/obj/Debug/net8.0/TimelogBackend.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -97569e7a5b68ddf01d9512fdc58328cc85361fb7b0257ecbea320f5ee84a8cf6 diff --git a/backendCs/obj/Debug/net8.0/TimelogBackend.csproj.FileListAbsolute.txt b/backendCs/obj/Debug/net8.0/TimelogBackend.csproj.FileListAbsolute.txt deleted file mode 100644 index 7d5be47..0000000 --- a/backendCs/obj/Debug/net8.0/TimelogBackend.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,162 +0,0 @@ -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/TimelogBackend -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/TimelogBackend.deps.json -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/TimelogBackend.runtimeconfig.json -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/TimelogBackend.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/TimelogBackend.pdb -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/BouncyCastle.Cryptography.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/Google.Protobuf.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/K4os.Compression.LZ4.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/K4os.Compression.LZ4.Streams.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/K4os.Hash.xxHash.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/MySql.Data.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/Newtonsoft.Json.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/System.Configuration.ConfigurationManager.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/System.Diagnostics.EventLog.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/System.IO.Pipelines.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/System.Security.Permissions.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/System.Windows.Extensions.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/ZstdSharp.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/runtimes/win-x64/native/comerr64.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/runtimes/win-x64/native/gssapi64.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/runtimes/win-x64/native/k5sprt64.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/runtimes/win-x64/native/krb5_64.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/runtimes/win-x64/native/krbcc64.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll -/home/arch/temp/HelloWorldApp/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Windows.Extensions.dll -/home/arch/temp/HelloWorldApp/obj/Debug/net8.0/TimelogBackend.csproj.AssemblyReference.cache -/home/arch/temp/HelloWorldApp/obj/Debug/net8.0/TimelogBackend.GeneratedMSBuildEditorConfig.editorconfig -/home/arch/temp/HelloWorldApp/obj/Debug/net8.0/TimelogBackend.AssemblyInfoInputs.cache -/home/arch/temp/HelloWorldApp/obj/Debug/net8.0/TimelogBackend.AssemblyInfo.cs -/home/arch/temp/HelloWorldApp/obj/Debug/net8.0/TimelogBackend.csproj.CoreCompileInputs.cache -/home/arch/temp/HelloWorldApp/obj/Debug/net8.0/TimelogBackend.csproj.CopyComplete -/home/arch/temp/HelloWorldApp/obj/Debug/net8.0/TimelogBackend.dll -/home/arch/temp/HelloWorldApp/obj/Debug/net8.0/refint/TimelogBackend.dll -/home/arch/temp/HelloWorldApp/obj/Debug/net8.0/TimelogBackend.pdb -/home/arch/temp/HelloWorldApp/obj/Debug/net8.0/TimelogBackend.genruntimeconfig.cache -/home/arch/temp/HelloWorldApp/obj/Debug/net8.0/ref/TimelogBackend.dll -/home/arch/projects/wip/timelog-interview/backendCs/bin/Debug/net8.0/TimelogBackend -/home/arch/projects/wip/timelog-interview/backendCs/bin/Debug/net8.0/TimelogBackend.deps.json -/home/arch/projects/wip/timelog-interview/backendCs/bin/Debug/net8.0/TimelogBackend.runtimeconfig.json -/home/arch/projects/wip/timelog-interview/backendCs/bin/Debug/net8.0/TimelogBackend.dll -/home/arch/projects/wip/timelog-interview/backendCs/bin/Debug/net8.0/TimelogBackend.pdb -/home/arch/projects/wip/timelog-interview/backendCs/bin/Debug/net8.0/BouncyCastle.Cryptography.dll -/home/arch/projects/wip/timelog-interview/backendCs/bin/Debug/net8.0/Google.Protobuf.dll -/home/arch/projects/wip/timelog-interview/backendCs/bin/Debug/net8.0/K4os.Compression.LZ4.dll -/home/arch/projects/wip/timelog-interview/backendCs/bin/Debug/net8.0/K4os.Compression.LZ4.Streams.dll -/home/arch/projects/wip/timelog-interview/backendCs/bin/Debug/net8.0/K4os.Hash.xxHash.dll -/home/arch/projects/wip/timelog-interview/backendCs/bin/Debug/net8.0/MySql.Data.dll -/home/arch/projects/wip/timelog-interview/backendCs/bin/Debug/net8.0/Newtonsoft.Json.dll -/home/arch/projects/wip/timelog-interview/backendCs/bin/Debug/net8.0/System.Configuration.ConfigurationManager.dll -/home/arch/projects/wip/timelog-interview/backendCs/bin/Debug/net8.0/System.Diagnostics.EventLog.dll -/home/arch/projects/wip/timelog-interview/backendCs/bin/Debug/net8.0/System.IO.Pipelines.dll -/home/arch/projects/wip/timelog-interview/backendCs/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll -/home/arch/projects/wip/timelog-interview/backendCs/bin/Debug/net8.0/System.Security.Permissions.dll -/home/arch/projects/wip/timelog-interview/backendCs/bin/Debug/net8.0/System.Windows.Extensions.dll -/home/arch/projects/wip/timelog-interview/backendCs/bin/Debug/net8.0/ZstdSharp.dll -/home/arch/projects/wip/timelog-interview/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/comerr64.dll -/home/arch/projects/wip/timelog-interview/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/gssapi64.dll -/home/arch/projects/wip/timelog-interview/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/k5sprt64.dll -/home/arch/projects/wip/timelog-interview/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/krb5_64.dll -/home/arch/projects/wip/timelog-interview/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/krbcc64.dll -/home/arch/projects/wip/timelog-interview/backendCs/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll -/home/arch/projects/wip/timelog-interview/backendCs/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll -/home/arch/projects/wip/timelog-interview/backendCs/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Windows.Extensions.dll -/home/arch/projects/wip/timelog-interview/backendCs/obj/Debug/net8.0/TimelogBackend.csproj.AssemblyReference.cache -/home/arch/projects/wip/timelog-interview/backendCs/obj/Debug/net8.0/TimelogBackend.GeneratedMSBuildEditorConfig.editorconfig -/home/arch/projects/wip/timelog-interview/backendCs/obj/Debug/net8.0/TimelogBackend.AssemblyInfoInputs.cache -/home/arch/projects/wip/timelog-interview/backendCs/obj/Debug/net8.0/TimelogBackend.AssemblyInfo.cs -/home/arch/projects/wip/timelog-interview/backendCs/obj/Debug/net8.0/TimelogBackend.csproj.CoreCompileInputs.cache -/home/arch/projects/wip/timelog-interview/backendCs/obj/Debug/net8.0/TimelogBackend.csproj.CopyComplete -/home/arch/projects/wip/timelog-interview/backendCs/obj/Debug/net8.0/TimelogBackend.dll -/home/arch/projects/wip/timelog-interview/backendCs/obj/Debug/net8.0/refint/TimelogBackend.dll -/home/arch/projects/wip/timelog-interview/backendCs/obj/Debug/net8.0/TimelogBackend.pdb -/home/arch/projects/wip/timelog-interview/backendCs/obj/Debug/net8.0/TimelogBackend.genruntimeconfig.cache -/home/arch/projects/wip/timelog-interview/backendCs/obj/Debug/net8.0/ref/TimelogBackend.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/TimelogBackend -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/TimelogBackend.deps.json -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/TimelogBackend.runtimeconfig.json -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/TimelogBackend.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/TimelogBackend.pdb -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/BouncyCastle.Cryptography.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/Google.Protobuf.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/K4os.Compression.LZ4.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/K4os.Compression.LZ4.Streams.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/K4os.Hash.xxHash.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/MySql.Data.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/Newtonsoft.Json.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/System.Configuration.ConfigurationManager.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/System.Diagnostics.EventLog.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/System.IO.Pipelines.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/System.Security.Permissions.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/System.Windows.Extensions.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/ZstdSharp.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/comerr64.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/gssapi64.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/k5sprt64.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/krb5_64.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/krbcc64.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Windows.Extensions.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/obj/Debug/net8.0/TimelogBackend.csproj.AssemblyReference.cache -/home/arch/projects/wip/timelog-interview-login/backendCs/obj/Debug/net8.0/TimelogBackend.GeneratedMSBuildEditorConfig.editorconfig -/home/arch/projects/wip/timelog-interview-login/backendCs/obj/Debug/net8.0/TimelogBackend.AssemblyInfoInputs.cache -/home/arch/projects/wip/timelog-interview-login/backendCs/obj/Debug/net8.0/TimelogBackend.AssemblyInfo.cs -/home/arch/projects/wip/timelog-interview-login/backendCs/obj/Debug/net8.0/TimelogBackend.csproj.CoreCompileInputs.cache -/home/arch/projects/wip/timelog-interview-login/backendCs/obj/Debug/net8.0/TimelogBackend.csproj.CopyComplete -/home/arch/projects/wip/timelog-interview-login/backendCs/obj/Debug/net8.0/TimelogBackend.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/obj/Debug/net8.0/refint/TimelogBackend.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/obj/Debug/net8.0/TimelogBackend.pdb -/home/arch/projects/wip/timelog-interview-login/backendCs/obj/Debug/net8.0/TimelogBackend.genruntimeconfig.cache -/home/arch/projects/wip/timelog-interview-login/backendCs/obj/Debug/net8.0/ref/TimelogBackend.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll -/home/arch/projects/wip/timelog-interview-login/backendCs/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/obj/Debug/net8.0/TimelogBackend.csproj.AssemblyReference.cache -/home/arch/projects/unfinished/timelog-interview-login/backendCs/obj/Debug/net8.0/TimelogBackend.GeneratedMSBuildEditorConfig.editorconfig -/home/arch/projects/unfinished/timelog-interview-login/backendCs/obj/Debug/net8.0/TimelogBackend.AssemblyInfoInputs.cache -/home/arch/projects/unfinished/timelog-interview-login/backendCs/obj/Debug/net8.0/TimelogBackend.AssemblyInfo.cs -/home/arch/projects/unfinished/timelog-interview-login/backendCs/obj/Debug/net8.0/TimelogBackend.csproj.CoreCompileInputs.cache -/home/arch/projects/unfinished/timelog-interview-login/backendCs/obj/Debug/net8.0/TimelogBackend.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/obj/Debug/net8.0/refint/TimelogBackend.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/obj/Debug/net8.0/TimelogBackend.pdb -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/TimelogBackend -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/TimelogBackend.deps.json -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/TimelogBackend.runtimeconfig.json -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/TimelogBackend.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/TimelogBackend.pdb -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/BouncyCastle.Cryptography.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/Google.Protobuf.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/K4os.Compression.LZ4.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/K4os.Compression.LZ4.Streams.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/K4os.Hash.xxHash.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/MySql.Data.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/Newtonsoft.Json.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/System.Configuration.ConfigurationManager.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/System.Diagnostics.EventLog.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/System.IO.Pipelines.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/System.Security.Permissions.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/System.Windows.Extensions.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/ZstdSharp.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/comerr64.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/gssapi64.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/k5sprt64.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/krb5_64.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/runtimes/win-x64/native/krbcc64.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Windows.Extensions.dll -/home/arch/projects/unfinished/timelog-interview-login/backendCs/obj/Debug/net8.0/TimelogBackend.csproj.CopyComplete -/home/arch/projects/unfinished/timelog-interview-login/backendCs/obj/Debug/net8.0/TimelogBackend.genruntimeconfig.cache -/home/arch/projects/unfinished/timelog-interview-login/backendCs/obj/Debug/net8.0/ref/TimelogBackend.dll diff --git a/backendCs/obj/Debug/net8.0/TimelogBackend.dll b/backendCs/obj/Debug/net8.0/TimelogBackend.dll deleted file mode 100644 index 518b0bc..0000000 Binary files a/backendCs/obj/Debug/net8.0/TimelogBackend.dll and /dev/null differ diff --git a/backendCs/obj/Debug/net8.0/TimelogBackend.genruntimeconfig.cache b/backendCs/obj/Debug/net8.0/TimelogBackend.genruntimeconfig.cache deleted file mode 100644 index 2bc4106..0000000 --- a/backendCs/obj/Debug/net8.0/TimelogBackend.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -6ce12d87876379d820297a17b33b1f57ff3987d74bed581fb7ebcc8c73660966 diff --git a/backendCs/obj/Debug/net8.0/TimelogBackend.pdb b/backendCs/obj/Debug/net8.0/TimelogBackend.pdb deleted file mode 100644 index e0dae7c..0000000 Binary files a/backendCs/obj/Debug/net8.0/TimelogBackend.pdb and /dev/null differ diff --git a/backendCs/obj/Debug/net8.0/apphost b/backendCs/obj/Debug/net8.0/apphost deleted file mode 100755 index 9666632..0000000 Binary files a/backendCs/obj/Debug/net8.0/apphost and /dev/null differ diff --git a/backendCs/obj/Debug/net8.0/ref/HelloWorldApp.dll b/backendCs/obj/Debug/net8.0/ref/HelloWorldApp.dll deleted file mode 100644 index 77017d2..0000000 Binary files a/backendCs/obj/Debug/net8.0/ref/HelloWorldApp.dll and /dev/null differ diff --git a/backendCs/obj/Debug/net8.0/ref/TimelogBackend.dll b/backendCs/obj/Debug/net8.0/ref/TimelogBackend.dll deleted file mode 100644 index c691503..0000000 Binary files a/backendCs/obj/Debug/net8.0/ref/TimelogBackend.dll and /dev/null differ diff --git a/backendCs/obj/Debug/net8.0/refint/HelloWorldApp.dll b/backendCs/obj/Debug/net8.0/refint/HelloWorldApp.dll deleted file mode 100644 index 77017d2..0000000 Binary files a/backendCs/obj/Debug/net8.0/refint/HelloWorldApp.dll and /dev/null differ diff --git a/backendCs/obj/Debug/net8.0/refint/TimelogBackend.dll b/backendCs/obj/Debug/net8.0/refint/TimelogBackend.dll deleted file mode 100644 index c691503..0000000 Binary files a/backendCs/obj/Debug/net8.0/refint/TimelogBackend.dll and /dev/null differ diff --git a/backendCs/obj/HelloWorldApp.csproj.nuget.dgspec.json b/backendCs/obj/HelloWorldApp.csproj.nuget.dgspec.json deleted file mode 100644 index a812def..0000000 --- a/backendCs/obj/HelloWorldApp.csproj.nuget.dgspec.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "format": 1, - "restore": { - "/home/arch/temp/HelloWorldApp/HelloWorldApp.csproj": {} - }, - "projects": { - "/home/arch/temp/HelloWorldApp/HelloWorldApp.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/arch/temp/HelloWorldApp/HelloWorldApp.csproj", - "projectName": "HelloWorldApp", - "projectPath": "/home/arch/temp/HelloWorldApp/HelloWorldApp.csproj", - "packagesPath": "/home/arch/.nuget/packages/", - "outputPath": "/home/arch/temp/HelloWorldApp/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/arch/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net8.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "MySql.Data": { - "target": "Package", - "version": "[9.1.0, )" - }, - "Newtonsoft.Json": { - "target": "Package", - "version": "[13.0.3, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Ref", - "version": "[8.0.10, 8.0.10]" - } - ], - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/8.0.110/PortableRuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/backendCs/obj/HelloWorldApp.csproj.nuget.g.props b/backendCs/obj/HelloWorldApp.csproj.nuget.g.props deleted file mode 100644 index 4085417..0000000 --- a/backendCs/obj/HelloWorldApp.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - /home/arch/.nuget/packages/ - /home/arch/.nuget/packages/ - PackageReference - 6.8.1 - - - - - \ No newline at end of file diff --git a/backendCs/obj/HelloWorldApp.csproj.nuget.g.targets b/backendCs/obj/HelloWorldApp.csproj.nuget.g.targets deleted file mode 100644 index dc14f89..0000000 --- a/backendCs/obj/HelloWorldApp.csproj.nuget.g.targets +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/backendCs/obj/TimelogBackend.csproj.nuget.dgspec.json b/backendCs/obj/TimelogBackend.csproj.nuget.dgspec.json deleted file mode 100644 index 0be0afb..0000000 --- a/backendCs/obj/TimelogBackend.csproj.nuget.dgspec.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "format": 1, - "restore": { - "/home/arch/projects/unfinished/timelog-interview-login/backendCs/TimelogBackend.csproj": {} - }, - "projects": { - "/home/arch/projects/unfinished/timelog-interview-login/backendCs/TimelogBackend.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/arch/projects/unfinished/timelog-interview-login/backendCs/TimelogBackend.csproj", - "projectName": "TimelogBackend", - "projectPath": "/home/arch/projects/unfinished/timelog-interview-login/backendCs/TimelogBackend.csproj", - "packagesPath": "/home/arch/.nuget/packages/", - "outputPath": "/home/arch/projects/unfinished/timelog-interview-login/backendCs/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/arch/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net8.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "MySql.Data": { - "target": "Package", - "version": "[9.1.0, )" - }, - "Newtonsoft.Json": { - "target": "Package", - "version": "[13.0.3, )" - }, - "System.IdentityModel.Tokens.Jwt": { - "target": "Package", - "version": "[8.2.1, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Ref", - "version": "[8.0.10, 8.0.10]" - } - ], - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/8.0.110/PortableRuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/backendCs/obj/TimelogBackend.csproj.nuget.g.props b/backendCs/obj/TimelogBackend.csproj.nuget.g.props deleted file mode 100644 index 4085417..0000000 --- a/backendCs/obj/TimelogBackend.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - /home/arch/.nuget/packages/ - /home/arch/.nuget/packages/ - PackageReference - 6.8.1 - - - - - \ No newline at end of file diff --git a/backendCs/obj/TimelogBackend.csproj.nuget.g.targets b/backendCs/obj/TimelogBackend.csproj.nuget.g.targets deleted file mode 100644 index dc14f89..0000000 --- a/backendCs/obj/TimelogBackend.csproj.nuget.g.targets +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/backendCs/obj/project.assets.json b/backendCs/obj/project.assets.json deleted file mode 100644 index 9f15ef6..0000000 --- a/backendCs/obj/project.assets.json +++ /dev/null @@ -1,1930 +0,0 @@ -{ - "version": 3, - "targets": { - "net8.0": { - "BouncyCastle.Cryptography/2.3.1": { - "type": "package", - "compile": { - "lib/net6.0/BouncyCastle.Cryptography.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/BouncyCastle.Cryptography.dll": { - "related": ".xml" - } - } - }, - "Google.Protobuf/3.26.1": { - "type": "package", - "compile": { - "lib/net5.0/Google.Protobuf.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net5.0/Google.Protobuf.dll": { - "related": ".pdb;.xml" - } - } - }, - "K4os.Compression.LZ4/1.3.8": { - "type": "package", - "compile": { - "lib/net6.0/K4os.Compression.LZ4.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/K4os.Compression.LZ4.dll": { - "related": ".xml" - } - } - }, - "K4os.Compression.LZ4.Streams/1.3.8": { - "type": "package", - "dependencies": { - "K4os.Compression.LZ4": "1.3.8", - "K4os.Hash.xxHash": "1.0.8", - "System.IO.Pipelines": "6.0.3" - }, - "compile": { - "lib/net6.0/K4os.Compression.LZ4.Streams.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/K4os.Compression.LZ4.Streams.dll": { - "related": ".xml" - } - } - }, - "K4os.Hash.xxHash/1.0.8": { - "type": "package", - "compile": { - "lib/net6.0/K4os.Hash.xxHash.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/K4os.Hash.xxHash.dll": { - "related": ".xml" - } - } - }, - "Microsoft.IdentityModel.Abstractions/8.2.1": { - "type": "package", - "compile": { - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { - "related": ".xml" - } - } - }, - "Microsoft.IdentityModel.JsonWebTokens/8.2.1": { - "type": "package", - "dependencies": { - "Microsoft.IdentityModel.Tokens": "8.2.1" - }, - "compile": { - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "related": ".xml" - } - } - }, - "Microsoft.IdentityModel.Logging/8.2.1": { - "type": "package", - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "8.2.1" - }, - "compile": { - "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { - "related": ".xml" - } - } - }, - "Microsoft.IdentityModel.Tokens/8.2.1": { - "type": "package", - "dependencies": { - "Microsoft.IdentityModel.Logging": "8.2.1" - }, - "compile": { - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { - "related": ".xml" - } - } - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "type": "package", - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "MySql.Data/9.1.0": { - "type": "package", - "dependencies": { - "BouncyCastle.Cryptography": "2.3.1", - "Google.Protobuf": "3.26.1", - "K4os.Compression.LZ4.Streams": "1.3.8", - "System.Buffers": "4.5.1", - "System.Configuration.ConfigurationManager": "8.0.0", - "System.Diagnostics.DiagnosticSource": "8.0.1", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Runtime.Loader": "4.3.0", - "System.Security.Permissions": "8.0.0", - "System.Text.Encoding.CodePages": "8.0.0", - "System.Text.Json": "8.0.4", - "System.Threading.Tasks.Extensions": "4.5.4", - "ZstdSharp.Port": "0.8.0" - }, - "compile": { - "lib/net8.0/MySql.Data.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/MySql.Data.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/win-x64/native/comerr64.dll": { - "assetType": "native", - "rid": "win-x64" - }, - "runtimes/win-x64/native/gssapi64.dll": { - "assetType": "native", - "rid": "win-x64" - }, - "runtimes/win-x64/native/k5sprt64.dll": { - "assetType": "native", - "rid": "win-x64" - }, - "runtimes/win-x64/native/krb5_64.dll": { - "assetType": "native", - "rid": "win-x64" - }, - "runtimes/win-x64/native/krbcc64.dll": { - "assetType": "native", - "rid": "win-x64" - } - } - }, - "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" - } - } - }, - "System.Buffers/4.5.1": { - "type": "package", - "compile": { - "ref/netcoreapp2.0/_._": {} - }, - "runtime": { - "lib/netcoreapp2.0/_._": {} - } - }, - "System.Configuration.ConfigurationManager/8.0.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.EventLog": "8.0.0", - "System.Security.Cryptography.ProtectedData": "8.0.0" - }, - "compile": { - "lib/net8.0/System.Configuration.ConfigurationManager.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Configuration.ConfigurationManager.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Diagnostics.DiagnosticSource/8.0.1": { - "type": "package", - "compile": { - "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Diagnostics.EventLog/8.0.0": { - "type": "package", - "compile": { - "lib/net8.0/System.Diagnostics.EventLog.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Diagnostics.EventLog.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": { - "assetType": "runtime", - "rid": "win" - }, - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.IdentityModel.Tokens.Jwt/8.2.1": { - "type": "package", - "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "8.2.1", - "Microsoft.IdentityModel.Tokens": "8.2.1" - }, - "compile": { - "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { - "related": ".xml" - } - } - }, - "System.IO/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compile": { - "ref/netstandard1.5/System.IO.dll": { - "related": ".xml" - } - } - }, - "System.IO.Pipelines/6.0.3": { - "type": "package", - "compile": { - "lib/net6.0/System.IO.Pipelines.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.IO.Pipelines.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - } - }, - "System.Reflection/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.5/System.Reflection.dll": { - "related": ".xml" - } - } - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/System.Reflection.Primitives.dll": { - "related": ".xml" - } - } - }, - "System.Runtime/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - }, - "compile": { - "ref/netstandard1.5/System.Runtime.dll": { - "related": ".xml" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "compile": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - } - }, - "System.Runtime.Loader/4.3.0": { - "type": "package", - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.5/System.Runtime.Loader.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.5/System.Runtime.Loader.dll": {} - } - }, - "System.Security.Cryptography.ProtectedData/8.0.0": { - "type": "package", - "compile": { - "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Security.Permissions/8.0.0": { - "type": "package", - "dependencies": { - "System.Windows.Extensions": "8.0.0" - }, - "compile": { - "lib/net8.0/System.Security.Permissions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Security.Permissions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Text.Encoding.dll": { - "related": ".xml" - } - } - }, - "System.Text.Encoding.CodePages/8.0.0": { - "type": "package", - "compile": { - "lib/net8.0/System.Text.Encoding.CodePages.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Text.Encoding.CodePages.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Text.Encoding.CodePages.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Text.Encodings.Web/8.0.0": { - "type": "package", - "compile": { - "lib/net8.0/System.Text.Encodings.Web.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Text.Encodings.Web.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": { - "assetType": "runtime", - "rid": "browser" - } - } - }, - "System.Text.Json/8.0.4": { - "type": "package", - "dependencies": { - "System.Text.Encodings.Web": "8.0.0" - }, - "compile": { - "lib/net8.0/System.Text.Json.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Text.Json.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/System.Text.Json.targets": {} - } - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Threading.Tasks.dll": { - "related": ".xml" - } - } - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "compile": { - "ref/netcoreapp2.1/_._": {} - }, - "runtime": { - "lib/netcoreapp2.1/_._": {} - } - }, - "System.Windows.Extensions/8.0.0": { - "type": "package", - "compile": { - "lib/net8.0/System.Windows.Extensions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Windows.Extensions.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Windows.Extensions.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "ZstdSharp.Port/0.8.0": { - "type": "package", - "compile": { - "lib/net8.0/ZstdSharp.dll": {} - }, - "runtime": { - "lib/net8.0/ZstdSharp.dll": {} - } - } - } - }, - "libraries": { - "BouncyCastle.Cryptography/2.3.1": { - "sha512": "buwoISwecYke3CmgG1AQSg+sNZjJeIb93vTAtJiHZX35hP/teYMxsfg0NDXGUKjGx6BKBTNKc77O2M3vKvlXZQ==", - "type": "package", - "path": "bouncycastle.cryptography/2.3.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.md", - "README.md", - "bouncycastle.cryptography.2.3.1.nupkg.sha512", - "bouncycastle.cryptography.nuspec", - "lib/net461/BouncyCastle.Cryptography.dll", - "lib/net461/BouncyCastle.Cryptography.xml", - "lib/net6.0/BouncyCastle.Cryptography.dll", - "lib/net6.0/BouncyCastle.Cryptography.xml", - "lib/netstandard2.0/BouncyCastle.Cryptography.dll", - "lib/netstandard2.0/BouncyCastle.Cryptography.xml", - "packageIcon.png" - ] - }, - "Google.Protobuf/3.26.1": { - "sha512": "CHZX8zXqhF/fdUtd+AYzew8T2HFkAoe5c7lbGxZY/qryAlQXckDvM5BfOJjXlMS7kyICqQTMszj4w1bX5uBJ/w==", - "type": "package", - "path": "google.protobuf/3.26.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "google.protobuf.3.26.1.nupkg.sha512", - "google.protobuf.nuspec", - "lib/net45/Google.Protobuf.dll", - "lib/net45/Google.Protobuf.pdb", - "lib/net45/Google.Protobuf.xml", - "lib/net5.0/Google.Protobuf.dll", - "lib/net5.0/Google.Protobuf.pdb", - "lib/net5.0/Google.Protobuf.xml", - "lib/netstandard1.1/Google.Protobuf.dll", - "lib/netstandard1.1/Google.Protobuf.pdb", - "lib/netstandard1.1/Google.Protobuf.xml", - "lib/netstandard2.0/Google.Protobuf.dll", - "lib/netstandard2.0/Google.Protobuf.pdb", - "lib/netstandard2.0/Google.Protobuf.xml" - ] - }, - "K4os.Compression.LZ4/1.3.8": { - "sha512": "LhwlPa7c1zs1OV2XadMtAWdImjLIsqFJPoRcIWAadSRn0Ri1DepK65UbWLPmt4riLqx2d40xjXRk0ogpqNtK7g==", - "type": "package", - "path": "k4os.compression.lz4/1.3.8", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "k4os.compression.lz4.1.3.8.nupkg.sha512", - "k4os.compression.lz4.nuspec", - "lib/net462/K4os.Compression.LZ4.dll", - "lib/net462/K4os.Compression.LZ4.xml", - "lib/net5.0/K4os.Compression.LZ4.dll", - "lib/net5.0/K4os.Compression.LZ4.xml", - "lib/net6.0/K4os.Compression.LZ4.dll", - "lib/net6.0/K4os.Compression.LZ4.xml", - "lib/netstandard2.0/K4os.Compression.LZ4.dll", - "lib/netstandard2.0/K4os.Compression.LZ4.xml", - "lib/netstandard2.1/K4os.Compression.LZ4.dll", - "lib/netstandard2.1/K4os.Compression.LZ4.xml" - ] - }, - "K4os.Compression.LZ4.Streams/1.3.8": { - "sha512": "P15qr8dZAeo9GvYbUIPEYFQ0MEJ0i5iqr37wsYeRC3la2uCldOoeCa6to0CZ1taiwxIV+Mk8NGuZi+4iWivK9w==", - "type": "package", - "path": "k4os.compression.lz4.streams/1.3.8", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "k4os.compression.lz4.streams.1.3.8.nupkg.sha512", - "k4os.compression.lz4.streams.nuspec", - "lib/net462/K4os.Compression.LZ4.Streams.dll", - "lib/net462/K4os.Compression.LZ4.Streams.xml", - "lib/net5.0/K4os.Compression.LZ4.Streams.dll", - "lib/net5.0/K4os.Compression.LZ4.Streams.xml", - "lib/net6.0/K4os.Compression.LZ4.Streams.dll", - "lib/net6.0/K4os.Compression.LZ4.Streams.xml", - "lib/netstandard2.0/K4os.Compression.LZ4.Streams.dll", - "lib/netstandard2.0/K4os.Compression.LZ4.Streams.xml", - "lib/netstandard2.1/K4os.Compression.LZ4.Streams.dll", - "lib/netstandard2.1/K4os.Compression.LZ4.Streams.xml" - ] - }, - "K4os.Hash.xxHash/1.0.8": { - "sha512": "Wp2F7BamQ2Q/7Hk834nV9vRQapgcr8kgv9Jvfm8J3D0IhDqZMMl+a2yxUq5ltJitvXvQfB8W6K4F4fCbw/P6YQ==", - "type": "package", - "path": "k4os.hash.xxhash/1.0.8", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "k4os.hash.xxhash.1.0.8.nupkg.sha512", - "k4os.hash.xxhash.nuspec", - "lib/net462/K4os.Hash.xxHash.dll", - "lib/net462/K4os.Hash.xxHash.xml", - "lib/net5.0/K4os.Hash.xxHash.dll", - "lib/net5.0/K4os.Hash.xxHash.xml", - "lib/net6.0/K4os.Hash.xxHash.dll", - "lib/net6.0/K4os.Hash.xxHash.xml", - "lib/netstandard2.0/K4os.Hash.xxHash.dll", - "lib/netstandard2.0/K4os.Hash.xxHash.xml", - "lib/netstandard2.1/K4os.Hash.xxHash.dll", - "lib/netstandard2.1/K4os.Hash.xxHash.xml" - ] - }, - "Microsoft.IdentityModel.Abstractions/8.2.1": { - "sha512": "8sMlmHhh5HdP3+yCSCUpJpN1yYrJ6J/V39df9siY8PeMckRMrSBRL/TMs/Jex6P1ly/Ie2mFqvhcPHHrNmCd/w==", - "type": "package", - "path": "microsoft.identitymodel.abstractions/8.2.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/net462/Microsoft.IdentityModel.Abstractions.dll", - "lib/net462/Microsoft.IdentityModel.Abstractions.xml", - "lib/net472/Microsoft.IdentityModel.Abstractions.dll", - "lib/net472/Microsoft.IdentityModel.Abstractions.xml", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/net8.0/Microsoft.IdentityModel.Abstractions.xml", - "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/net9.0/Microsoft.IdentityModel.Abstractions.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", - "microsoft.identitymodel.abstractions.8.2.1.nupkg.sha512", - "microsoft.identitymodel.abstractions.nuspec" - ] - }, - "Microsoft.IdentityModel.JsonWebTokens/8.2.1": { - "sha512": "Oo0SBOzK6p3YIUcc1YTJCaYezVUa5HyUJ/AAB35QwxhhD6Blei5tNjNYDR0IbqHdb5EPUIiKcIbQGoj2b1mIbg==", - "type": "package", - "path": "microsoft.identitymodel.jsonwebtokens/8.2.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "microsoft.identitymodel.jsonwebtokens.8.2.1.nupkg.sha512", - "microsoft.identitymodel.jsonwebtokens.nuspec" - ] - }, - "Microsoft.IdentityModel.Logging/8.2.1": { - "sha512": "EgSEAtBoWBynACdhKnMlVAFGGWqOIdmbpW7Vvx2SQ7u7ogZ50NcEGSoGljEsQoGIRYpo0UxXYktKcYMp+G/Bcg==", - "type": "package", - "path": "microsoft.identitymodel.logging/8.2.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/net462/Microsoft.IdentityModel.Logging.dll", - "lib/net462/Microsoft.IdentityModel.Logging.xml", - "lib/net472/Microsoft.IdentityModel.Logging.dll", - "lib/net472/Microsoft.IdentityModel.Logging.xml", - "lib/net6.0/Microsoft.IdentityModel.Logging.dll", - "lib/net6.0/Microsoft.IdentityModel.Logging.xml", - "lib/net8.0/Microsoft.IdentityModel.Logging.dll", - "lib/net8.0/Microsoft.IdentityModel.Logging.xml", - "lib/net9.0/Microsoft.IdentityModel.Logging.dll", - "lib/net9.0/Microsoft.IdentityModel.Logging.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", - "microsoft.identitymodel.logging.8.2.1.nupkg.sha512", - "microsoft.identitymodel.logging.nuspec" - ] - }, - "Microsoft.IdentityModel.Tokens/8.2.1": { - "sha512": "oQeLWCATuVXOCdIvouM4GG2xl1YNng+uAxYwu7CG6RuW+y+1+slXrOBq5csTU2pnV2SH3B1GmugDf6Jv/lexjw==", - "type": "package", - "path": "microsoft.identitymodel.tokens/8.2.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/net462/Microsoft.IdentityModel.Tokens.dll", - "lib/net462/Microsoft.IdentityModel.Tokens.xml", - "lib/net472/Microsoft.IdentityModel.Tokens.dll", - "lib/net472/Microsoft.IdentityModel.Tokens.xml", - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", - "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll", - "lib/net8.0/Microsoft.IdentityModel.Tokens.xml", - "lib/net9.0/Microsoft.IdentityModel.Tokens.dll", - "lib/net9.0/Microsoft.IdentityModel.Tokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", - "microsoft.identitymodel.tokens.8.2.1.nupkg.sha512", - "microsoft.identitymodel.tokens.nuspec" - ] - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", - "type": "package", - "path": "microsoft.netcore.platforms/1.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "microsoft.netcore.platforms.1.1.0.nupkg.sha512", - "microsoft.netcore.platforms.nuspec", - "runtime.json" - ] - }, - "Microsoft.NETCore.Targets/1.1.0": { - "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "type": "package", - "path": "microsoft.netcore.targets/1.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "microsoft.netcore.targets.1.1.0.nupkg.sha512", - "microsoft.netcore.targets.nuspec", - "runtime.json" - ] - }, - "MySql.Data/9.1.0": { - "sha512": "E4t/IQzcXg4nYGqrGkoGwwSWA1V2L+LKzVddPABAPcj2i6RESP2fcZQ4XFC0Wv+Cq4DlgR3DYhX/fGaZ3VxCPQ==", - "type": "package", - "path": "mysql.data/9.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE", - "README", - "README.md", - "lib/net462/MySql.Data.dll", - "lib/net462/MySql.Data.xml", - "lib/net48/MySql.Data.dll", - "lib/net48/MySql.Data.xml", - "lib/net6.0/MySql.Data.dll", - "lib/net6.0/MySql.Data.xml", - "lib/net8.0/MySql.Data.dll", - "lib/net8.0/MySql.Data.xml", - "lib/netstandard2.0/MySql.Data.dll", - "lib/netstandard2.0/MySql.Data.xml", - "lib/netstandard2.1/MySql.Data.dll", - "lib/netstandard2.1/MySql.Data.xml", - "logo-mysql-170x115.png", - "mysql.data.9.1.0.nupkg.sha512", - "mysql.data.nuspec", - "runtimes/win-x64/native/comerr64.dll", - "runtimes/win-x64/native/gssapi64.dll", - "runtimes/win-x64/native/k5sprt64.dll", - "runtimes/win-x64/native/krb5_64.dll", - "runtimes/win-x64/native/krbcc64.dll" - ] - }, - "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" - ] - }, - "System.Buffers/4.5.1": { - "sha512": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==", - "type": "package", - "path": "system.buffers/4.5.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/System.Buffers.dll", - "lib/net461/System.Buffers.xml", - "lib/netcoreapp2.0/_._", - "lib/netstandard1.1/System.Buffers.dll", - "lib/netstandard1.1/System.Buffers.xml", - "lib/netstandard2.0/System.Buffers.dll", - "lib/netstandard2.0/System.Buffers.xml", - "lib/uap10.0.16299/_._", - "ref/net45/System.Buffers.dll", - "ref/net45/System.Buffers.xml", - "ref/netcoreapp2.0/_._", - "ref/netstandard1.1/System.Buffers.dll", - "ref/netstandard1.1/System.Buffers.xml", - "ref/netstandard2.0/System.Buffers.dll", - "ref/netstandard2.0/System.Buffers.xml", - "ref/uap10.0.16299/_._", - "system.buffers.4.5.1.nupkg.sha512", - "system.buffers.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Configuration.ConfigurationManager/8.0.0": { - "sha512": "JlYi9XVvIREURRUlGMr1F6vOFLk7YSY4p1vHo4kX3tQ0AGrjqlRWHDi66ImHhy6qwXBG3BJ6Y1QlYQ+Qz6Xgww==", - "type": "package", - "path": "system.configuration.configurationmanager/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Configuration.ConfigurationManager.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Configuration.ConfigurationManager.targets", - "lib/net462/System.Configuration.ConfigurationManager.dll", - "lib/net462/System.Configuration.ConfigurationManager.xml", - "lib/net6.0/System.Configuration.ConfigurationManager.dll", - "lib/net6.0/System.Configuration.ConfigurationManager.xml", - "lib/net7.0/System.Configuration.ConfigurationManager.dll", - "lib/net7.0/System.Configuration.ConfigurationManager.xml", - "lib/net8.0/System.Configuration.ConfigurationManager.dll", - "lib/net8.0/System.Configuration.ConfigurationManager.xml", - "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll", - "lib/netstandard2.0/System.Configuration.ConfigurationManager.xml", - "system.configuration.configurationmanager.8.0.0.nupkg.sha512", - "system.configuration.configurationmanager.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Diagnostics.DiagnosticSource/8.0.1": { - "sha512": "vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==", - "type": "package", - "path": "system.diagnostics.diagnosticsource/8.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Diagnostics.DiagnosticSource.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets", - "lib/net462/System.Diagnostics.DiagnosticSource.dll", - "lib/net462/System.Diagnostics.DiagnosticSource.xml", - "lib/net6.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net6.0/System.Diagnostics.DiagnosticSource.xml", - "lib/net7.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net7.0/System.Diagnostics.DiagnosticSource.xml", - "lib/net8.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net8.0/System.Diagnostics.DiagnosticSource.xml", - "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll", - "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml", - "system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", - "system.diagnostics.diagnosticsource.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Diagnostics.EventLog/8.0.0": { - "sha512": "fdYxcRjQqTTacKId/2IECojlDSFvp7LP5N78+0z/xH7v/Tuw5ZAxu23Y6PTCRinqyu2ePx+Gn1098NC6jM6d+A==", - "type": "package", - "path": "system.diagnostics.eventlog/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Diagnostics.EventLog.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Diagnostics.EventLog.targets", - "lib/net462/System.Diagnostics.EventLog.dll", - "lib/net462/System.Diagnostics.EventLog.xml", - "lib/net6.0/System.Diagnostics.EventLog.dll", - "lib/net6.0/System.Diagnostics.EventLog.xml", - "lib/net7.0/System.Diagnostics.EventLog.dll", - "lib/net7.0/System.Diagnostics.EventLog.xml", - "lib/net8.0/System.Diagnostics.EventLog.dll", - "lib/net8.0/System.Diagnostics.EventLog.xml", - "lib/netstandard2.0/System.Diagnostics.EventLog.dll", - "lib/netstandard2.0/System.Diagnostics.EventLog.xml", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.xml", - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll", - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll", - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.xml", - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll", - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll", - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.xml", - "system.diagnostics.eventlog.8.0.0.nupkg.sha512", - "system.diagnostics.eventlog.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.IdentityModel.Tokens.Jwt/8.2.1": { - "sha512": "GVQmbjr2N8awFWPTWyThLxgKnFINObG1P+oX7vFrBY8um3V7V7Dh3wnxaGxNH6v6lSTeVQrY+SaUUBX9H3TPcw==", - "type": "package", - "path": "system.identitymodel.tokens.jwt/8.2.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/net462/System.IdentityModel.Tokens.Jwt.dll", - "lib/net462/System.IdentityModel.Tokens.Jwt.xml", - "lib/net472/System.IdentityModel.Tokens.Jwt.dll", - "lib/net472/System.IdentityModel.Tokens.Jwt.xml", - "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll", - "lib/net6.0/System.IdentityModel.Tokens.Jwt.xml", - "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll", - "lib/net8.0/System.IdentityModel.Tokens.Jwt.xml", - "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll", - "lib/net9.0/System.IdentityModel.Tokens.Jwt.xml", - "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll", - "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml", - "system.identitymodel.tokens.jwt.8.2.1.nupkg.sha512", - "system.identitymodel.tokens.jwt.nuspec" - ] - }, - "System.IO/4.3.0": { - "sha512": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "type": "package", - "path": "system.io/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.IO.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.IO.dll", - "ref/netcore50/System.IO.dll", - "ref/netcore50/System.IO.xml", - "ref/netcore50/de/System.IO.xml", - "ref/netcore50/es/System.IO.xml", - "ref/netcore50/fr/System.IO.xml", - "ref/netcore50/it/System.IO.xml", - "ref/netcore50/ja/System.IO.xml", - "ref/netcore50/ko/System.IO.xml", - "ref/netcore50/ru/System.IO.xml", - "ref/netcore50/zh-hans/System.IO.xml", - "ref/netcore50/zh-hant/System.IO.xml", - "ref/netstandard1.0/System.IO.dll", - "ref/netstandard1.0/System.IO.xml", - "ref/netstandard1.0/de/System.IO.xml", - "ref/netstandard1.0/es/System.IO.xml", - "ref/netstandard1.0/fr/System.IO.xml", - "ref/netstandard1.0/it/System.IO.xml", - "ref/netstandard1.0/ja/System.IO.xml", - "ref/netstandard1.0/ko/System.IO.xml", - "ref/netstandard1.0/ru/System.IO.xml", - "ref/netstandard1.0/zh-hans/System.IO.xml", - "ref/netstandard1.0/zh-hant/System.IO.xml", - "ref/netstandard1.3/System.IO.dll", - "ref/netstandard1.3/System.IO.xml", - "ref/netstandard1.3/de/System.IO.xml", - "ref/netstandard1.3/es/System.IO.xml", - "ref/netstandard1.3/fr/System.IO.xml", - "ref/netstandard1.3/it/System.IO.xml", - "ref/netstandard1.3/ja/System.IO.xml", - "ref/netstandard1.3/ko/System.IO.xml", - "ref/netstandard1.3/ru/System.IO.xml", - "ref/netstandard1.3/zh-hans/System.IO.xml", - "ref/netstandard1.3/zh-hant/System.IO.xml", - "ref/netstandard1.5/System.IO.dll", - "ref/netstandard1.5/System.IO.xml", - "ref/netstandard1.5/de/System.IO.xml", - "ref/netstandard1.5/es/System.IO.xml", - "ref/netstandard1.5/fr/System.IO.xml", - "ref/netstandard1.5/it/System.IO.xml", - "ref/netstandard1.5/ja/System.IO.xml", - "ref/netstandard1.5/ko/System.IO.xml", - "ref/netstandard1.5/ru/System.IO.xml", - "ref/netstandard1.5/zh-hans/System.IO.xml", - "ref/netstandard1.5/zh-hant/System.IO.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.io.4.3.0.nupkg.sha512", - "system.io.nuspec" - ] - }, - "System.IO.Pipelines/6.0.3": { - "sha512": "ryTgF+iFkpGZY1vRQhfCzX0xTdlV3pyaTTqRu2ETbEv+HlV7O6y7hyQURnghNIXvctl5DuZ//Dpks6HdL/Txgw==", - "type": "package", - "path": "system.io.pipelines/6.0.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.IO.Pipelines.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.IO.Pipelines.dll", - "lib/net461/System.IO.Pipelines.xml", - "lib/net6.0/System.IO.Pipelines.dll", - "lib/net6.0/System.IO.Pipelines.xml", - "lib/netcoreapp3.1/System.IO.Pipelines.dll", - "lib/netcoreapp3.1/System.IO.Pipelines.xml", - "lib/netstandard2.0/System.IO.Pipelines.dll", - "lib/netstandard2.0/System.IO.Pipelines.xml", - "system.io.pipelines.6.0.3.nupkg.sha512", - "system.io.pipelines.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Reflection/4.3.0": { - "sha512": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "type": "package", - "path": "system.reflection/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Reflection.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Reflection.dll", - "ref/netcore50/System.Reflection.dll", - "ref/netcore50/System.Reflection.xml", - "ref/netcore50/de/System.Reflection.xml", - "ref/netcore50/es/System.Reflection.xml", - "ref/netcore50/fr/System.Reflection.xml", - "ref/netcore50/it/System.Reflection.xml", - "ref/netcore50/ja/System.Reflection.xml", - "ref/netcore50/ko/System.Reflection.xml", - "ref/netcore50/ru/System.Reflection.xml", - "ref/netcore50/zh-hans/System.Reflection.xml", - "ref/netcore50/zh-hant/System.Reflection.xml", - "ref/netstandard1.0/System.Reflection.dll", - "ref/netstandard1.0/System.Reflection.xml", - "ref/netstandard1.0/de/System.Reflection.xml", - "ref/netstandard1.0/es/System.Reflection.xml", - "ref/netstandard1.0/fr/System.Reflection.xml", - "ref/netstandard1.0/it/System.Reflection.xml", - "ref/netstandard1.0/ja/System.Reflection.xml", - "ref/netstandard1.0/ko/System.Reflection.xml", - "ref/netstandard1.0/ru/System.Reflection.xml", - "ref/netstandard1.0/zh-hans/System.Reflection.xml", - "ref/netstandard1.0/zh-hant/System.Reflection.xml", - "ref/netstandard1.3/System.Reflection.dll", - "ref/netstandard1.3/System.Reflection.xml", - "ref/netstandard1.3/de/System.Reflection.xml", - "ref/netstandard1.3/es/System.Reflection.xml", - "ref/netstandard1.3/fr/System.Reflection.xml", - "ref/netstandard1.3/it/System.Reflection.xml", - "ref/netstandard1.3/ja/System.Reflection.xml", - "ref/netstandard1.3/ko/System.Reflection.xml", - "ref/netstandard1.3/ru/System.Reflection.xml", - "ref/netstandard1.3/zh-hans/System.Reflection.xml", - "ref/netstandard1.3/zh-hant/System.Reflection.xml", - "ref/netstandard1.5/System.Reflection.dll", - "ref/netstandard1.5/System.Reflection.xml", - "ref/netstandard1.5/de/System.Reflection.xml", - "ref/netstandard1.5/es/System.Reflection.xml", - "ref/netstandard1.5/fr/System.Reflection.xml", - "ref/netstandard1.5/it/System.Reflection.xml", - "ref/netstandard1.5/ja/System.Reflection.xml", - "ref/netstandard1.5/ko/System.Reflection.xml", - "ref/netstandard1.5/ru/System.Reflection.xml", - "ref/netstandard1.5/zh-hans/System.Reflection.xml", - "ref/netstandard1.5/zh-hant/System.Reflection.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.reflection.4.3.0.nupkg.sha512", - "system.reflection.nuspec" - ] - }, - "System.Reflection.Primitives/4.3.0": { - "sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "type": "package", - "path": "system.reflection.primitives/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Reflection.Primitives.dll", - "ref/netcore50/System.Reflection.Primitives.xml", - "ref/netcore50/de/System.Reflection.Primitives.xml", - "ref/netcore50/es/System.Reflection.Primitives.xml", - "ref/netcore50/fr/System.Reflection.Primitives.xml", - "ref/netcore50/it/System.Reflection.Primitives.xml", - "ref/netcore50/ja/System.Reflection.Primitives.xml", - "ref/netcore50/ko/System.Reflection.Primitives.xml", - "ref/netcore50/ru/System.Reflection.Primitives.xml", - "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", - "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", - "ref/netstandard1.0/System.Reflection.Primitives.dll", - "ref/netstandard1.0/System.Reflection.Primitives.xml", - "ref/netstandard1.0/de/System.Reflection.Primitives.xml", - "ref/netstandard1.0/es/System.Reflection.Primitives.xml", - "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", - "ref/netstandard1.0/it/System.Reflection.Primitives.xml", - "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", - "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", - "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", - "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", - "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.reflection.primitives.4.3.0.nupkg.sha512", - "system.reflection.primitives.nuspec" - ] - }, - "System.Runtime/4.3.0": { - "sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "type": "package", - "path": "system.runtime/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Runtime.dll", - "lib/portable-net45+win8+wp80+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Runtime.dll", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", - "ref/netcore50/de/System.Runtime.xml", - "ref/netcore50/es/System.Runtime.xml", - "ref/netcore50/fr/System.Runtime.xml", - "ref/netcore50/it/System.Runtime.xml", - "ref/netcore50/ja/System.Runtime.xml", - "ref/netcore50/ko/System.Runtime.xml", - "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/zh-hans/System.Runtime.xml", - "ref/netcore50/zh-hant/System.Runtime.xml", - "ref/netstandard1.0/System.Runtime.dll", - "ref/netstandard1.0/System.Runtime.xml", - "ref/netstandard1.0/de/System.Runtime.xml", - "ref/netstandard1.0/es/System.Runtime.xml", - "ref/netstandard1.0/fr/System.Runtime.xml", - "ref/netstandard1.0/it/System.Runtime.xml", - "ref/netstandard1.0/ja/System.Runtime.xml", - "ref/netstandard1.0/ko/System.Runtime.xml", - "ref/netstandard1.0/ru/System.Runtime.xml", - "ref/netstandard1.0/zh-hans/System.Runtime.xml", - "ref/netstandard1.0/zh-hant/System.Runtime.xml", - "ref/netstandard1.2/System.Runtime.dll", - "ref/netstandard1.2/System.Runtime.xml", - "ref/netstandard1.2/de/System.Runtime.xml", - "ref/netstandard1.2/es/System.Runtime.xml", - "ref/netstandard1.2/fr/System.Runtime.xml", - "ref/netstandard1.2/it/System.Runtime.xml", - "ref/netstandard1.2/ja/System.Runtime.xml", - "ref/netstandard1.2/ko/System.Runtime.xml", - "ref/netstandard1.2/ru/System.Runtime.xml", - "ref/netstandard1.2/zh-hans/System.Runtime.xml", - "ref/netstandard1.2/zh-hant/System.Runtime.xml", - "ref/netstandard1.3/System.Runtime.dll", - "ref/netstandard1.3/System.Runtime.xml", - "ref/netstandard1.3/de/System.Runtime.xml", - "ref/netstandard1.3/es/System.Runtime.xml", - "ref/netstandard1.3/fr/System.Runtime.xml", - "ref/netstandard1.3/it/System.Runtime.xml", - "ref/netstandard1.3/ja/System.Runtime.xml", - "ref/netstandard1.3/ko/System.Runtime.xml", - "ref/netstandard1.3/ru/System.Runtime.xml", - "ref/netstandard1.3/zh-hans/System.Runtime.xml", - "ref/netstandard1.3/zh-hant/System.Runtime.xml", - "ref/netstandard1.5/System.Runtime.dll", - "ref/netstandard1.5/System.Runtime.xml", - "ref/netstandard1.5/de/System.Runtime.xml", - "ref/netstandard1.5/es/System.Runtime.xml", - "ref/netstandard1.5/fr/System.Runtime.xml", - "ref/netstandard1.5/it/System.Runtime.xml", - "ref/netstandard1.5/ja/System.Runtime.xml", - "ref/netstandard1.5/ko/System.Runtime.xml", - "ref/netstandard1.5/ru/System.Runtime.xml", - "ref/netstandard1.5/zh-hans/System.Runtime.xml", - "ref/netstandard1.5/zh-hant/System.Runtime.xml", - "ref/portable-net45+win8+wp80+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.runtime.4.3.0.nupkg.sha512", - "system.runtime.nuspec" - ] - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "sha512": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "type": "package", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net461/System.Runtime.CompilerServices.Unsafe.xml", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", - "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", - "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", - "system.runtime.compilerservices.unsafe.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Runtime.Loader/4.3.0": { - "sha512": "DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==", - "type": "package", - "path": "system.runtime.loader/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net462/_._", - "lib/netstandard1.5/System.Runtime.Loader.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard1.5/System.Runtime.Loader.dll", - "ref/netstandard1.5/System.Runtime.Loader.xml", - "ref/netstandard1.5/de/System.Runtime.Loader.xml", - "ref/netstandard1.5/es/System.Runtime.Loader.xml", - "ref/netstandard1.5/fr/System.Runtime.Loader.xml", - "ref/netstandard1.5/it/System.Runtime.Loader.xml", - "ref/netstandard1.5/ja/System.Runtime.Loader.xml", - "ref/netstandard1.5/ko/System.Runtime.Loader.xml", - "ref/netstandard1.5/ru/System.Runtime.Loader.xml", - "ref/netstandard1.5/zh-hans/System.Runtime.Loader.xml", - "ref/netstandard1.5/zh-hant/System.Runtime.Loader.xml", - "system.runtime.loader.4.3.0.nupkg.sha512", - "system.runtime.loader.nuspec" - ] - }, - "System.Security.Cryptography.ProtectedData/8.0.0": { - "sha512": "+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==", - "type": "package", - "path": "system.security.cryptography.protecteddata/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Security.Cryptography.ProtectedData.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Security.Cryptography.ProtectedData.targets", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net462/System.Security.Cryptography.ProtectedData.dll", - "lib/net462/System.Security.Cryptography.ProtectedData.xml", - "lib/net6.0/System.Security.Cryptography.ProtectedData.dll", - "lib/net6.0/System.Security.Cryptography.ProtectedData.xml", - "lib/net7.0/System.Security.Cryptography.ProtectedData.dll", - "lib/net7.0/System.Security.Cryptography.ProtectedData.xml", - "lib/net8.0/System.Security.Cryptography.ProtectedData.dll", - "lib/net8.0/System.Security.Cryptography.ProtectedData.xml", - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512", - "system.security.cryptography.protecteddata.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Security.Permissions/8.0.0": { - "sha512": "v/BBylw7XevuAsHXoX9dDUUfmBIcUf7Lkz8K3ZXIKz3YRKpw8YftpSir4n4e/jDTKFoaK37AsC3xnk+GNFI1Ow==", - "type": "package", - "path": "system.security.permissions/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Security.Permissions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Security.Permissions.targets", - "lib/net462/System.Security.Permissions.dll", - "lib/net462/System.Security.Permissions.xml", - "lib/net6.0/System.Security.Permissions.dll", - "lib/net6.0/System.Security.Permissions.xml", - "lib/net7.0/System.Security.Permissions.dll", - "lib/net7.0/System.Security.Permissions.xml", - "lib/net8.0/System.Security.Permissions.dll", - "lib/net8.0/System.Security.Permissions.xml", - "lib/netstandard2.0/System.Security.Permissions.dll", - "lib/netstandard2.0/System.Security.Permissions.xml", - "system.security.permissions.8.0.0.nupkg.sha512", - "system.security.permissions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Text.Encoding/4.3.0": { - "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "type": "package", - "path": "system.text.encoding/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Text.Encoding.dll", - "ref/netcore50/System.Text.Encoding.xml", - "ref/netcore50/de/System.Text.Encoding.xml", - "ref/netcore50/es/System.Text.Encoding.xml", - "ref/netcore50/fr/System.Text.Encoding.xml", - "ref/netcore50/it/System.Text.Encoding.xml", - "ref/netcore50/ja/System.Text.Encoding.xml", - "ref/netcore50/ko/System.Text.Encoding.xml", - "ref/netcore50/ru/System.Text.Encoding.xml", - "ref/netcore50/zh-hans/System.Text.Encoding.xml", - "ref/netcore50/zh-hant/System.Text.Encoding.xml", - "ref/netstandard1.0/System.Text.Encoding.dll", - "ref/netstandard1.0/System.Text.Encoding.xml", - "ref/netstandard1.0/de/System.Text.Encoding.xml", - "ref/netstandard1.0/es/System.Text.Encoding.xml", - "ref/netstandard1.0/fr/System.Text.Encoding.xml", - "ref/netstandard1.0/it/System.Text.Encoding.xml", - "ref/netstandard1.0/ja/System.Text.Encoding.xml", - "ref/netstandard1.0/ko/System.Text.Encoding.xml", - "ref/netstandard1.0/ru/System.Text.Encoding.xml", - "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", - "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", - "ref/netstandard1.3/System.Text.Encoding.dll", - "ref/netstandard1.3/System.Text.Encoding.xml", - "ref/netstandard1.3/de/System.Text.Encoding.xml", - "ref/netstandard1.3/es/System.Text.Encoding.xml", - "ref/netstandard1.3/fr/System.Text.Encoding.xml", - "ref/netstandard1.3/it/System.Text.Encoding.xml", - "ref/netstandard1.3/ja/System.Text.Encoding.xml", - "ref/netstandard1.3/ko/System.Text.Encoding.xml", - "ref/netstandard1.3/ru/System.Text.Encoding.xml", - "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", - "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.text.encoding.4.3.0.nupkg.sha512", - "system.text.encoding.nuspec" - ] - }, - "System.Text.Encoding.CodePages/8.0.0": { - "sha512": "OZIsVplFGaVY90G2SbpgU7EnCoOO5pw1t4ic21dBF3/1omrJFpAGoNAVpPyMVOC90/hvgkGG3VFqR13YgZMQfg==", - "type": "package", - "path": "system.text.encoding.codepages/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Text.Encoding.CodePages.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Text.Encoding.CodePages.targets", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net462/System.Text.Encoding.CodePages.dll", - "lib/net462/System.Text.Encoding.CodePages.xml", - "lib/net6.0/System.Text.Encoding.CodePages.dll", - "lib/net6.0/System.Text.Encoding.CodePages.xml", - "lib/net7.0/System.Text.Encoding.CodePages.dll", - "lib/net7.0/System.Text.Encoding.CodePages.xml", - "lib/net8.0/System.Text.Encoding.CodePages.dll", - "lib/net8.0/System.Text.Encoding.CodePages.xml", - "lib/netstandard2.0/System.Text.Encoding.CodePages.dll", - "lib/netstandard2.0/System.Text.Encoding.CodePages.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll", - "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.xml", - "runtimes/win/lib/net7.0/System.Text.Encoding.CodePages.dll", - "runtimes/win/lib/net7.0/System.Text.Encoding.CodePages.xml", - "runtimes/win/lib/net8.0/System.Text.Encoding.CodePages.dll", - "runtimes/win/lib/net8.0/System.Text.Encoding.CodePages.xml", - "system.text.encoding.codepages.8.0.0.nupkg.sha512", - "system.text.encoding.codepages.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Text.Encodings.Web/8.0.0": { - "sha512": "yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==", - "type": "package", - "path": "system.text.encodings.web/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Text.Encodings.Web.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Text.Encodings.Web.targets", - "lib/net462/System.Text.Encodings.Web.dll", - "lib/net462/System.Text.Encodings.Web.xml", - "lib/net6.0/System.Text.Encodings.Web.dll", - "lib/net6.0/System.Text.Encodings.Web.xml", - "lib/net7.0/System.Text.Encodings.Web.dll", - "lib/net7.0/System.Text.Encodings.Web.xml", - "lib/net8.0/System.Text.Encodings.Web.dll", - "lib/net8.0/System.Text.Encodings.Web.xml", - "lib/netstandard2.0/System.Text.Encodings.Web.dll", - "lib/netstandard2.0/System.Text.Encodings.Web.xml", - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll", - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.xml", - "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll", - "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.xml", - "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll", - "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.xml", - "system.text.encodings.web.8.0.0.nupkg.sha512", - "system.text.encodings.web.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Text.Json/8.0.4": { - "sha512": "bAkhgDJ88XTsqczoxEMliSrpijKZHhbJQldhAmObj/RbrN3sU5dcokuXmWJWsdQAhiMJ9bTayWsL1C9fbbCRhw==", - "type": "package", - "path": "system.text.json/8.0.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn3.11/cs/System.Text.Json.SourceGeneration.dll", - "analyzers/dotnet/roslyn3.11/cs/cs/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/de/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/es/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/fr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/it/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ja/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ko/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pl/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ru/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/tr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/System.Text.Json.SourceGeneration.dll", - "analyzers/dotnet/roslyn4.0/cs/cs/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/de/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/es/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/fr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/it/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ja/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ko/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pl/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ru/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/tr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll", - "analyzers/dotnet/roslyn4.4/cs/cs/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/de/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/es/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/fr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/it/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ja/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ko/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pl/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ru/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/tr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", - "buildTransitive/net461/System.Text.Json.targets", - "buildTransitive/net462/System.Text.Json.targets", - "buildTransitive/net6.0/System.Text.Json.targets", - "buildTransitive/netcoreapp2.0/System.Text.Json.targets", - "buildTransitive/netstandard2.0/System.Text.Json.targets", - "lib/net462/System.Text.Json.dll", - "lib/net462/System.Text.Json.xml", - "lib/net6.0/System.Text.Json.dll", - "lib/net6.0/System.Text.Json.xml", - "lib/net7.0/System.Text.Json.dll", - "lib/net7.0/System.Text.Json.xml", - "lib/net8.0/System.Text.Json.dll", - "lib/net8.0/System.Text.Json.xml", - "lib/netstandard2.0/System.Text.Json.dll", - "lib/netstandard2.0/System.Text.Json.xml", - "system.text.json.8.0.4.nupkg.sha512", - "system.text.json.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Threading.Tasks/4.3.0": { - "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "type": "package", - "path": "system.threading.tasks/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Threading.Tasks.dll", - "ref/netcore50/System.Threading.Tasks.xml", - "ref/netcore50/de/System.Threading.Tasks.xml", - "ref/netcore50/es/System.Threading.Tasks.xml", - "ref/netcore50/fr/System.Threading.Tasks.xml", - "ref/netcore50/it/System.Threading.Tasks.xml", - "ref/netcore50/ja/System.Threading.Tasks.xml", - "ref/netcore50/ko/System.Threading.Tasks.xml", - "ref/netcore50/ru/System.Threading.Tasks.xml", - "ref/netcore50/zh-hans/System.Threading.Tasks.xml", - "ref/netcore50/zh-hant/System.Threading.Tasks.xml", - "ref/netstandard1.0/System.Threading.Tasks.dll", - "ref/netstandard1.0/System.Threading.Tasks.xml", - "ref/netstandard1.0/de/System.Threading.Tasks.xml", - "ref/netstandard1.0/es/System.Threading.Tasks.xml", - "ref/netstandard1.0/fr/System.Threading.Tasks.xml", - "ref/netstandard1.0/it/System.Threading.Tasks.xml", - "ref/netstandard1.0/ja/System.Threading.Tasks.xml", - "ref/netstandard1.0/ko/System.Threading.Tasks.xml", - "ref/netstandard1.0/ru/System.Threading.Tasks.xml", - "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", - "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", - "ref/netstandard1.3/System.Threading.Tasks.dll", - "ref/netstandard1.3/System.Threading.Tasks.xml", - "ref/netstandard1.3/de/System.Threading.Tasks.xml", - "ref/netstandard1.3/es/System.Threading.Tasks.xml", - "ref/netstandard1.3/fr/System.Threading.Tasks.xml", - "ref/netstandard1.3/it/System.Threading.Tasks.xml", - "ref/netstandard1.3/ja/System.Threading.Tasks.xml", - "ref/netstandard1.3/ko/System.Threading.Tasks.xml", - "ref/netstandard1.3/ru/System.Threading.Tasks.xml", - "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", - "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.threading.tasks.4.3.0.nupkg.sha512", - "system.threading.tasks.nuspec" - ] - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "type": "package", - "path": "system.threading.tasks.extensions/4.5.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net461/System.Threading.Tasks.Extensions.dll", - "lib/net461/System.Threading.Tasks.Extensions.xml", - "lib/netcoreapp2.1/_._", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/netcoreapp2.1/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.threading.tasks.extensions.4.5.4.nupkg.sha512", - "system.threading.tasks.extensions.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Windows.Extensions/8.0.0": { - "sha512": "Obg3a90MkOw9mYKxrardLpY2u0axDMrSmy4JCdq2cYbelM2cUwmUir5Bomvd1yxmPL9h5LVHU1tuKBZpUjfASg==", - "type": "package", - "path": "system.windows.extensions/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net6.0/System.Windows.Extensions.dll", - "lib/net6.0/System.Windows.Extensions.xml", - "lib/net7.0/System.Windows.Extensions.dll", - "lib/net7.0/System.Windows.Extensions.xml", - "lib/net8.0/System.Windows.Extensions.dll", - "lib/net8.0/System.Windows.Extensions.xml", - "runtimes/win/lib/net6.0/System.Windows.Extensions.dll", - "runtimes/win/lib/net6.0/System.Windows.Extensions.xml", - "runtimes/win/lib/net7.0/System.Windows.Extensions.dll", - "runtimes/win/lib/net7.0/System.Windows.Extensions.xml", - "runtimes/win/lib/net8.0/System.Windows.Extensions.dll", - "runtimes/win/lib/net8.0/System.Windows.Extensions.xml", - "system.windows.extensions.8.0.0.nupkg.sha512", - "system.windows.extensions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "ZstdSharp.Port/0.8.0": { - "sha512": "Z62eNBIu8E8YtbqlMy57tK3dV1+m2b9NhPeaYovB5exmLKvrGCqOhJTzrEUH5VyUWU6vwX3c1XHJGhW5HVs8dA==", - "type": "package", - "path": "zstdsharp.port/0.8.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net462/ZstdSharp.dll", - "lib/net5.0/ZstdSharp.dll", - "lib/net6.0/ZstdSharp.dll", - "lib/net7.0/ZstdSharp.dll", - "lib/net8.0/ZstdSharp.dll", - "lib/netcoreapp3.1/ZstdSharp.dll", - "lib/netstandard2.0/ZstdSharp.dll", - "lib/netstandard2.1/ZstdSharp.dll", - "zstdsharp.port.0.8.0.nupkg.sha512", - "zstdsharp.port.nuspec" - ] - } - }, - "projectFileDependencyGroups": { - "net8.0": [ - "MySql.Data >= 9.1.0", - "Newtonsoft.Json >= 13.0.3", - "System.IdentityModel.Tokens.Jwt >= 8.2.1" - ] - }, - "packageFolders": { - "/home/arch/.nuget/packages/": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/arch/projects/unfinished/timelog-interview-login/backendCs/TimelogBackend.csproj", - "projectName": "TimelogBackend", - "projectPath": "/home/arch/projects/unfinished/timelog-interview-login/backendCs/TimelogBackend.csproj", - "packagesPath": "/home/arch/.nuget/packages/", - "outputPath": "/home/arch/projects/unfinished/timelog-interview-login/backendCs/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/arch/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net8.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "MySql.Data": { - "target": "Package", - "version": "[9.1.0, )" - }, - "Newtonsoft.Json": { - "target": "Package", - "version": "[13.0.3, )" - }, - "System.IdentityModel.Tokens.Jwt": { - "target": "Package", - "version": "[8.2.1, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Ref", - "version": "[8.0.10, 8.0.10]" - } - ], - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/8.0.110/PortableRuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/backendCs/obj/project.nuget.cache b/backendCs/obj/project.nuget.cache deleted file mode 100644 index 90efea6..0000000 --- a/backendCs/obj/project.nuget.cache +++ /dev/null @@ -1,45 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "Kw1QiagALZErTv+cX8IjNVaHlG1vVsZ8jbQdO6NwgQJYGShK1fNvP3A258Ci81RECrzVlyi53zgZ5YHVjUaNOw==", - "success": true, - "projectFilePath": "/home/arch/projects/unfinished/timelog-interview-login/backendCs/TimelogBackend.csproj", - "expectedPackageFiles": [ - "/home/arch/.nuget/packages/bouncycastle.cryptography/2.3.1/bouncycastle.cryptography.2.3.1.nupkg.sha512", - "/home/arch/.nuget/packages/google.protobuf/3.26.1/google.protobuf.3.26.1.nupkg.sha512", - "/home/arch/.nuget/packages/k4os.compression.lz4/1.3.8/k4os.compression.lz4.1.3.8.nupkg.sha512", - "/home/arch/.nuget/packages/k4os.compression.lz4.streams/1.3.8/k4os.compression.lz4.streams.1.3.8.nupkg.sha512", - "/home/arch/.nuget/packages/k4os.hash.xxhash/1.0.8/k4os.hash.xxhash.1.0.8.nupkg.sha512", - "/home/arch/.nuget/packages/microsoft.identitymodel.abstractions/8.2.1/microsoft.identitymodel.abstractions.8.2.1.nupkg.sha512", - "/home/arch/.nuget/packages/microsoft.identitymodel.jsonwebtokens/8.2.1/microsoft.identitymodel.jsonwebtokens.8.2.1.nupkg.sha512", - "/home/arch/.nuget/packages/microsoft.identitymodel.logging/8.2.1/microsoft.identitymodel.logging.8.2.1.nupkg.sha512", - "/home/arch/.nuget/packages/microsoft.identitymodel.tokens/8.2.1/microsoft.identitymodel.tokens.8.2.1.nupkg.sha512", - "/home/arch/.nuget/packages/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg.sha512", - "/home/arch/.nuget/packages/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.1.1.0.nupkg.sha512", - "/home/arch/.nuget/packages/mysql.data/9.1.0/mysql.data.9.1.0.nupkg.sha512", - "/home/arch/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512", - "/home/arch/.nuget/packages/system.buffers/4.5.1/system.buffers.4.5.1.nupkg.sha512", - "/home/arch/.nuget/packages/system.configuration.configurationmanager/8.0.0/system.configuration.configurationmanager.8.0.0.nupkg.sha512", - "/home/arch/.nuget/packages/system.diagnostics.diagnosticsource/8.0.1/system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", - "/home/arch/.nuget/packages/system.diagnostics.eventlog/8.0.0/system.diagnostics.eventlog.8.0.0.nupkg.sha512", - "/home/arch/.nuget/packages/system.identitymodel.tokens.jwt/8.2.1/system.identitymodel.tokens.jwt.8.2.1.nupkg.sha512", - "/home/arch/.nuget/packages/system.io/4.3.0/system.io.4.3.0.nupkg.sha512", - "/home/arch/.nuget/packages/system.io.pipelines/6.0.3/system.io.pipelines.6.0.3.nupkg.sha512", - "/home/arch/.nuget/packages/system.reflection/4.3.0/system.reflection.4.3.0.nupkg.sha512", - "/home/arch/.nuget/packages/system.reflection.primitives/4.3.0/system.reflection.primitives.4.3.0.nupkg.sha512", - "/home/arch/.nuget/packages/system.runtime/4.3.0/system.runtime.4.3.0.nupkg.sha512", - "/home/arch/.nuget/packages/system.runtime.compilerservices.unsafe/6.0.0/system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", - "/home/arch/.nuget/packages/system.runtime.loader/4.3.0/system.runtime.loader.4.3.0.nupkg.sha512", - "/home/arch/.nuget/packages/system.security.cryptography.protecteddata/8.0.0/system.security.cryptography.protecteddata.8.0.0.nupkg.sha512", - "/home/arch/.nuget/packages/system.security.permissions/8.0.0/system.security.permissions.8.0.0.nupkg.sha512", - "/home/arch/.nuget/packages/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg.sha512", - "/home/arch/.nuget/packages/system.text.encoding.codepages/8.0.0/system.text.encoding.codepages.8.0.0.nupkg.sha512", - "/home/arch/.nuget/packages/system.text.encodings.web/8.0.0/system.text.encodings.web.8.0.0.nupkg.sha512", - "/home/arch/.nuget/packages/system.text.json/8.0.4/system.text.json.8.0.4.nupkg.sha512", - "/home/arch/.nuget/packages/system.threading.tasks/4.3.0/system.threading.tasks.4.3.0.nupkg.sha512", - "/home/arch/.nuget/packages/system.threading.tasks.extensions/4.5.4/system.threading.tasks.extensions.4.5.4.nupkg.sha512", - "/home/arch/.nuget/packages/system.windows.extensions/8.0.0/system.windows.extensions.8.0.0.nupkg.sha512", - "/home/arch/.nuget/packages/zstdsharp.port/0.8.0/zstdsharp.port.0.8.0.nupkg.sha512", - "/home/arch/.nuget/packages/microsoft.aspnetcore.app.ref/8.0.10/microsoft.aspnetcore.app.ref.8.0.10.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/backendCs/routes/CreateLog.cs b/backendCs/routes/CreateLog.cs deleted file mode 100644 index e20458d..0000000 --- a/backendCs/routes/CreateLog.cs +++ /dev/null @@ -1,129 +0,0 @@ -using System.IdentityModel.Tokens.Jwt; -using System.Net; -using System.Text; -using System.Text.RegularExpressions; -using Microsoft.IdentityModel.Tokens; -using MySql.Data.MySqlClient; -using Newtonsoft.Json.Linq; - -namespace Server; - -public class CreateLog : Route -{ - private static string secretKey = - "stronk-key-much-sercret-much-more-stronk-stronk-key-much-sercret-much-more-stronk"; - - private static bool ValidateToken(string token) - { - try - { - var key = new SymmetricSecurityKey(Encoding.UTF8.GetBytes(secretKey)); - var tokenHandler = new JwtSecurityTokenHandler(); - var validationParameters = new TokenValidationParameters - { - ValidateIssuer = true, - ValidateAudience = true, - ValidateLifetime = true, - ValidIssuer = "TimeLogServer", - ValidAudience = "TimeLogWebsite", - IssuerSigningKey = key, - }; - - var principal = tokenHandler.ValidateToken( - token, - validationParameters, - out SecurityToken validatedToken - ); - return validatedToken != null; - } - catch - { - return false; - } - } - - public static void HandleRequest( - HttpListenerRequest request, - HttpListenerResponse response, - HttpListenerContext context - ) - { - try - { - // check header - var headers = request.Headers; - string? token = headers["token"]; - if (!string.IsNullOrEmpty(token) && !ValidateToken(token)) - { - throw new Exception("Invalid token"); - } - // prepare SQL query - MySqlCommand cmd = new MySqlCommand(); - // extact data from body - string body; - using ( - StreamReader bodyReader = new StreamReader( - request.InputStream, - request.ContentEncoding - ) - ) - { - body = bodyReader.ReadToEnd(); - } - JObject jsonObject = JObject.Parse(body); - string project = jsonObject["project"]?.ToString() ?? ""; - string time = jsonObject["time"]?.ToString() ?? ""; - string date = jsonObject["date"]?.ToString() ?? ""; - - // TODO check if the hours on given date don't combine to more - // than 8 - - // validate time - if (!int.TryParse(time, out int myInt) || myInt < 0 || myInt > 8) - throw new Exception("Incorect ammount of hours"); - // validate date - Regex regex = new Regex(@"^\d{4}-\d{2}-\d{2}$"); - if (string.IsNullOrEmpty(date) || !regex.IsMatch(date)) - { - throw new Exception("Incorrect date format"); - } - // validate user - // extract user from jwt - var handler = new JwtSecurityTokenHandler(); - var jwtToken = handler.ReadJwtToken(token); - string? usernameClaim = - jwtToken.Claims.FirstOrDefault(c => c.Type == "user")?.Value ?? ""; - if (string.IsNullOrEmpty(usernameClaim)) - { - throw new Exception("wrong user id"); - } - - // validate project - // TODO better project validation - if (string.IsNullOrEmpty(project)) - { - throw new Exception("wrong project"); - } - using (MySqlConnection conn = new MySqlConnection(connectionString)) - { - conn.Open(); - cmd.Connection = conn; - cmd.CommandText = - @"INSERT INTO Timelog(user,project,date,time) - VALUES(@user,@project,@date,@time);"; - cmd.Parameters.AddWithValue("@user", usernameClaim); - cmd.Parameters.AddWithValue("@project", project); - cmd.Parameters.AddWithValue("@time", time); - cmd.Parameters.AddWithValue("@date", date); - // execute query and read results - cmd.ExecuteNonQuery(); - - SendSuccess(response); - } - } - catch (Exception ex) - { - SendError(response, ex); - } - } -} diff --git a/backendCs/routes/CreateProcedure.cs b/backendCs/routes/CreateProcedure.cs deleted file mode 100644 index 6ecbb0a..0000000 --- a/backendCs/routes/CreateProcedure.cs +++ /dev/null @@ -1,129 +0,0 @@ -using System.Net; -using MySql.Data.MySqlClient; - -namespace Server; - -public class CreateProcedure : Route -{ - public static void HandleRequest(HttpListenerResponse response) - { - try - { - MySqlCommand cmd = new(); - - using (MySqlConnection conn = new(connectionString)) - { - conn.Open(); - cmd.Connection = conn; - cmd.CommandText = - @" -CREATE PROCEDURE fill_timelog () -BEGIN - DECLARE j INT DEFAULT 1; - DECLARE users INT DEFAULT 1; - DECLARE logs INT; - DECLARE hours FLOAT; - DECLARE project INT; - DECLARE curDate DATE DEFAULT '2024-11-18'; - DECLARE h2 INT; - - WHILE users <= 100 DO - SET logs = FLOOR(1 + (RAND() * 20)); - SET j = 1; - WHILE j <= logs DO - SET project = FLOOR(1 + (RAND() * 3)); - SET curDate = DATE_ADD('2020-01-01', INTERVAL FLOOR(RAND() * DATEDIFF('2020-02-01', '2020-01-01')) DAY); - SET hours = (RAND() * (8 - 0.25)) + 0.25; - - SELECT SUM(time) INTO h2 - FROM Timelog - WHERE date = curdate && user = users; - - WHILE(h2 + hours) > 8 DO - SET curDate = DATE_ADD('2020-01-01', INTERVAL FLOOR(RAND() * DATEDIFF('2020-02-01', '2020-01-01')) DAY); - - SELECT SUM(time)INTO h2 - FROM Timelog - WHERE date = curdate && user = users; - - END WHILE; - INSERT INTO Timelog(user, project, date, time) VALUES(users, project, curDate, hours); - SET j = j + 1; - END WHILE; - SET users = users + 1; - END WHILE; -END;"; - cmd.ExecuteNonQuery(); - cmd.CommandText = - @"CREATE PROCEDURE InitDB() -BEGIN - DECLARE i INT DEFAULT 1; - TRUNCATE TABLE Timelog; - TRUNCATE TABLE Project; - SET foreign_key_checks = 0; - TRUNCATE TABLE User; - SET foreign_key_checks = 1; - - INSERT INTO Project(name) VALUES('My own'),('Outcons'),('Free Time'); - - CREATE TEMPORARY TABLE temp_fname (fname VARCHAR(255)); - INSERT INTO temp_fname (fname) VALUES - ( 'John' ), - ( 'Gringo' ), - ( 'Mark' ), - ( 'Lisa' ), - ( 'Maria' ), - ( 'Sonya' ), - ( 'Philip' ), - ( 'Jose' ), - ( 'Lorenzo' ), - ( 'George' ), - ( 'Justin' ); - - CREATE TEMPORARY TABLE temp_lname (lname VARCHAR(255)); - INSERT INTO temp_lname (lname) VALUES - ( 'Johnson' ), - ( 'Lamas' ), - ( 'Jackson' ), - ( 'Brown' ), - ( 'Mason' ), - ( 'Rodriguez' ), - ( 'Roberts' ), - ( 'Thomas' ), - ( 'Rose' ), - ( 'McDonalds' ); - - CREATE TEMPORARY TABLE temp_mail (mail VARCHAR(255)); - INSERT INTO temp_mail (mail) VALUES - ( 'hotmail.com' ), - ( 'gmail.com' ), - ( 'live.com' ); - - WHILE i <= 100 DO - INSERT INTO User (f_name, l_name, mail) - SELECT - (SELECT fname FROM temp_fname ORDER BY RAND() LIMIT 1), - (SELECT lname FROM temp_lname ORDER BY RAND() LIMIT 1), - (SELECT mail FROM temp_mail ORDER BY RAND() LIMIT 1); - SET i = i + 1; - END WHILE; - - UPDATE User - SET User.mail = CONCAT(User.f_name,'.', User.l_name,'@', User.mail); - - CALL fill_timelog(); - DROP TABLE temp_mail; - DROP TABLE temp_fname; - DROP TABLE temp_lname; - END;"; - cmd.ExecuteNonQuery(); - // prepare response - SendSuccess(response); - } - } - catch (Exception ex) - { - SendError(response, ex); - } - } -} diff --git a/backendCs/routes/Getall.cs b/backendCs/routes/Getall.cs deleted file mode 100644 index 9adb267..0000000 --- a/backendCs/routes/Getall.cs +++ /dev/null @@ -1,114 +0,0 @@ -using System.Net; -using System.Text.RegularExpressions; -using MySql.Data.MySqlClient; -using Newtonsoft.Json; - -namespace Server; - -// there should be a better way to deal with data comming from sql -public class Log -{ - public object? f_name { get; set; } - public object? l_name { get; set; } - public object? mail { get; set; } - public object? name { get; set; } - public object? time { get; set; } - public object? date { get; set; } - public object? user { get; set; } -} - -public class Getall : Route -{ - public static void HandleRequest(HttpListenerRequest request, HttpListenerResponse response) - { - try - { - // prepare SQL query - MySqlCommand cmd = new(); - // get url params - var queryString = request.QueryString; - string? from = queryString["from"]; - string? to = queryString["to"]; - string? sortby = queryString["sortby"]; - string? offset = queryString["offset"]; - string? order = queryString["order"]; - order = order == "true" ? "ASC" : "DESC"; - string mainQuery = - @"SELECT u.f_name,u.l_name,u.mail,p.name,t.time,t.date,t.user - FROM Timelog t - INNER JOIN Project p ON p.id=t.project - INNER JOIN User u ON u.id=t.user "; - // this shenanigan is needed to remove the "" around group by - string offsetQuery = " LIMIT 10 OFFSET " + offset + ";"; - // depending on the incoming parameters construct a Query - if (!string.IsNullOrEmpty(to) && !string.IsNullOrEmpty(from)) - { - Regex regex = new Regex(@"^\d{4}-\d{2}-\d{2}$"); - if (!regex.IsMatch(to) || !regex.IsMatch(from)) - { - throw new Exception("Incorrect date format"); - } - string whereQuery = " WHERE t.date BETWEEN @from AND @to "; - mainQuery = mainQuery + whereQuery; - } - if (!string.IsNullOrEmpty(sortby)) - { - List validSorting = - [ - "f_name", - "l_name", - "mail", - "time", - "date", - "user", - "project", - ]; - if (!validSorting.Contains(sortby)) - { - throw new Exception("Incorrect sorting value"); - } - string orderQuery = " ORDER BY " + sortby + " " + order; - mainQuery = mainQuery + orderQuery; - } - if (!int.TryParse(offset, out int myInt) || myInt < 0) - throw new Exception("Incorect offset"); - // add the final line to the query - cmd.CommandText = mainQuery + offsetQuery; - // those don't produce error if they don't find their variables - cmd.Parameters.AddWithValue("@from", from); - cmd.Parameters.AddWithValue("@to", to); - - using (MySqlConnection conn = new(connectionString)) - { - conn.Open(); - cmd.Connection = conn; - // execute query and read results - MySqlDataReader reader = cmd.ExecuteReader(); - - List entries = []; - while (reader.Read()) - { - entries.Add( - new Log - { - f_name = reader["f_name"], - l_name = reader["l_name"], - user = reader["user"], - date = reader["date"], - name = reader["name"], - time = reader["time"], - mail = reader["mail"], - } - ); - } - // serialize JSON - string jsonResponse = JsonConvert.SerializeObject(entries); - SendSuccess(response, jsonResponse); - } - } - catch (Exception ex) - { - SendError(response, ex); - } - } -} diff --git a/backendCs/routes/Gettopten.cs b/backendCs/routes/Gettopten.cs deleted file mode 100644 index f014a5f..0000000 --- a/backendCs/routes/Gettopten.cs +++ /dev/null @@ -1,102 +0,0 @@ -using System.Net; -using System.Text.RegularExpressions; -using MySql.Data.MySqlClient; -using Newtonsoft.Json; - -namespace Server; - -public class TopTen -{ - public object? user { get; set; } - public object? date { get; set; } - public object? project { get; set; } - public object? f_name { get; set; } - public object? l_name { get; set; } - public object? name { get; set; } - public object? total_time { get; set; } -} - -public class Gettopten : Route -{ - public static void HandleRequest(HttpListenerRequest request, HttpListenerResponse response) - { - try - { - // prepare SQL query - MySqlCommand cmd = new(); - var queryString = request.QueryString; - string? from = queryString["from"]; - string? to = queryString["to"]; - string? filterBy = queryString["filterBy"]; - - if (!string.IsNullOrEmpty(to) && !string.IsNullOrEmpty(from)) - { - Regex regex = new Regex(@"^\d{4}-\d{2}-\d{2}$"); - if (!regex.IsMatch(to) || !regex.IsMatch(from)) - { - throw new Exception("Incorrect date format"); - } - } - else - { - throw new Exception("Empty date format"); - } - if (string.IsNullOrEmpty(filterBy)) - { - throw new Exception("Empty filterby"); - } - if (filterBy != "user" && filterBy != "project") - { - throw new Exception("Incorrect filterby"); - } - - // this shenanigan is needed to remove the "" around - // group by - string req = - @"SELECT t.user,t.date,t.project,u.f_name,u.l_name,p.name,SUM(t.time) as total_time - FROM Timelog t - INNER JOIN Project p ON p.id=t.project - INNER JOIN User u ON u.id=t.user - WHERE t.date BETWEEN @from AND @to - GROUP BY " - + filterBy - + @" ORDER BY total_time DESC - LIMIT 10;"; - cmd.CommandText = req; - cmd.Parameters.AddWithValue("@from", from); - cmd.Parameters.AddWithValue("@to", to); - - using (MySqlConnection conn = new(connectionString)) - { - cmd.Connection = conn; - conn.Open(); - // Execute the query and read the results - MySqlDataReader reader = cmd.ExecuteReader(); - List entries = []; - while (reader.Read()) - { - entries.Add( - new TopTen - { - user = reader["user"], - date = reader["date"], - project = reader["project"], - f_name = reader["f_name"], - l_name = reader["l_name"], - name = reader["name"], - total_time = reader["total_time"], - } - ); - } - // Serialize the data to JSON - string jsonResponse = JsonConvert.SerializeObject(entries); - // prepare response - SendSuccess(response, jsonResponse); - } - } - catch (Exception ex) - { - SendError(response, ex); - } - } -} diff --git a/backendCs/routes/Getuser.cs b/backendCs/routes/Getuser.cs deleted file mode 100644 index f8404ee..0000000 --- a/backendCs/routes/Getuser.cs +++ /dev/null @@ -1,57 +0,0 @@ -using System.Dynamic; -using System.Net; -using MySql.Data.MySqlClient; -using Newtonsoft.Json; - -namespace Server; - -public class Getuser : Route -{ - public static void HandleRequest(HttpListenerRequest request, HttpListenerResponse response) - { - try - { - var queryString = request.QueryString; - string? userid = queryString["userid"]; - if (string.IsNullOrEmpty(userid)) - { - throw new Exception("Missing userid"); - } - // prepare SQL query - MySqlCommand cmd = new() - { - CommandText = - @"SELECT p.name, SUM(t.time) - FROM Timelog t - INNER JOIN Project p ON p.id=t.project - INNER JOIN User u ON u.id=t.user - WHERE User = @userid - GROUP BY name;", - }; - cmd.Parameters.AddWithValue("@userid", userid); - - using (MySqlConnection conn = new(connectionString)) - { - conn.Open(); - cmd.Connection = conn; - // execute query and read results - MySqlDataReader reader = cmd.ExecuteReader(); - dynamic expando = new ExpandoObject(); - while (reader.Read()) - { - ((IDictionary)expando)[reader["name"].ToString()] = reader[ - "SUM(t.time)" - ]; - } - // serialize JSON - string jsonResponse = JsonConvert.SerializeObject(expando); - // prepare response - SendSuccess(response, jsonResponse); - } - } - catch (Exception ex) - { - SendError(response, ex); - } - } -} diff --git a/backendCs/routes/Login.cs b/backendCs/routes/Login.cs deleted file mode 100644 index 4d98519..0000000 --- a/backendCs/routes/Login.cs +++ /dev/null @@ -1,129 +0,0 @@ -using System.IdentityModel.Tokens.Jwt; -using System.Net; -using System.Security.Claims; -using System.Security.Cryptography; -using System.Text; -using Microsoft.IdentityModel.Tokens; -using MySql.Data.MySqlClient; -using Newtonsoft.Json; -using Newtonsoft.Json.Linq; - -namespace Server; - -public class Login : Route -{ - private static string secretKey = - "stronk-key-much-sercret-much-more-stronk-stronk-key-much-sercret-much-more-stronk"; - - public static string GenerateToken(string user) - { - var key = new SymmetricSecurityKey(Encoding.UTF8.GetBytes(secretKey)); - var creds = new SigningCredentials(key, SecurityAlgorithms.HmacSha256); - - var token = new JwtSecurityToken( - issuer: "TimeLogServer", - audience: "TimeLogWebsite", - claims: new[] { new Claim("user", user) }, - expires: DateTime.Now.AddHours(2), - signingCredentials: creds - ); - - return new JwtSecurityTokenHandler().WriteToken(token); - } - - public static bool VerifyPassword(string enteredPassword, string storedHash) - { - byte[] hashBytes = Convert.FromBase64String(storedHash); - - // Extract the salt from the stored hash - byte[] salt = new byte[16]; - Array.Copy(hashBytes, 0, salt, 0, 16); - - // Hash the entered password with the stored salt - using ( - var pbkdf2 = new Rfc2898DeriveBytes( - enteredPassword, - salt, - 10000, - HashAlgorithmName.SHA256 - ) - ) - { - byte[] newHash = pbkdf2.GetBytes(32); - - // Compare the computed hash with the stored hash - for (int i = 0; i < 32; i++) - { - if (newHash[i] != hashBytes[i + 16]) - return false; - } - return true; - } - } - - public static void HandleRequest(HttpListenerRequest request, HttpListenerResponse response) - { - try - { - // extract data from body - string body; - using (StreamReader bodyReader = new(request.InputStream, request.ContentEncoding)) - { - body = bodyReader.ReadToEnd(); - } - JObject jsonObject = JObject.Parse(body); - string mail = jsonObject["mail"]?.ToString() ?? ""; - string password = jsonObject["password"]?.ToString() ?? ""; - - // prepare SQL query - MySqlCommand cmd = new() - { - CommandText = - @"SELECT u.id, password FROM User u - INNER JOIN Password p ON p.user=u.id - WHERE mail=@mail;", - }; - cmd.Parameters.AddWithValue("@mail", mail); - - using (MySqlConnection conn = new(connectionString)) - { - cmd.Connection = conn; - conn.Open(); - // execute query and read results - MySqlDataReader reader = cmd.ExecuteReader(); - string? userId = ""; - string? hashedPass = ""; - string? jsonResponse; - while (reader.Read()) - { - userId = Convert.ToString(reader["id"]); - hashedPass = reader.GetString("password"); - } - - // check username - if (string.IsNullOrEmpty(userId)) - { - throw new Exception("Invalid Username or Password"); - } - //check password - if ( - string.IsNullOrEmpty(password) - || string.IsNullOrEmpty(hashedPass) - || !VerifyPassword(password, hashedPass) - ) - { - throw new Exception("Invalid Username or Password"); - } - - jsonResponse = JsonConvert.SerializeObject(GenerateToken(userId)); - - // prepare response - SendSuccess(response, jsonResponse); - } - } - catch (Exception ex) - { - SendError(response, ex); - } - } -} diff --git a/backendCs/routes/Register.cs b/backendCs/routes/Register.cs deleted file mode 100644 index 4006cd3..0000000 --- a/backendCs/routes/Register.cs +++ /dev/null @@ -1,104 +0,0 @@ -using System.Net; -using System.Security.Cryptography; -using MySql.Data.MySqlClient; -using Newtonsoft.Json.Linq; - -namespace Server; - -public class Register : Route -{ - private static string HashPassword(string password) - { - // Generate a salt - byte[] salt = new byte[16]; - RandomNumberGenerator.Fill(salt); - // Create a PBKDF2 instance to hash the password - using var pbkdf2 = new Rfc2898DeriveBytes(password, salt, 10000, HashAlgorithmName.SHA256); - byte[] hash = pbkdf2.GetBytes(32); - - // Combine the salt and the hash together - byte[] hashBytes = new byte[48]; // 16 (salt) + 32 (hash) - Array.Copy(salt, 0, hashBytes, 0, 16); - Array.Copy(hash, 0, hashBytes, 16, 32); - - // Return the final hash as a Base64 encoded string - return Convert.ToBase64String(hashBytes); - } - - public static void HandleRequest(HttpListenerRequest request, HttpListenerResponse response) - { - MySqlTransaction? transaction = null; - try - { - // extract parameters from req body - string body; - using (StreamReader bodyReader = new(request.InputStream, request.ContentEncoding)) - { - body = bodyReader.ReadToEnd(); - } - JObject jsonObject = JObject.Parse(body); - string f_name = jsonObject["f_name"]?.ToString() ?? ""; - string l_name = jsonObject["l_name"]?.ToString() ?? ""; - string password = jsonObject["password"]?.ToString() ?? ""; - string mail = jsonObject["mail"]?.ToString() ?? ""; - - // validate parameters - if ( - string.IsNullOrEmpty(f_name) - || f_name.Length > 30 - || f_name.Length < 2 - || string.IsNullOrEmpty(l_name) - || l_name.Length > 30 - || l_name.Length < 2 - || string.IsNullOrEmpty(mail) - || mail.Length > 50 - || mail.Length < 6 - || string.IsNullOrEmpty(password) - || password.Length > 30 - || password.Length < 10 - ) - { - throw new Exception("Wrong parameters"); - } - // open connection - // prepare SQL query - MySqlCommand cmd = new() - { - // Insert into User - CommandText = "INSERT INTO User(f_name,l_name,mail) VALUES(@f_name,@l_name,@mail)", - }; - cmd.Parameters.AddWithValue("@f_name", f_name); - cmd.Parameters.AddWithValue("@l_name", l_name); - cmd.Parameters.AddWithValue("@mail", mail); - - using (MySqlConnection conn = new(connectionString)) - { - conn.Open(); - transaction = conn.BeginTransaction(); - cmd.Connection = conn; - cmd.ExecuteNonQuery(); - - // Get user ID - cmd.CommandText = "SELECT id FROM User WHERE mail=@mail;"; - MySqlDataReader reader = cmd.ExecuteReader(); - reader.Read(); - var id = reader["id"]; - reader.Close(); - - // Insert into password - cmd.CommandText = "INSERT INTO Password(user,password) VALUES(@id,@password)"; - cmd.Parameters.AddWithValue("@password", HashPassword(password)); - cmd.Parameters.AddWithValue("@id", id); - cmd.ExecuteNonQuery(); - transaction.Commit(); - - SendSuccess(response); - } - } - catch (Exception ex) - { - transaction?.Rollback(); - SendError(response, ex); - } - } -} diff --git a/backendCs/routes/Reset.cs b/backendCs/routes/Reset.cs deleted file mode 100644 index b8d31a1..0000000 --- a/backendCs/routes/Reset.cs +++ /dev/null @@ -1,30 +0,0 @@ -using System.Net; -using MySql.Data.MySqlClient; - -namespace Server; - -public class Reset : Route -{ - public static void HandleRequest(HttpListenerResponse response) - { - try - { - // prepare SQL query - MySqlCommand cmd = new() { CommandText = "CALL InitDB" }; - using (MySqlConnection conn = new MySqlConnection(connectionString)) - { - cmd.Connection = conn; - // open connection - conn.Open(); - // execute query - cmd.ExecuteNonQuery(); - // set up and send response - SendSuccess(response); - } - } - catch (Exception ex) - { - SendError(response, ex); - } - } -} diff --git a/backendCs/test.sh b/backendCs/test.sh deleted file mode 100755 index 147c453..0000000 --- a/backendCs/test.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -url="localhost:5000/" # Replace with your URL - -# Loop to send 1000 requests -for i in {1..10000} -do - curl -s $url > /dev/null & # Send the request in the background -done - -# Wait for all background processes to finish -wait -echo "1000 requests sent!"