diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json new file mode 100644 index 0000000..19ff7d7 --- /dev/null +++ b/.vs/VSWorkspaceState.json @@ -0,0 +1,7 @@ +{ + "ExpandedNodes": [ + "" + ], + "SelectedNode": "\\TestProject1.sln", + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 0000000..b68f8be Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/MSTest_VSCode/MyTestProject/GlobalUsings.cs b/MSTest_VSCode/MyTestProject/GlobalUsings.cs new file mode 100644 index 0000000..ab67c7e --- /dev/null +++ b/MSTest_VSCode/MyTestProject/GlobalUsings.cs @@ -0,0 +1 @@ +global using Microsoft.VisualStudio.TestTools.UnitTesting; \ No newline at end of file diff --git a/MSTest_VSCode/MyTestProject/MyTestProject.csproj b/MSTest_VSCode/MyTestProject/MyTestProject.csproj new file mode 100644 index 0000000..ee7768e --- /dev/null +++ b/MSTest_VSCode/MyTestProject/MyTestProject.csproj @@ -0,0 +1,20 @@ + + + + net7.0 + enable + enable + + false + true + + + + + + + + + + + diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.TestPlatform.AdapterUtilities.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.TestPlatform.AdapterUtilities.dll new file mode 100644 index 0000000..d64dcd2 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.TestPlatform.AdapterUtilities.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.TestPlatform.CommunicationUtilities.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.TestPlatform.CommunicationUtilities.dll new file mode 100644 index 0000000..e45af4e Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.TestPlatform.CommunicationUtilities.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.TestPlatform.CoreUtilities.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.TestPlatform.CoreUtilities.dll new file mode 100644 index 0000000..c868e1f Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.TestPlatform.CoreUtilities.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.TestPlatform.CrossPlatEngine.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.TestPlatform.CrossPlatEngine.dll new file mode 100644 index 0000000..8201a76 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.TestPlatform.CrossPlatEngine.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.TestPlatform.PlatformAbstractions.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.TestPlatform.PlatformAbstractions.dll new file mode 100644 index 0000000..36c3817 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.TestPlatform.PlatformAbstractions.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.TestPlatform.Utilities.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.TestPlatform.Utilities.dll new file mode 100644 index 0000000..75e8966 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.TestPlatform.Utilities.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll new file mode 100644 index 0000000..224bb02 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.Common.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.Common.dll new file mode 100644 index 0000000..357b697 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.Common.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll new file mode 100644 index 0000000..1b74172 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll new file mode 100644 index 0000000..58bee83 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll new file mode 100644 index 0000000..a43f218 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll new file mode 100644 index 0000000..4e17acc Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll new file mode 100644 index 0000000..16aeafd Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml new file mode 100644 index 0000000..731cb46 --- /dev/null +++ b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml @@ -0,0 +1,162 @@ + + + + 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. + + + [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 + + + + + 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/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll new file mode 100644 index 0000000..e0ab0d0 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/MyTestProject.deps.json b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/MyTestProject.deps.json new file mode 100644 index 0000000..0edd00f --- /dev/null +++ b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/MyTestProject.deps.json @@ -0,0 +1,663 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v7.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v7.0": { + "MyTestProject/1.0.0": { + "dependencies": { + "MSTest.TestAdapter": "2.2.10", + "MSTest.TestFramework": "2.2.10", + "Microsoft.NET.Test.Sdk": "17.6.0", + "Selenium.WebDriver": "4.11.0", + "coverlet.collector": "3.2.0", + "Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions": "14.0.0.0" + }, + "runtime": { + "MyTestProject.dll": {} + } + }, + "coverlet.collector/3.2.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.NETCore.Platforms/1.1.0": {}, + "Microsoft.NETCore.Targets/1.1.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/2.2.10": { + "dependencies": { + "Newtonsoft.Json": "13.0.1", + "System.Diagnostics.TextWriterTraceListener": "4.3.0" + } + }, + "MSTest.TestFramework/2.2.10": { + "runtime": { + "lib/net5.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": { + "assemblyVersion": "14.0.0.0", + "fileVersion": "14.0.7126.11" + } + } + }, + "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" + } + } + }, + "runtime.native.System/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + } + }, + "Selenium.WebDriver/4.11.0": { + "dependencies": { + "Newtonsoft.Json": "13.0.1" + }, + "runtime": { + "lib/net6.0/WebDriver.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "4.0.0.0" + } + } + }, + "System.Collections/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Diagnostics.Debug/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Diagnostics.TextWriterTraceListener/4.3.0": { + "dependencies": { + "System.Diagnostics.TraceSource": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "System.Diagnostics.TraceSource/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0" + } + }, + "System.Globalization/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "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.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.Metadata/1.6.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.Resources.ResourceManager/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.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.Extensions/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": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Threading/4.3.0": { + "dependencies": { + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.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" + } + }, + "Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions/14.0.0.0": { + "runtime": { + "Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": { + "assemblyVersion": "14.0.0.0", + "fileVersion": "14.0.7126.11" + } + } + } + } + }, + "libraries": { + "MyTestProject/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "coverlet.collector/3.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-xjY8xBigSeWIYs4I7DgUHqSNoGqnHi7Fv7/7RZD02rvZyG3hlsjnQKiVKVWKgr9kRKgmV+dEfu8KScvysiC0Wg==", + "path": "coverlet.collector/3.2.0", + "hashPath": "coverlet.collector.3.2.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.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" + }, + "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/2.2.10": { + "type": "package", + "serviceable": true, + "sha512": "sha512-KOc7XVNM0Q5GrTAx4RhxTgwdt9O5gOqSzmLpUMyl9ywa6vvUNFVQ9nCjtEE7qDQW54MZdc82e287PzZDc7yQtA==", + "path": "mstest.testadapter/2.2.10", + "hashPath": "mstest.testadapter.2.2.10.nupkg.sha512" + }, + "MSTest.TestFramework/2.2.10": { + "type": "package", + "serviceable": true, + "sha512": "sha512-JZRVXKq19uRhkj8MuzsU8zJhPV2JV3ZToFPAIg+BU53L1L9mNDfm9jXerdRfbrE4HBcf2M54Ij80zPOdlha3+Q==", + "path": "mstest.testframework/2.2.10", + "hashPath": "mstest.testframework.2.2.10.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" + }, + "runtime.native.System/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", + "path": "runtime.native.system/4.3.0", + "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" + }, + "Selenium.WebDriver/4.11.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-V8o+Nvi9/3Ix12ZzMGg+fI7sfu+HrflZkMGq8Orr+j0INbfpEEyM6KR9oaaHlm0WUXcn7dTYwyWrJxYsi6eniw==", + "path": "selenium.webdriver/4.11.0", + "hashPath": "selenium.webdriver.4.11.0.nupkg.sha512" + }, + "System.Collections/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", + "path": "system.collections/4.3.0", + "hashPath": "system.collections.4.3.0.nupkg.sha512" + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", + "path": "system.diagnostics.debug/4.3.0", + "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" + }, + "System.Diagnostics.TextWriterTraceListener/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-F11kHWeiwYjFWto+kr8tt9ULMH0k8MsT1XmdCGPTLYHhWgN+2g7JsIZiXDrxlFGccSNkbjfwQy4xIS38gzUiZA==", + "path": "system.diagnostics.textwritertracelistener/4.3.0", + "hashPath": "system.diagnostics.textwritertracelistener.4.3.0.nupkg.sha512" + }, + "System.Diagnostics.TraceSource/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VnYp1NxGx8Ww731y2LJ1vpfb/DKVNKEZ8Jsh5SgQTZREL/YpWRArgh9pI8CDLmgHspZmLL697CaLvH85qQpRiw==", + "path": "system.diagnostics.tracesource/4.3.0", + "hashPath": "system.diagnostics.tracesource.4.3.0.nupkg.sha512" + }, + "System.Globalization/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", + "path": "system.globalization/4.3.0", + "hashPath": "system.globalization.4.3.0.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.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.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" + }, + "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.Resources.ResourceManager/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", + "path": "system.resources.resourcemanager/4.3.0", + "hashPath": "system.resources.resourcemanager.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.Extensions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", + "path": "system.runtime.extensions/4.3.0", + "hashPath": "system.runtime.extensions.4.3.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.Threading/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", + "path": "system.threading/4.3.0", + "hashPath": "system.threading.4.3.0.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" + }, + "Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions/14.0.0.0": { + "type": "reference", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/MyTestProject.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/MyTestProject.dll new file mode 100644 index 0000000..b5a01e3 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/MyTestProject.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/MyTestProject.pdb b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/MyTestProject.pdb new file mode 100644 index 0000000..aabdbb0 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/MyTestProject.pdb differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/MyTestProject.runtimeconfig.json b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/MyTestProject.runtimeconfig.json new file mode 100644 index 0000000..184be8b --- /dev/null +++ b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/MyTestProject.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "net7.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "7.0.0" + } + } +} \ No newline at end of file diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Newtonsoft.Json.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Newtonsoft.Json.dll new file mode 100644 index 0000000..1ffeabe Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/Newtonsoft.Json.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/NuGet.Frameworks.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/NuGet.Frameworks.dll new file mode 100644 index 0000000..0fabf0c Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/NuGet.Frameworks.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/WebDriver.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/WebDriver.dll new file mode 100644 index 0000000..60d14e7 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/WebDriver.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll new file mode 100644 index 0000000..9ee9e46 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..cb28e97 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..b9f081d Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..74ebedb Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..98cbcb7 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/cs/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/cs/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll new file mode 100644 index 0000000..7258bea Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/cs/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/cs/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/cs/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll new file mode 100644 index 0000000..9a0c197 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/cs/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..7333544 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll new file mode 100644 index 0000000..35bbafe Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..7bfd5b1 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..6a248d6 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..a1861dd Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..505dddd Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..4645b6b Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..1668698 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..6bd079a Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..6430c84 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..e683698 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..1442ee8 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..c7759cf Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..c207945 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..0bc035b Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..8d900d5 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..6f0b7cd Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..266057d Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..0d3887a Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..80d55d5 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..f7a9f3d Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..6abdb0f Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..3a39a78 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..ea6315e Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..470173a Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..0d53bff Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..b09e823 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..0114575 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..a0d681f Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..6ad80ed Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..44520a2 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..9aceed9 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..7dc061e Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..ddce776 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..5d9cc06 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..9129485 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..93dfb6d Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..6f009dc Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..a52d361 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..08d86f9 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..9e7e899 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..4841034 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..d4f74e0 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..f6b8ea3 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..c926fc1 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..9aa81a0 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..193cfe8 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/selenium-manager/linux/selenium-manager b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/selenium-manager/linux/selenium-manager new file mode 100644 index 0000000..366c6e4 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/selenium-manager/linux/selenium-manager differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/selenium-manager/macos/selenium-manager b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/selenium-manager/macos/selenium-manager new file mode 100644 index 0000000..be430c2 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/selenium-manager/macos/selenium-manager differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/selenium-manager/windows/selenium-manager.exe b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/selenium-manager/windows/selenium-manager.exe new file mode 100644 index 0000000..0e4d62a Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/selenium-manager/windows/selenium-manager.exe differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/testhost.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/testhost.dll new file mode 100644 index 0000000..b15bd81 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/testhost.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/testhost.exe b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/testhost.exe new file mode 100644 index 0000000..de9292b Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/testhost.exe differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..0103c73 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..1af1a2b Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..8208c4a Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..1e34b72 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..764f76d Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..cfbbe73 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..d8b7fb2 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..1911bc8 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..7de1876 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..c7908a2 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..edb16db Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..432e72c Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..82406ca Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..8545af8 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..b2092e0 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs b/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs new file mode 100644 index 0000000..4257f4b --- /dev/null +++ b/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")] diff --git a/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.AssemblyInfo.cs b/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.AssemblyInfo.cs new file mode 100644 index 0000000..eed4be7 --- /dev/null +++ b/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// 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("MyTestProject")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("MyTestProject")] +[assembly: System.Reflection.AssemblyTitleAttribute("MyTestProject")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Vygenerované třídou WriteCodeFragment nástroje MSBuild + diff --git a/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.AssemblyInfoInputs.cache b/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.AssemblyInfoInputs.cache new file mode 100644 index 0000000..be4e351 --- /dev/null +++ b/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +fe44801fe2a412ba3033dcc2d5f6ab7a7ad1c43c diff --git a/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.GeneratedMSBuildEditorConfig.editorconfig b/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..5cef232 --- /dev/null +++ b/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net7.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 = MyTestProject +build_property.ProjectDir = C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\ diff --git a/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.GlobalUsings.g.cs b/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +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/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.assets.cache b/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.assets.cache new file mode 100644 index 0000000..18951dc Binary files /dev/null and b/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.assets.cache differ diff --git a/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.csproj.AssemblyReference.cache b/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.csproj.AssemblyReference.cache new file mode 100644 index 0000000..41c3876 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.csproj.AssemblyReference.cache differ diff --git a/Testing_Win/MSTest/TestProject1/.vs/TestProject1/FileContentIndex/read.lock b/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.csproj.CopyComplete similarity index 100% rename from Testing_Win/MSTest/TestProject1/.vs/TestProject1/FileContentIndex/read.lock rename to MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.csproj.CopyComplete diff --git a/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.csproj.CoreCompileInputs.cache b/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..c459980 --- /dev/null +++ b/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +d88551ee07dfb06b1ff27f00a99996ab9a9e52b8 diff --git a/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.csproj.FileListAbsolute.txt b/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..a947a52 --- /dev/null +++ b/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.csproj.FileListAbsolute.txt @@ -0,0 +1,107 @@ +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\testhost.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\testhost.exe +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\cs\Microsoft.TestPlatform.AdapterUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\cs\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\cs\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\cs\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\selenium-manager\linux\selenium-manager +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\selenium-manager\macos\selenium-manager +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\selenium-manager\windows\selenium-manager.exe +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.TestPlatform.AdapterUtilities.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\MyTestProject.deps.json +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\MyTestProject.runtimeconfig.json +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\MyTestProject.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\MyTestProject.pdb +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.VisualStudio.CodeCoverage.Shim.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.TestPlatform.CoreUtilities.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.TestPlatform.PlatformAbstractions.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.TestPlatform.CommunicationUtilities.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.TestPlatform.CrossPlatEngine.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.TestPlatform.Utilities.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.Common.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.TestFramework.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Newtonsoft.Json.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\NuGet.Frameworks.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\WebDriver.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\cs\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\cs\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\de\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\de\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\es\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\es\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\fr\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\fr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\it\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\it\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ja\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ja\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ko\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ko\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\pl\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\pl\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\pt-BR\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\pt-BR\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ru\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ru\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\tr\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\tr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\zh-Hans\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\zh-Hant\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\cs\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\cs\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\cs\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\de\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\de\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\de\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\es\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\es\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\es\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\fr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\fr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\fr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\it\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\it\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\it\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ja\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ja\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ja\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ko\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ko\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ko\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\pl\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\pl\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\pl\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\pt-BR\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\pt-BR\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\pt-BR\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ru\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ru\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ru\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\tr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\tr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\tr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\zh-Hans\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\zh-Hans\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\zh-Hant\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\zh-Hant\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\obj\Debug\net7.0\MyTestProject.csproj.AssemblyReference.cache +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\obj\Debug\net7.0\MyTestProject.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\obj\Debug\net7.0\MyTestProject.AssemblyInfoInputs.cache +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\obj\Debug\net7.0\MyTestProject.AssemblyInfo.cs +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\obj\Debug\net7.0\MyTestProject.csproj.CoreCompileInputs.cache +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\obj\Debug\net7.0\MyTestProject.csproj.CopyComplete +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\obj\Debug\net7.0\MyTestProject.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\obj\Debug\net7.0\refint\MyTestProject.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\obj\Debug\net7.0\MyTestProject.pdb +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\obj\Debug\net7.0\MyTestProject.genruntimeconfig.cache +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\obj\Debug\net7.0\ref\MyTestProject.dll diff --git a/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.dll b/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.dll new file mode 100644 index 0000000..b5a01e3 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.dll differ diff --git a/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.genruntimeconfig.cache b/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.genruntimeconfig.cache new file mode 100644 index 0000000..5f6b080 --- /dev/null +++ b/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.genruntimeconfig.cache @@ -0,0 +1 @@ +0b4cb3e5a1de9575cf7c9569c1d24cd6364dd8e8 diff --git a/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.pdb b/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.pdb new file mode 100644 index 0000000..aabdbb0 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/MyTestProject.pdb differ diff --git a/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/ref/MyTestProject.dll b/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/ref/MyTestProject.dll new file mode 100644 index 0000000..0f773d1 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/ref/MyTestProject.dll differ diff --git a/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/refint/MyTestProject.dll b/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/refint/MyTestProject.dll new file mode 100644 index 0000000..0f773d1 Binary files /dev/null and b/MSTest_VSCode/MyTestProject/obj/Debug/net7.0/refint/MyTestProject.dll differ diff --git a/MSTest_VSCode/MyTestProject/obj/MyTestProject.csproj.nuget.dgspec.json b/MSTest_VSCode/MyTestProject/obj/MyTestProject.csproj.nuget.dgspec.json new file mode 100644 index 0000000..c3a20e5 --- /dev/null +++ b/MSTest_VSCode/MyTestProject/obj/MyTestProject.csproj.nuget.dgspec.json @@ -0,0 +1,83 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\MSTest_VSCode\\MyTestProject\\MyTestProject.csproj": {} + }, + "projects": { + "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\MSTest_VSCode\\MyTestProject\\MyTestProject.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\MSTest_VSCode\\MyTestProject\\MyTestProject.csproj", + "projectName": "MyTestProject", + "projectPath": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\MSTest_VSCode\\MyTestProject\\MyTestProject.csproj", + "packagesPath": "C:\\Users\\lukas\\.nuget\\packages\\", + "outputPath": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\MSTest_VSCode\\MyTestProject\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\lukas\\AppData\\Roaming\\NuGet\\NuGet.Config" + ], + "originalTargetFrameworks": [ + "net7.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net7.0": { + "targetAlias": "net7.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net7.0": { + "targetAlias": "net7.0", + "dependencies": { + "MSTest.TestAdapter": { + "target": "Package", + "version": "[2.2.10, )" + }, + "MSTest.TestFramework": { + "target": "Package", + "version": "[2.2.10, )" + }, + "Microsoft.NET.Test.Sdk": { + "target": "Package", + "version": "[17.6.0, )" + }, + "Selenium.WebDriver": { + "target": "Package", + "version": "[4.11.0, )" + }, + "coverlet.collector": { + "target": "Package", + "version": "[3.2.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.400\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/MSTest_VSCode/MyTestProject/obj/MyTestProject.csproj.nuget.g.props b/MSTest_VSCode/MyTestProject/obj/MyTestProject.csproj.nuget.g.props new file mode 100644 index 0000000..4e548e4 --- /dev/null +++ b/MSTest_VSCode/MyTestProject/obj/MyTestProject.csproj.nuget.g.props @@ -0,0 +1,21 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\lukas\.nuget\packages\ + PackageReference + 6.7.0 + + + + + + + + + + + \ No newline at end of file diff --git a/MSTest_VSCode/MyTestProject/obj/MyTestProject.csproj.nuget.g.targets b/MSTest_VSCode/MyTestProject/obj/MyTestProject.csproj.nuget.g.targets new file mode 100644 index 0000000..e62ceb0 --- /dev/null +++ b/MSTest_VSCode/MyTestProject/obj/MyTestProject.csproj.nuget.g.targets @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/MSTest_VSCode/MyTestProject/obj/project.assets.json b/MSTest_VSCode/MyTestProject/obj/project.assets.json new file mode 100644 index 0000000..3c24576 --- /dev/null +++ b/MSTest_VSCode/MyTestProject/obj/project.assets.json @@ -0,0 +1,2425 @@ +{ + "version": 3, + "targets": { + "net7.0": { + "coverlet.collector/3.2.0": { + "type": "package", + "build": { + "build/netstandard1.0/coverlet.collector.targets": {} + } + }, + "Microsoft.CodeCoverage/17.6.0": { + "type": "package", + "compile": { + "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {} + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {} + }, + "build": { + "build/netstandard2.0/Microsoft.CodeCoverage.props": {}, + "build/netstandard2.0/Microsoft.CodeCoverage.targets": {} + } + }, + "Microsoft.NET.Test.Sdk/17.6.0": { + "type": "package", + "dependencies": { + "Microsoft.CodeCoverage": "17.6.0", + "Microsoft.TestPlatform.TestHost": "17.6.0" + }, + "compile": { + "lib/netcoreapp3.1/_._": {} + }, + "runtime": { + "lib/netcoreapp3.1/_._": {} + }, + "build": { + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.props": {}, + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.targets": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Microsoft.NET.Test.Sdk.props": {} + } + }, + "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/_._": {} + } + }, + "Microsoft.TestPlatform.ObjectModel/17.6.0": { + "type": "package", + "dependencies": { + "NuGet.Frameworks": "5.11.0", + "System.Reflection.Metadata": "1.6.0" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} + }, + "resource": { + "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": { + "type": "package", + "dependencies": { + "Microsoft.TestPlatform.ObjectModel": "17.6.0", + "Newtonsoft.Json": "13.0.1" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {}, + "lib/netcoreapp3.1/testhost.dll": { + "related": ".deps.json" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {}, + "lib/netcoreapp3.1/testhost.dll": { + "related": ".deps.json" + } + }, + "resource": { + "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" + } + }, + "build": { + "build/netcoreapp3.1/Microsoft.TestPlatform.TestHost.props": {} + } + }, + "MSTest.TestAdapter/2.2.10": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "10.0.3", + "System.Diagnostics.TextWriterTraceListener": "4.3.0" + }, + "build": { + "build/net5.0/MSTest.TestAdapter.props": {}, + "build/net5.0/MSTest.TestAdapter.targets": {} + } + }, + "MSTest.TestFramework/2.2.10": { + "type": "package", + "compile": { + "lib/net5.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": { + "related": ".XML" + } + }, + "runtime": { + "lib/net5.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": { + "related": ".XML" + } + }, + "build": { + "build/net5.0/MSTest.TestFramework.targets": {} + } + }, + "Newtonsoft.Json/13.0.1": { + "type": "package", + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "NuGet.Frameworks/5.11.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/NuGet.Frameworks.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/NuGet.Frameworks.dll": { + "related": ".xml" + } + } + }, + "runtime.native.System/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Selenium.WebDriver/4.11.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "13.0.1" + }, + "compile": { + "lib/net6.0/WebDriver.dll": {} + }, + "runtime": { + "lib/net6.0/WebDriver.dll": {} + }, + "build": { + "buildTransitive/Selenium.WebDriver.targets": {} + } + }, + "System.Collections/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/_._": { + "related": ".xml" + } + } + }, + "System.Diagnostics.Debug/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/_._": { + "related": ".xml" + } + } + }, + "System.Diagnostics.TextWriterTraceListener/4.3.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.TraceSource": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.TextWriterTraceListener.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.TextWriterTraceListener.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.TraceSource.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Diagnostics.TraceSource.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Diagnostics.TraceSource.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Globalization/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/_._": { + "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.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/_._": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/1.6.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reflection.Metadata.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/_._": { + "related": ".xml" + } + } + }, + "System.Resources.ResourceManager/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "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.Extensions/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.5/_._": { + "related": ".xml" + } + } + }, + "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.Threading/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "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" + } + } + } + } + }, + "libraries": { + "coverlet.collector/3.2.0": { + "sha512": "xjY8xBigSeWIYs4I7DgUHqSNoGqnHi7Fv7/7RZD02rvZyG3hlsjnQKiVKVWKgr9kRKgmV+dEfu8KScvysiC0Wg==", + "type": "package", + "path": "coverlet.collector/3.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "build/netstandard1.0/Microsoft.Bcl.AsyncInterfaces.dll", + "build/netstandard1.0/Microsoft.CSharp.dll", + "build/netstandard1.0/Microsoft.DotNet.PlatformAbstractions.dll", + "build/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "build/netstandard1.0/Microsoft.Extensions.DependencyInjection.dll", + "build/netstandard1.0/Microsoft.Extensions.DependencyModel.dll", + "build/netstandard1.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "build/netstandard1.0/Microsoft.TestPlatform.CoreUtilities.dll", + "build/netstandard1.0/Microsoft.TestPlatform.PlatformAbstractions.dll", + "build/netstandard1.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "build/netstandard1.0/Mono.Cecil.Mdb.dll", + "build/netstandard1.0/Mono.Cecil.Pdb.dll", + "build/netstandard1.0/Mono.Cecil.Rocks.dll", + "build/netstandard1.0/Mono.Cecil.dll", + "build/netstandard1.0/Newtonsoft.Json.dll", + "build/netstandard1.0/NuGet.Frameworks.dll", + "build/netstandard1.0/System.AppContext.dll", + "build/netstandard1.0/System.Collections.Immutable.dll", + "build/netstandard1.0/System.Dynamic.Runtime.dll", + "build/netstandard1.0/System.IO.FileSystem.Primitives.dll", + "build/netstandard1.0/System.Linq.Expressions.dll", + "build/netstandard1.0/System.Linq.dll", + "build/netstandard1.0/System.ObjectModel.dll", + "build/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", + "build/netstandard1.0/System.Reflection.Emit.Lightweight.dll", + "build/netstandard1.0/System.Reflection.Emit.dll", + "build/netstandard1.0/System.Reflection.Metadata.dll", + "build/netstandard1.0/System.Reflection.TypeExtensions.dll", + "build/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll", + "build/netstandard1.0/System.Runtime.Serialization.Primitives.dll", + "build/netstandard1.0/System.Text.RegularExpressions.dll", + "build/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "build/netstandard1.0/System.Threading.dll", + "build/netstandard1.0/System.Xml.ReaderWriter.dll", + "build/netstandard1.0/System.Xml.XDocument.dll", + "build/netstandard1.0/coverlet.collector.deps.json", + "build/netstandard1.0/coverlet.collector.dll", + "build/netstandard1.0/coverlet.collector.pdb", + "build/netstandard1.0/coverlet.collector.targets", + "build/netstandard1.0/coverlet.core.dll", + "build/netstandard1.0/coverlet.core.pdb", + "coverlet-icon.png", + "coverlet.collector.3.2.0.nupkg.sha512", + "coverlet.collector.nuspec" + ] + }, + "Microsoft.CodeCoverage/17.6.0": { + "sha512": "5v2GwzpR7JEuQUzupjx3zLwn2FutADW/weLzLt726DR3WXxsM+ICPoJG6pxuKFsumtZp890UrVuudTUhsE8Qyg==", + "type": "package", + "path": "microsoft.codecoverage/17.6.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE_NET.txt", + "ThirdPartyNotices.txt", + "build/netstandard2.0/CodeCoverage/CodeCoverage.config", + "build/netstandard2.0/CodeCoverage/CodeCoverage.exe", + "build/netstandard2.0/CodeCoverage/VanguardInstrumentationProfiler_x86.config", + "build/netstandard2.0/CodeCoverage/amd64/CodeCoverage.exe", + "build/netstandard2.0/CodeCoverage/amd64/VanguardInstrumentationProfiler_x64.config", + "build/netstandard2.0/CodeCoverage/amd64/covrun64.dll", + "build/netstandard2.0/CodeCoverage/amd64/msdia140.dll", + "build/netstandard2.0/CodeCoverage/arm64/VanguardInstrumentationProfiler_arm64.config", + "build/netstandard2.0/CodeCoverage/arm64/covrunarm64.dll", + "build/netstandard2.0/CodeCoverage/arm64/msdia140.dll", + "build/netstandard2.0/CodeCoverage/codecoveragemessages.dll", + "build/netstandard2.0/CodeCoverage/coreclr/Microsoft.VisualStudio.CodeCoverage.Shim.dll", + "build/netstandard2.0/CodeCoverage/covrun32.dll", + "build/netstandard2.0/CodeCoverage/msdia140.dll", + "build/netstandard2.0/InstrumentationEngine/alpine/x64/VanguardInstrumentationProfiler_x64.config", + "build/netstandard2.0/InstrumentationEngine/alpine/x64/libCoverageInstrumentationMethod.so", + "build/netstandard2.0/InstrumentationEngine/alpine/x64/libInstrumentationEngine.so", + "build/netstandard2.0/InstrumentationEngine/arm64/MicrosoftInstrumentationEngine_arm64.dll", + "build/netstandard2.0/InstrumentationEngine/macos/x64/VanguardInstrumentationProfiler_x64.config", + "build/netstandard2.0/InstrumentationEngine/macos/x64/libCoverageInstrumentationMethod.dylib", + "build/netstandard2.0/InstrumentationEngine/macos/x64/libInstrumentationEngine.dylib", + "build/netstandard2.0/InstrumentationEngine/ubuntu/x64/VanguardInstrumentationProfiler_x64.config", + "build/netstandard2.0/InstrumentationEngine/ubuntu/x64/libCoverageInstrumentationMethod.so", + "build/netstandard2.0/InstrumentationEngine/ubuntu/x64/libInstrumentationEngine.so", + "build/netstandard2.0/InstrumentationEngine/x64/MicrosoftInstrumentationEngine_x64.dll", + "build/netstandard2.0/InstrumentationEngine/x86/MicrosoftInstrumentationEngine_x86.dll", + "build/netstandard2.0/Microsoft.CodeCoverage.Core.dll", + "build/netstandard2.0/Microsoft.CodeCoverage.Instrumentation.dll", + "build/netstandard2.0/Microsoft.CodeCoverage.Interprocess.dll", + "build/netstandard2.0/Microsoft.CodeCoverage.props", + "build/netstandard2.0/Microsoft.CodeCoverage.targets", + "build/netstandard2.0/Microsoft.DiaSymReader.dll", + "build/netstandard2.0/Microsoft.VisualStudio.TraceDataCollector.dll", + "build/netstandard2.0/Mono.Cecil.Pdb.dll", + "build/netstandard2.0/Mono.Cecil.Rocks.dll", + "build/netstandard2.0/Mono.Cecil.dll", + "build/netstandard2.0/ThirdPartyNotices.txt", + "build/netstandard2.0/cs/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/de/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/es/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/fr/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/it/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/ja/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/ko/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/pl/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/pt-BR/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/ru/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/tr/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "lib/net462/Microsoft.VisualStudio.CodeCoverage.Shim.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll", + "microsoft.codecoverage.17.6.0.nupkg.sha512", + "microsoft.codecoverage.nuspec" + ] + }, + "Microsoft.NET.Test.Sdk/17.6.0": { + "sha512": "tHyg4C6c89QvLv6Utz3xKlba4EeoyJyIz59Q1NrjRENV7gfGnSE6I+sYPIbVOzQttoo2zpHDgOK/p6Hw2OlD7A==", + "type": "package", + "path": "microsoft.net.test.sdk/17.6.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE_NET.txt", + "build/net462/Microsoft.NET.Test.Sdk.props", + "build/net462/Microsoft.NET.Test.Sdk.targets", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.cs", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.fs", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.vb", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.props", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.targets", + "buildMultiTargeting/Microsoft.NET.Test.Sdk.props", + "lib/net462/_._", + "lib/netcoreapp3.1/_._", + "microsoft.net.test.sdk.17.6.0.nupkg.sha512", + "microsoft.net.test.sdk.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" + ] + }, + "Microsoft.TestPlatform.ObjectModel/17.6.0": { + "sha512": "AA/rrf5zwC5/OBLEOajkhjbVTM3SvxRXy8kcQ8e4mJKojbyZvqqhpfNg362N9vXU94DLg9NUTFOAnoYVT0pTJw==", + "type": "package", + "path": "microsoft.testplatform.objectmodel/17.6.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE_NET.txt", + "lib/net462/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/net462/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/net462/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/net462/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/netstandard2.0/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/netstandard2.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "microsoft.testplatform.objectmodel.17.6.0.nupkg.sha512", + "microsoft.testplatform.objectmodel.nuspec" + ] + }, + "Microsoft.TestPlatform.TestHost/17.6.0": { + "sha512": "7YdgUcIeCPVKLC7n7LNKDiEHWc7z3brkkYPdUbDnFsvf6WvY9UfzS0VSUJ8P2NgN0CDSD223GCJFSjSBLZRqOQ==", + "type": "package", + "path": "microsoft.testplatform.testhost/17.6.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE_NET.txt", + "ThirdPartyNotices.txt", + "build/netcoreapp3.1/Microsoft.TestPlatform.TestHost.props", + "build/netcoreapp3.1/x64/testhost.dll", + "build/netcoreapp3.1/x64/testhost.exe", + "build/netcoreapp3.1/x86/testhost.x86.dll", + "build/netcoreapp3.1/x86/testhost.x86.exe", + "lib/net462/_._", + "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/testhost.deps.json", + "lib/netcoreapp3.1/testhost.dll", + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/x64/msdia140.dll", + "lib/netcoreapp3.1/x86/msdia140.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "microsoft.testplatform.testhost.17.6.0.nupkg.sha512", + "microsoft.testplatform.testhost.nuspec" + ] + }, + "MSTest.TestAdapter/2.2.10": { + "sha512": "KOc7XVNM0Q5GrTAx4RhxTgwdt9O5gOqSzmLpUMyl9ywa6vvUNFVQ9nCjtEE7qDQW54MZdc82e287PzZDc7yQtA==", + "type": "package", + "path": "mstest.testadapter/2.2.10", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "build/_common/Microsoft.TestPlatform.AdapterUtilities.dll", + "build/_common/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll", + "build/_common/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll", + "build/_common/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", + "build/_common/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "build/_common/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_common/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_common/cs/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_common/cs/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_common/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_common/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_common/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_common/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_common/de/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_common/de/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_common/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_common/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_common/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_common/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_common/es/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_common/es/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_common/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_common/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_common/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_common/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_common/fr/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_common/fr/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_common/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_common/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_common/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_common/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_common/it/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_common/it/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_common/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_common/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_common/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_common/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_common/ja/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_common/ja/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_common/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_common/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_common/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_common/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_common/ko/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_common/ko/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_common/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_common/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_common/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_common/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_common/pl/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_common/pl/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_common/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_common/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_common/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_common/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_common/pt-BR/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_common/pt-BR/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_common/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_common/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_common/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_common/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_common/ru/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_common/ru/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_common/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_common/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_common/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_common/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_common/tr/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_common/tr/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_common/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_common/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_common/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_common/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_common/zh-Hans/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_common/zh-Hans/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_common/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_common/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_common/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_common/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_common/zh-Hant/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_common/zh-Hant/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_common/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_common/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/net45/MSTest.TestAdapter.props", + "build/net45/MSTest.TestAdapter.targets", + "build/net45/Microsoft.TestPlatform.AdapterUtilities.dll", + "build/net45/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net45/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net45/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net45/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net45/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net45/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net45/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net45/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net45/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net45/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net45/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net45/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net45/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net46/MSTest.TestAdapter.props", + "build/net46/MSTest.TestAdapter.targets", + "build/net46/Microsoft.TestPlatform.AdapterUtilities.dll", + "build/net46/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", + "build/net46/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net46/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net46/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net46/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net46/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net46/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net46/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net46/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net46/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net46/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net46/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net46/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net46/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net5.0/MSTest.TestAdapter.props", + "build/net5.0/MSTest.TestAdapter.targets", + "build/net5.0/Microsoft.TestPlatform.AdapterUtilities.dll", + "build/net5.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", + "build/net5.0/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net5.0/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net5.0/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net5.0/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net5.0/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net5.0/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net5.0/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net5.0/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net5.0/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net5.0/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net5.0/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net5.0/winui/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", + "build/net5.0/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/net5.0/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/netcoreapp1.0/MSTest.TestAdapter.props", + "build/netcoreapp1.0/Microsoft.TestPlatform.AdapterUtilities.dll", + "build/netcoreapp1.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", + "build/netcoreapp1.0/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/netcoreapp1.0/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/netcoreapp1.0/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/netcoreapp1.0/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/netcoreapp1.0/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/netcoreapp1.0/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/netcoreapp1.0/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/netcoreapp1.0/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/netcoreapp1.0/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/netcoreapp1.0/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/netcoreapp1.0/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/netcoreapp1.0/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/netcoreapp1.0/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/netstandard1.5/MSTest.TestAdapter.props", + "build/netstandard1.5/Microsoft.TestPlatform.AdapterUtilities.dll", + "build/netstandard1.5/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", + "build/netstandard1.5/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/netstandard1.5/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/netstandard1.5/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/netstandard1.5/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/netstandard1.5/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/netstandard1.5/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/netstandard1.5/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/netstandard1.5/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/netstandard1.5/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/netstandard1.5/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/netstandard1.5/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/netstandard1.5/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/netstandard1.5/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/uap10.0/MSTest.TestAdapter.props", + "build/uap10.0/MSTest.TestAdapter.targets", + "build/uap10.0/Microsoft.TestPlatform.AdapterUtilities.dll", + "build/uap10.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", + "build/uap10.0/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/uap10.0/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/uap10.0/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/uap10.0/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/uap10.0/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/uap10.0/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/uap10.0/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/uap10.0/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/uap10.0/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/uap10.0/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/uap10.0/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/uap10.0/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/uap10.0/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "mstest.testadapter.2.2.10.nupkg.sha512", + "mstest.testadapter.nuspec" + ] + }, + "MSTest.TestFramework/2.2.10": { + "sha512": "JZRVXKq19uRhkj8MuzsU8zJhPV2JV3ZToFPAIg+BU53L1L9mNDfm9jXerdRfbrE4HBcf2M54Ij80zPOdlha3+Q==", + "type": "package", + "path": "mstest.testframework/2.2.10", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "build/net5.0/MSTest.TestFramework.targets", + "build/net5.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.XML", + "build/net5.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", + "build/net5.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "build/net5.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "build/net5.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "build/net5.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "build/net5.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "build/net5.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "build/net5.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "build/net5.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "build/net5.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "build/net5.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "build/net5.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "build/net5.0/winui/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.XML", + "build/net5.0/winui/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", + "build/net5.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "build/net5.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.XML", + "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", + "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.XML", + "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "lib/net45/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net45/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net45/de/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net45/de/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net45/es/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net45/es/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net45/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net45/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net45/it/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net45/it/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net45/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net45/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net45/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net45/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net45/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net45/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net45/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net45/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net45/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net45/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net45/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net45/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net45/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net45/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net45/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net45/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net5.0/Microsoft.VisualStudio.TestPlatform.TestFramework.XML", + "lib/net5.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "lib/net5.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net5.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net5.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net5.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net5.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net5.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net5.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net5.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net5.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net5.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net5.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net5.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net5.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.XML", + "lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", + "lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.XML", + "lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "lib/netstandard1.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netstandard1.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netstandard1.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netstandard1.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netstandard1.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netstandard1.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netstandard1.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netstandard1.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netstandard1.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netstandard1.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netstandard1.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netstandard1.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netstandard1.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netstandard1.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netstandard1.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netstandard1.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netstandard1.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netstandard1.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netstandard1.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netstandard1.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netstandard1.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netstandard1.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netstandard1.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netstandard1.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netstandard1.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netstandard1.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.XML", + "lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", + "lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.XML", + "lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "lib/uap10.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/uap10.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/uap10.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/uap10.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/uap10.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/uap10.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/uap10.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/uap10.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/uap10.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/uap10.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/uap10.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/uap10.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/uap10.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/uap10.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/uap10.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/uap10.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/uap10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/uap10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/uap10.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/uap10.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/uap10.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/uap10.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/uap10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/uap10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/uap10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/uap10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "mstest.testframework.2.2.10.nupkg.sha512", + "mstest.testframework.nuspec" + ] + }, + "Newtonsoft.Json/13.0.1": { + "sha512": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", + "type": "package", + "path": "newtonsoft.json/13.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.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/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.1.nupkg.sha512", + "newtonsoft.json.nuspec", + "packageIcon.png" + ] + }, + "NuGet.Frameworks/5.11.0": { + "sha512": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==", + "type": "package", + "path": "nuget.frameworks/5.11.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net40/NuGet.Frameworks.dll", + "lib/net40/NuGet.Frameworks.xml", + "lib/net472/NuGet.Frameworks.dll", + "lib/net472/NuGet.Frameworks.xml", + "lib/netstandard2.0/NuGet.Frameworks.dll", + "lib/netstandard2.0/NuGet.Frameworks.xml", + "nuget.frameworks.5.11.0.nupkg.sha512", + "nuget.frameworks.nuspec" + ] + }, + "runtime.native.System/4.3.0": { + "sha512": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", + "type": "package", + "path": "runtime.native.system/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.4.3.0.nupkg.sha512", + "runtime.native.system.nuspec" + ] + }, + "Selenium.WebDriver/4.11.0": { + "sha512": "V8o+Nvi9/3Ix12ZzMGg+fI7sfu+HrflZkMGq8Orr+j0INbfpEEyM6KR9oaaHlm0WUXcn7dTYwyWrJxYsi6eniw==", + "type": "package", + "path": "selenium.webdriver/4.11.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "build/Selenium.WebDriver.targets", + "buildTransitive/Selenium.WebDriver.targets", + "images/icon.png", + "lib/net45/WebDriver.dll", + "lib/net46/WebDriver.dll", + "lib/net47/WebDriver.dll", + "lib/net48/WebDriver.dll", + "lib/net5.0/WebDriver.dll", + "lib/net6.0/WebDriver.dll", + "lib/netstandard2.0/WebDriver.dll", + "lib/netstandard2.1/WebDriver.dll", + "manager/linux/selenium-manager", + "manager/macos/selenium-manager", + "manager/windows/selenium-manager.exe", + "selenium.webdriver.4.11.0.nupkg.sha512", + "selenium.webdriver.nuspec" + ] + }, + "System.Collections/4.3.0": { + "sha512": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", + "type": "package", + "path": "system.collections/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.Collections.dll", + "ref/netcore50/System.Collections.xml", + "ref/netcore50/de/System.Collections.xml", + "ref/netcore50/es/System.Collections.xml", + "ref/netcore50/fr/System.Collections.xml", + "ref/netcore50/it/System.Collections.xml", + "ref/netcore50/ja/System.Collections.xml", + "ref/netcore50/ko/System.Collections.xml", + "ref/netcore50/ru/System.Collections.xml", + "ref/netcore50/zh-hans/System.Collections.xml", + "ref/netcore50/zh-hant/System.Collections.xml", + "ref/netstandard1.0/System.Collections.dll", + "ref/netstandard1.0/System.Collections.xml", + "ref/netstandard1.0/de/System.Collections.xml", + "ref/netstandard1.0/es/System.Collections.xml", + "ref/netstandard1.0/fr/System.Collections.xml", + "ref/netstandard1.0/it/System.Collections.xml", + "ref/netstandard1.0/ja/System.Collections.xml", + "ref/netstandard1.0/ko/System.Collections.xml", + "ref/netstandard1.0/ru/System.Collections.xml", + "ref/netstandard1.0/zh-hans/System.Collections.xml", + "ref/netstandard1.0/zh-hant/System.Collections.xml", + "ref/netstandard1.3/System.Collections.dll", + "ref/netstandard1.3/System.Collections.xml", + "ref/netstandard1.3/de/System.Collections.xml", + "ref/netstandard1.3/es/System.Collections.xml", + "ref/netstandard1.3/fr/System.Collections.xml", + "ref/netstandard1.3/it/System.Collections.xml", + "ref/netstandard1.3/ja/System.Collections.xml", + "ref/netstandard1.3/ko/System.Collections.xml", + "ref/netstandard1.3/ru/System.Collections.xml", + "ref/netstandard1.3/zh-hans/System.Collections.xml", + "ref/netstandard1.3/zh-hant/System.Collections.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.collections.4.3.0.nupkg.sha512", + "system.collections.nuspec" + ] + }, + "System.Diagnostics.Debug/4.3.0": { + "sha512": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", + "type": "package", + "path": "system.diagnostics.debug/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.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", + "ref/netcore50/de/System.Diagnostics.Debug.xml", + "ref/netcore50/es/System.Diagnostics.Debug.xml", + "ref/netcore50/fr/System.Diagnostics.Debug.xml", + "ref/netcore50/it/System.Diagnostics.Debug.xml", + "ref/netcore50/ja/System.Diagnostics.Debug.xml", + "ref/netcore50/ko/System.Diagnostics.Debug.xml", + "ref/netcore50/ru/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/System.Diagnostics.Debug.dll", + "ref/netstandard1.0/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/System.Diagnostics.Debug.dll", + "ref/netstandard1.3/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.diagnostics.debug.4.3.0.nupkg.sha512", + "system.diagnostics.debug.nuspec" + ] + }, + "System.Diagnostics.TextWriterTraceListener/4.3.0": { + "sha512": "F11kHWeiwYjFWto+kr8tt9ULMH0k8MsT1XmdCGPTLYHhWgN+2g7JsIZiXDrxlFGccSNkbjfwQy4xIS38gzUiZA==", + "type": "package", + "path": "system.diagnostics.textwritertracelistener/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Diagnostics.TextWriterTraceListener.dll", + "lib/netstandard1.3/System.Diagnostics.TextWriterTraceListener.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Diagnostics.TextWriterTraceListener.dll", + "ref/netstandard1.3/System.Diagnostics.TextWriterTraceListener.dll", + "ref/netstandard1.3/System.Diagnostics.TextWriterTraceListener.xml", + "ref/netstandard1.3/de/System.Diagnostics.TextWriterTraceListener.xml", + "ref/netstandard1.3/es/System.Diagnostics.TextWriterTraceListener.xml", + "ref/netstandard1.3/fr/System.Diagnostics.TextWriterTraceListener.xml", + "ref/netstandard1.3/it/System.Diagnostics.TextWriterTraceListener.xml", + "ref/netstandard1.3/ja/System.Diagnostics.TextWriterTraceListener.xml", + "ref/netstandard1.3/ko/System.Diagnostics.TextWriterTraceListener.xml", + "ref/netstandard1.3/ru/System.Diagnostics.TextWriterTraceListener.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.TextWriterTraceListener.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.TextWriterTraceListener.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.diagnostics.textwritertracelistener.4.3.0.nupkg.sha512", + "system.diagnostics.textwritertracelistener.nuspec" + ] + }, + "System.Diagnostics.TraceSource/4.3.0": { + "sha512": "VnYp1NxGx8Ww731y2LJ1vpfb/DKVNKEZ8Jsh5SgQTZREL/YpWRArgh9pI8CDLmgHspZmLL697CaLvH85qQpRiw==", + "type": "package", + "path": "system.diagnostics.tracesource/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Diagnostics.TraceSource.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Diagnostics.TraceSource.dll", + "ref/netstandard1.3/System.Diagnostics.TraceSource.dll", + "ref/netstandard1.3/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/de/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/es/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/fr/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/it/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/ja/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/ko/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/ru/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.TraceSource.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Diagnostics.TraceSource.dll", + "runtimes/win/lib/net46/System.Diagnostics.TraceSource.dll", + "runtimes/win/lib/netstandard1.3/System.Diagnostics.TraceSource.dll", + "system.diagnostics.tracesource.4.3.0.nupkg.sha512", + "system.diagnostics.tracesource.nuspec" + ] + }, + "System.Globalization/4.3.0": { + "sha512": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", + "type": "package", + "path": "system.globalization/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.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "ref/netcore50/de/System.Globalization.xml", + "ref/netcore50/es/System.Globalization.xml", + "ref/netcore50/fr/System.Globalization.xml", + "ref/netcore50/it/System.Globalization.xml", + "ref/netcore50/ja/System.Globalization.xml", + "ref/netcore50/ko/System.Globalization.xml", + "ref/netcore50/ru/System.Globalization.xml", + "ref/netcore50/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", + "ref/netstandard1.0/System.Globalization.dll", + "ref/netstandard1.0/System.Globalization.xml", + "ref/netstandard1.0/de/System.Globalization.xml", + "ref/netstandard1.0/es/System.Globalization.xml", + "ref/netstandard1.0/fr/System.Globalization.xml", + "ref/netstandard1.0/it/System.Globalization.xml", + "ref/netstandard1.0/ja/System.Globalization.xml", + "ref/netstandard1.0/ko/System.Globalization.xml", + "ref/netstandard1.0/ru/System.Globalization.xml", + "ref/netstandard1.0/zh-hans/System.Globalization.xml", + "ref/netstandard1.0/zh-hant/System.Globalization.xml", + "ref/netstandard1.3/System.Globalization.dll", + "ref/netstandard1.3/System.Globalization.xml", + "ref/netstandard1.3/de/System.Globalization.xml", + "ref/netstandard1.3/es/System.Globalization.xml", + "ref/netstandard1.3/fr/System.Globalization.xml", + "ref/netstandard1.3/it/System.Globalization.xml", + "ref/netstandard1.3/ja/System.Globalization.xml", + "ref/netstandard1.3/ko/System.Globalization.xml", + "ref/netstandard1.3/ru/System.Globalization.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.globalization.4.3.0.nupkg.sha512", + "system.globalization.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.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.Metadata/1.6.0": { + "sha512": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==", + "type": "package", + "path": "system.reflection.metadata/1.6.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", + "lib/netstandard2.0/System.Reflection.Metadata.dll", + "lib/netstandard2.0/System.Reflection.Metadata.xml", + "lib/portable-net45+win8/System.Reflection.Metadata.dll", + "lib/portable-net45+win8/System.Reflection.Metadata.xml", + "system.reflection.metadata.1.6.0.nupkg.sha512", + "system.reflection.metadata.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "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.Resources.ResourceManager/4.3.0": { + "sha512": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", + "type": "package", + "path": "system.resources.resourcemanager/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.Resources.ResourceManager.dll", + "ref/netcore50/System.Resources.ResourceManager.xml", + "ref/netcore50/de/System.Resources.ResourceManager.xml", + "ref/netcore50/es/System.Resources.ResourceManager.xml", + "ref/netcore50/fr/System.Resources.ResourceManager.xml", + "ref/netcore50/it/System.Resources.ResourceManager.xml", + "ref/netcore50/ja/System.Resources.ResourceManager.xml", + "ref/netcore50/ko/System.Resources.ResourceManager.xml", + "ref/netcore50/ru/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/System.Resources.ResourceManager.dll", + "ref/netstandard1.0/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.resources.resourcemanager.4.3.0.nupkg.sha512", + "system.resources.resourcemanager.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.Extensions/4.3.0": { + "sha512": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", + "type": "package", + "path": "system.runtime.extensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.Extensions.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.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", + "ref/netcore50/de/System.Runtime.Extensions.xml", + "ref/netcore50/es/System.Runtime.Extensions.xml", + "ref/netcore50/fr/System.Runtime.Extensions.xml", + "ref/netcore50/it/System.Runtime.Extensions.xml", + "ref/netcore50/ja/System.Runtime.Extensions.xml", + "ref/netcore50/ko/System.Runtime.Extensions.xml", + "ref/netcore50/ru/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.0/System.Runtime.Extensions.dll", + "ref/netstandard1.0/System.Runtime.Extensions.xml", + "ref/netstandard1.0/de/System.Runtime.Extensions.xml", + "ref/netstandard1.0/es/System.Runtime.Extensions.xml", + "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.0/it/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.3/System.Runtime.Extensions.dll", + "ref/netstandard1.3/System.Runtime.Extensions.xml", + "ref/netstandard1.3/de/System.Runtime.Extensions.xml", + "ref/netstandard1.3/es/System.Runtime.Extensions.xml", + "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.3/it/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.5/System.Runtime.Extensions.dll", + "ref/netstandard1.5/System.Runtime.Extensions.xml", + "ref/netstandard1.5/de/System.Runtime.Extensions.xml", + "ref/netstandard1.5/es/System.Runtime.Extensions.xml", + "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.5/it/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.extensions.4.3.0.nupkg.sha512", + "system.runtime.extensions.nuspec" + ] + }, + "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.Threading/4.3.0": { + "sha512": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", + "type": "package", + "path": "system.threading/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Threading.dll", + "lib/netstandard1.3/System.Threading.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/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "ref/netcore50/de/System.Threading.xml", + "ref/netcore50/es/System.Threading.xml", + "ref/netcore50/fr/System.Threading.xml", + "ref/netcore50/it/System.Threading.xml", + "ref/netcore50/ja/System.Threading.xml", + "ref/netcore50/ko/System.Threading.xml", + "ref/netcore50/ru/System.Threading.xml", + "ref/netcore50/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", + "ref/netstandard1.0/System.Threading.dll", + "ref/netstandard1.0/System.Threading.xml", + "ref/netstandard1.0/de/System.Threading.xml", + "ref/netstandard1.0/es/System.Threading.xml", + "ref/netstandard1.0/fr/System.Threading.xml", + "ref/netstandard1.0/it/System.Threading.xml", + "ref/netstandard1.0/ja/System.Threading.xml", + "ref/netstandard1.0/ko/System.Threading.xml", + "ref/netstandard1.0/ru/System.Threading.xml", + "ref/netstandard1.0/zh-hans/System.Threading.xml", + "ref/netstandard1.0/zh-hant/System.Threading.xml", + "ref/netstandard1.3/System.Threading.dll", + "ref/netstandard1.3/System.Threading.xml", + "ref/netstandard1.3/de/System.Threading.xml", + "ref/netstandard1.3/es/System.Threading.xml", + "ref/netstandard1.3/fr/System.Threading.xml", + "ref/netstandard1.3/it/System.Threading.xml", + "ref/netstandard1.3/ja/System.Threading.xml", + "ref/netstandard1.3/ko/System.Threading.xml", + "ref/netstandard1.3/ru/System.Threading.xml", + "ref/netstandard1.3/zh-hans/System.Threading.xml", + "ref/netstandard1.3/zh-hant/System.Threading.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Threading.dll", + "system.threading.4.3.0.nupkg.sha512", + "system.threading.nuspec" + ] + }, + "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" + ] + } + }, + "projectFileDependencyGroups": { + "net7.0": [ + "MSTest.TestAdapter >= 2.2.10", + "MSTest.TestFramework >= 2.2.10", + "Microsoft.NET.Test.Sdk >= 17.6.0", + "Selenium.WebDriver >= 4.11.0", + "coverlet.collector >= 3.2.0" + ] + }, + "packageFolders": { + "C:\\Users\\lukas\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\MSTest_VSCode\\MyTestProject\\MyTestProject.csproj", + "projectName": "MyTestProject", + "projectPath": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\MSTest_VSCode\\MyTestProject\\MyTestProject.csproj", + "packagesPath": "C:\\Users\\lukas\\.nuget\\packages\\", + "outputPath": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\MSTest_VSCode\\MyTestProject\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\lukas\\AppData\\Roaming\\NuGet\\NuGet.Config" + ], + "originalTargetFrameworks": [ + "net7.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net7.0": { + "targetAlias": "net7.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net7.0": { + "targetAlias": "net7.0", + "dependencies": { + "MSTest.TestAdapter": { + "target": "Package", + "version": "[2.2.10, )" + }, + "MSTest.TestFramework": { + "target": "Package", + "version": "[2.2.10, )" + }, + "Microsoft.NET.Test.Sdk": { + "target": "Package", + "version": "[17.6.0, )" + }, + "Selenium.WebDriver": { + "target": "Package", + "version": "[4.11.0, )" + }, + "coverlet.collector": { + "target": "Package", + "version": "[3.2.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.400\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/MSTest_VSCode/MyTestProject/obj/project.nuget.cache b/MSTest_VSCode/MyTestProject/obj/project.nuget.cache new file mode 100644 index 0000000..7dcd517 --- /dev/null +++ b/MSTest_VSCode/MyTestProject/obj/project.nuget.cache @@ -0,0 +1,37 @@ +{ + "version": 2, + "dgSpecHash": "1xWr+4V9DPLPCEGdjshVamOcVZo17s34FsnmcU8EHHJhpYyXIo079/v7M2+9czkSnuN5jKNAmLNw6D1mpSUl5Q==", + "success": true, + "projectFilePath": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\MSTest_VSCode\\MyTestProject\\MyTestProject.csproj", + "expectedPackageFiles": [ + "C:\\Users\\lukas\\.nuget\\packages\\coverlet.collector\\3.2.0\\coverlet.collector.3.2.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\microsoft.codecoverage\\17.6.0\\microsoft.codecoverage.17.6.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\microsoft.net.test.sdk\\17.6.0\\microsoft.net.test.sdk.17.6.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\microsoft.testplatform.objectmodel\\17.6.0\\microsoft.testplatform.objectmodel.17.6.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\microsoft.testplatform.testhost\\17.6.0\\microsoft.testplatform.testhost.17.6.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\mstest.testadapter\\2.2.10\\mstest.testadapter.2.2.10.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\mstest.testframework\\2.2.10\\mstest.testframework.2.2.10.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\nuget.frameworks\\5.11.0\\nuget.frameworks.5.11.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\selenium.webdriver\\4.11.0\\selenium.webdriver.4.11.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.diagnostics.textwritertracelistener\\4.3.0\\system.diagnostics.textwritertracelistener.4.3.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.diagnostics.tracesource\\4.3.0\\system.diagnostics.tracesource.4.3.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.reflection.metadata\\1.6.0\\system.reflection.metadata.1.6.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file diff --git a/MSTest_Win/zive/bin/Debug/net7.0/WebDriver.dll b/MSTest_Win/zive/bin/Debug/net7.0/WebDriver.dll index fe29624..60d14e7 100644 Binary files a/MSTest_Win/zive/bin/Debug/net7.0/WebDriver.dll and b/MSTest_Win/zive/bin/Debug/net7.0/WebDriver.dll differ diff --git a/MSTest_Win/zive/bin/Debug/net7.0/zive.deps.json b/MSTest_Win/zive/bin/Debug/net7.0/zive.deps.json index dd9ec6e..d474d24 100644 --- a/MSTest_Win/zive/bin/Debug/net7.0/zive.deps.json +++ b/MSTest_Win/zive/bin/Debug/net7.0/zive.deps.json @@ -11,7 +11,7 @@ "MSTest.TestAdapter": "2.2.10", "MSTest.TestFramework": "3.0.2", "Microsoft.NET.Test.Sdk": "17.5.0", - "Selenium.WebDriver": "4.8.1", + "Selenium.WebDriver": "4.11.0", "coverlet.collector": "3.1.2", "Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions": "14.0.0.0" }, @@ -360,7 +360,7 @@ "Microsoft.NETCore.Targets": "1.1.0" } }, - "Selenium.WebDriver/4.8.1": { + "Selenium.WebDriver/4.11.0": { "dependencies": { "Newtonsoft.Json": "13.0.1" }, @@ -583,12 +583,12 @@ "path": "runtime.native.system/4.3.0", "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" }, - "Selenium.WebDriver/4.8.1": { + "Selenium.WebDriver/4.11.0": { "type": "package", "serviceable": true, - "sha512": "sha512-h4H7pEyr41Xf+IgmhNqrbF3I24SV02x2G1INS82pycNltg1q15/qVV/aRKu/MbMFKtqy1mVoNEE/4/p7T/4Ngw==", - "path": "selenium.webdriver/4.8.1", - "hashPath": "selenium.webdriver.4.8.1.nupkg.sha512" + "sha512": "sha512-V8o+Nvi9/3Ix12ZzMGg+fI7sfu+HrflZkMGq8Orr+j0INbfpEEyM6KR9oaaHlm0WUXcn7dTYwyWrJxYsi6eniw==", + "path": "selenium.webdriver/4.11.0", + "hashPath": "selenium.webdriver.4.11.0.nupkg.sha512" }, "System.Collections/4.3.0": { "type": "package", diff --git a/MSTest_Win/zive/bin/Debug/net7.0/zive.dll b/MSTest_Win/zive/bin/Debug/net7.0/zive.dll index 7eb7503..3c807f2 100644 Binary files a/MSTest_Win/zive/bin/Debug/net7.0/zive.dll and b/MSTest_Win/zive/bin/Debug/net7.0/zive.dll differ diff --git a/MSTest_Win/zive/bin/Debug/net7.0/zive.pdb b/MSTest_Win/zive/bin/Debug/net7.0/zive.pdb index f812225..da5c78a 100644 Binary files a/MSTest_Win/zive/bin/Debug/net7.0/zive.pdb and b/MSTest_Win/zive/bin/Debug/net7.0/zive.pdb differ diff --git a/MSTest_Win/zive/obj/Debug/net7.0/zive.AssemblyInfo.cs b/MSTest_Win/zive/obj/Debug/net7.0/zive.AssemblyInfo.cs index 67b01cf..490a05a 100644 --- a/MSTest_Win/zive/obj/Debug/net7.0/zive.AssemblyInfo.cs +++ b/MSTest_Win/zive/obj/Debug/net7.0/zive.AssemblyInfo.cs @@ -18,5 +18,5 @@ using System.Reflection; [assembly: System.Reflection.AssemblyTitleAttribute("zive")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] -// Vygenerované třídou WriteCodeFragment nástroje MSBuild +// Generated by the MSBuild WriteCodeFragment class. diff --git a/MSTest_Win/zive/obj/Debug/net7.0/zive.GeneratedMSBuildEditorConfig.editorconfig b/MSTest_Win/zive/obj/Debug/net7.0/zive.GeneratedMSBuildEditorConfig.editorconfig index a4827c1..312c7b5 100644 --- a/MSTest_Win/zive/obj/Debug/net7.0/zive.GeneratedMSBuildEditorConfig.editorconfig +++ b/MSTest_Win/zive/obj/Debug/net7.0/zive.GeneratedMSBuildEditorConfig.editorconfig @@ -8,4 +8,4 @@ build_property.PlatformNeutralAssembly = build_property.EnforceExtendedAnalyzerRules = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = zive -build_property.ProjectDir = c:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\ +build_property.ProjectDir = C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\ diff --git a/MSTest_Win/zive/obj/Debug/net7.0/zive.assets.cache b/MSTest_Win/zive/obj/Debug/net7.0/zive.assets.cache index fb10012..35d217f 100644 Binary files a/MSTest_Win/zive/obj/Debug/net7.0/zive.assets.cache and b/MSTest_Win/zive/obj/Debug/net7.0/zive.assets.cache differ diff --git a/MSTest_Win/zive/obj/Debug/net7.0/zive.csproj.AssemblyReference.cache b/MSTest_Win/zive/obj/Debug/net7.0/zive.csproj.AssemblyReference.cache index 3acd77c..536ff01 100644 Binary files a/MSTest_Win/zive/obj/Debug/net7.0/zive.csproj.AssemblyReference.cache and b/MSTest_Win/zive/obj/Debug/net7.0/zive.csproj.AssemblyReference.cache differ diff --git a/MSTest_Win/zive/obj/Debug/net7.0/zive.csproj.CoreCompileInputs.cache b/MSTest_Win/zive/obj/Debug/net7.0/zive.csproj.CoreCompileInputs.cache index b89d9f8..802eade 100644 --- a/MSTest_Win/zive/obj/Debug/net7.0/zive.csproj.CoreCompileInputs.cache +++ b/MSTest_Win/zive/obj/Debug/net7.0/zive.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -55ad4bb598a8df026d6c695a97d7633a93b9a391 +1d1fa63d7b247766515153d3a887487bbf892d69 diff --git a/MSTest_Win/zive/obj/Debug/net7.0/zive.csproj.FileListAbsolute.txt b/MSTest_Win/zive/obj/Debug/net7.0/zive.csproj.FileListAbsolute.txt index 3003ffb..88eafa6 100644 --- a/MSTest_Win/zive/obj/Debug/net7.0/zive.csproj.FileListAbsolute.txt +++ b/MSTest_Win/zive/obj/Debug/net7.0/zive.csproj.FileListAbsolute.txt @@ -117,3 +117,122 @@ C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\obj\Debug\net7.0\refin C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\obj\Debug\net7.0\zive.pdb C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\obj\Debug\net7.0\zive.genruntimeconfig.cache C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\obj\Debug\net7.0\ref\zive.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\testhost.exe +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\testhost.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\cs\Microsoft.TestPlatform.AdapterUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\cs\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\cs\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\cs\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\selenium-manager\linux\selenium-manager +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\selenium-manager\macos\selenium-manager +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\selenium-manager\windows\selenium-manager.exe +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.TestPlatform.AdapterUtilities.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zive.deps.json +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zive.runtimeconfig.json +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zive.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zive.pdb +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.VisualStudio.CodeCoverage.Shim.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.TestPlatform.CoreUtilities.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.TestPlatform.PlatformAbstractions.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.TestPlatform.CommunicationUtilities.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.TestPlatform.CrossPlatEngine.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.TestPlatform.Utilities.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.Common.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.TestFramework.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Newtonsoft.Json.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\NuGet.Frameworks.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\WebDriver.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\cs\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\cs\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\de\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\de\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\es\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\es\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\fr\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\fr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\it\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\it\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ja\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ja\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ko\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ko\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\pl\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\pl\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\pt-BR\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\pt-BR\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ru\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ru\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\tr\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\tr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zh-Hans\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zh-Hant\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\cs\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\cs\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\cs\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\de\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\de\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\de\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\es\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\es\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\es\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\fr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\fr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\fr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\it\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\it\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\it\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ja\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ja\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ja\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ko\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ko\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ko\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\pl\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\pl\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\pl\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\pt-BR\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\pt-BR\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\pt-BR\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ru\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ru\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ru\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\tr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\tr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\tr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zh-Hans\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zh-Hans\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zh-Hant\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zh-Hant\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\de\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\es\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\fr\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\it\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ja\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ko\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\pl\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\pt-BR\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ru\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\tr\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\obj\Debug\net7.0\zive.csproj.AssemblyReference.cache +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\obj\Debug\net7.0\zive.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\obj\Debug\net7.0\zive.AssemblyInfoInputs.cache +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\obj\Debug\net7.0\zive.AssemblyInfo.cs +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\obj\Debug\net7.0\zive.csproj.CoreCompileInputs.cache +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\obj\Debug\net7.0\zive.csproj.CopyComplete +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\obj\Debug\net7.0\zive.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\obj\Debug\net7.0\refint\zive.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\obj\Debug\net7.0\zive.pdb +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\obj\Debug\net7.0\zive.genruntimeconfig.cache +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\obj\Debug\net7.0\ref\zive.dll diff --git a/MSTest_Win/zive/obj/Debug/net7.0/zive.dll b/MSTest_Win/zive/obj/Debug/net7.0/zive.dll index 7eb7503..3c807f2 100644 Binary files a/MSTest_Win/zive/obj/Debug/net7.0/zive.dll and b/MSTest_Win/zive/obj/Debug/net7.0/zive.dll differ diff --git a/MSTest_Win/zive/obj/Debug/net7.0/zive.genruntimeconfig.cache b/MSTest_Win/zive/obj/Debug/net7.0/zive.genruntimeconfig.cache index 5f91171..4362378 100644 --- a/MSTest_Win/zive/obj/Debug/net7.0/zive.genruntimeconfig.cache +++ b/MSTest_Win/zive/obj/Debug/net7.0/zive.genruntimeconfig.cache @@ -1 +1 @@ -49b735bea7925c064c130582d6a003d507ffa718 +e8ed0c692ca33e8d18b7c4e1f411e4f1e6a88fab diff --git a/MSTest_Win/zive/obj/Debug/net7.0/zive.pdb b/MSTest_Win/zive/obj/Debug/net7.0/zive.pdb index f812225..da5c78a 100644 Binary files a/MSTest_Win/zive/obj/Debug/net7.0/zive.pdb and b/MSTest_Win/zive/obj/Debug/net7.0/zive.pdb differ diff --git a/MSTest_Win/zive/obj/project.assets.json b/MSTest_Win/zive/obj/project.assets.json index e5c9ac5..374d2df 100644 --- a/MSTest_Win/zive/obj/project.assets.json +++ b/MSTest_Win/zive/obj/project.assets.json @@ -416,7 +416,7 @@ "lib/netstandard1.0/_._": {} } }, - "Selenium.WebDriver/4.8.1": { + "Selenium.WebDriver/4.11.0": { "type": "package", "dependencies": { "Newtonsoft.Json": "13.0.1" @@ -428,7 +428,7 @@ "lib/net6.0/WebDriver.dll": {} }, "build": { - "build/Selenium.WebDriver.targets": {} + "buildTransitive/Selenium.WebDriver.targets": {} } }, "System.Collections/4.3.0": { @@ -1351,14 +1351,15 @@ "runtime.native.system.nuspec" ] }, - "Selenium.WebDriver/4.8.1": { - "sha512": "h4H7pEyr41Xf+IgmhNqrbF3I24SV02x2G1INS82pycNltg1q15/qVV/aRKu/MbMFKtqy1mVoNEE/4/p7T/4Ngw==", + "Selenium.WebDriver/4.11.0": { + "sha512": "V8o+Nvi9/3Ix12ZzMGg+fI7sfu+HrflZkMGq8Orr+j0INbfpEEyM6KR9oaaHlm0WUXcn7dTYwyWrJxYsi6eniw==", "type": "package", - "path": "selenium.webdriver/4.8.1", + "path": "selenium.webdriver/4.11.0", "files": [ ".nupkg.metadata", ".signature.p7s", "build/Selenium.WebDriver.targets", + "buildTransitive/Selenium.WebDriver.targets", "images/icon.png", "lib/net45/WebDriver.dll", "lib/net46/WebDriver.dll", @@ -1371,7 +1372,7 @@ "manager/linux/selenium-manager", "manager/macos/selenium-manager", "manager/windows/selenium-manager.exe", - "selenium.webdriver.4.8.1.nupkg.sha512", + "selenium.webdriver.4.11.0.nupkg.sha512", "selenium.webdriver.nuspec" ] }, @@ -2342,7 +2343,7 @@ "MSTest.TestAdapter >= 2.2.10", "MSTest.TestFramework >= 3.0.2", "Microsoft.NET.Test.Sdk >= 17.5.0", - "Selenium.WebDriver >= 4.8.1", + "Selenium.WebDriver >= 4.11.0", "coverlet.collector >= 3.1.2" ] }, @@ -2352,11 +2353,11 @@ "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\lukas\\OneDrive\\Programing\\GitHub\\MSTest_Win\\zive\\zive.csproj", + "projectUniqueName": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\MSTest_Win\\zive\\zive.csproj", "projectName": "zive", - "projectPath": "C:\\Users\\lukas\\OneDrive\\Programing\\GitHub\\MSTest_Win\\zive\\zive.csproj", + "projectPath": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\MSTest_Win\\zive\\zive.csproj", "packagesPath": "C:\\Users\\lukas\\.nuget\\packages\\", - "outputPath": "C:\\Users\\lukas\\OneDrive\\Programing\\GitHub\\MSTest_Win\\zive\\obj\\", + "outputPath": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\MSTest_Win\\zive\\obj\\", "projectStyle": "PackageReference", "configFilePaths": [ "C:\\Users\\lukas\\AppData\\Roaming\\NuGet\\NuGet.Config" @@ -2397,7 +2398,7 @@ }, "Selenium.WebDriver": { "target": "Package", - "version": "[4.8.1, )" + "version": "[4.11.0, )" }, "coverlet.collector": { "target": "Package", @@ -2420,7 +2421,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.400\\RuntimeIdentifierGraph.json" } } } diff --git a/MSTest_Win/zive/obj/project.nuget.cache b/MSTest_Win/zive/obj/project.nuget.cache index d197367..8881588 100644 --- a/MSTest_Win/zive/obj/project.nuget.cache +++ b/MSTest_Win/zive/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "yB+2OII0wa1OD1lNyByOhcvz89HXddTE1kFspCJ+tCwjXS0LS+QHvVXfGZPAqkfZ5E2MUsNAsqH0OITKthsfdQ==", + "dgSpecHash": "km2sG933UkfG2THvOHf6gIXfgDjPgO00MKesZ6CyYun80RqAVd7um//QWuLww1unqWjVGUMVIur9EzAAnOMSzw==", "success": true, - "projectFilePath": "c:\\Users\\lukas\\OneDrive\\Programing\\GitHub\\MSTest_Win\\zive\\zive.csproj", + "projectFilePath": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\MSTest_Win\\zive\\zive.csproj", "expectedPackageFiles": [ "C:\\Users\\lukas\\.nuget\\packages\\coverlet.collector\\3.1.2\\coverlet.collector.3.1.2.nupkg.sha512", "C:\\Users\\lukas\\.nuget\\packages\\microsoft.codecoverage\\17.5.0\\microsoft.codecoverage.17.5.0.nupkg.sha512", @@ -16,7 +16,7 @@ "C:\\Users\\lukas\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512", "C:\\Users\\lukas\\.nuget\\packages\\nuget.frameworks\\5.11.0\\nuget.frameworks.5.11.0.nupkg.sha512", "C:\\Users\\lukas\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512", - "C:\\Users\\lukas\\.nuget\\packages\\selenium.webdriver\\4.8.1\\selenium.webdriver.4.8.1.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\selenium.webdriver\\4.11.0\\selenium.webdriver.4.11.0.nupkg.sha512", "C:\\Users\\lukas\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", "C:\\Users\\lukas\\.nuget\\packages\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512", "C:\\Users\\lukas\\.nuget\\packages\\system.diagnostics.textwritertracelistener\\4.3.0\\system.diagnostics.textwritertracelistener.4.3.0.nupkg.sha512", diff --git a/MSTest_Win/zive/obj/zive.csproj.nuget.dgspec.json b/MSTest_Win/zive/obj/zive.csproj.nuget.dgspec.json index 9ecd486..1f8afdf 100644 --- a/MSTest_Win/zive/obj/zive.csproj.nuget.dgspec.json +++ b/MSTest_Win/zive/obj/zive.csproj.nuget.dgspec.json @@ -1,17 +1,17 @@ { "format": 1, "restore": { - "c:\\Users\\lukas\\OneDrive\\Programing\\GitHub\\MSTest_Win\\zive\\zive.csproj": {} + "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\MSTest_Win\\zive\\zive.csproj": {} }, "projects": { - "c:\\Users\\lukas\\OneDrive\\Programing\\GitHub\\MSTest_Win\\zive\\zive.csproj": { + "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\MSTest_Win\\zive\\zive.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "c:\\Users\\lukas\\OneDrive\\Programing\\GitHub\\MSTest_Win\\zive\\zive.csproj", + "projectUniqueName": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\MSTest_Win\\zive\\zive.csproj", "projectName": "zive", - "projectPath": "c:\\Users\\lukas\\OneDrive\\Programing\\GitHub\\MSTest_Win\\zive\\zive.csproj", + "projectPath": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\MSTest_Win\\zive\\zive.csproj", "packagesPath": "C:\\Users\\lukas\\.nuget\\packages\\", - "outputPath": "c:\\Users\\lukas\\OneDrive\\Programing\\GitHub\\MSTest_Win\\zive\\obj\\", + "outputPath": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\MSTest_Win\\zive\\obj\\", "projectStyle": "PackageReference", "configFilePaths": [ "C:\\Users\\lukas\\AppData\\Roaming\\NuGet\\NuGet.Config" @@ -52,7 +52,7 @@ }, "Selenium.WebDriver": { "target": "Package", - "version": "[4.8.1, )" + "version": "[4.11.0, )" }, "coverlet.collector": { "target": "Package", @@ -75,7 +75,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.400\\RuntimeIdentifierGraph.json" } } } diff --git a/MSTest_Win/zive/obj/zive.csproj.nuget.g.props b/MSTest_Win/zive/obj/zive.csproj.nuget.g.props index 377a81b..0227a20 100644 --- a/MSTest_Win/zive/obj/zive.csproj.nuget.g.props +++ b/MSTest_Win/zive/obj/zive.csproj.nuget.g.props @@ -7,7 +7,7 @@ $(UserProfile)\.nuget\packages\ C:\Users\lukas\.nuget\packages\ PackageReference - 6.5.0 + 6.7.0 diff --git a/MSTest_Win/zive/obj/zive.csproj.nuget.g.targets b/MSTest_Win/zive/obj/zive.csproj.nuget.g.targets index a7979ae..8e86a2d 100644 --- a/MSTest_Win/zive/obj/zive.csproj.nuget.g.targets +++ b/MSTest_Win/zive/obj/zive.csproj.nuget.g.targets @@ -1,7 +1,7 @@  - + diff --git a/MSTest_Win/zive/zive.csproj b/MSTest_Win/zive/zive.csproj index 1b06ae8..2371845 100644 --- a/MSTest_Win/zive/zive.csproj +++ b/MSTest_Win/zive/zive.csproj @@ -14,7 +14,7 @@ - + diff --git a/NUnitPageObjectModel/.vs/NUnitPageObjectModel/DesignTimeBuild/.dtbcache.v2 b/NUnitPageObjectModel/.vs/NUnitPageObjectModel/DesignTimeBuild/.dtbcache.v2 new file mode 100644 index 0000000..c7a232b Binary files /dev/null and b/NUnitPageObjectModel/.vs/NUnitPageObjectModel/DesignTimeBuild/.dtbcache.v2 differ diff --git a/NUnitPageObjectModel/.vs/NUnitPageObjectModel/FileContentIndex/46397cdb-eeae-4445-89fa-c02b30eb7775.vsidx b/NUnitPageObjectModel/.vs/NUnitPageObjectModel/FileContentIndex/46397cdb-eeae-4445-89fa-c02b30eb7775.vsidx new file mode 100644 index 0000000..d464111 Binary files /dev/null and b/NUnitPageObjectModel/.vs/NUnitPageObjectModel/FileContentIndex/46397cdb-eeae-4445-89fa-c02b30eb7775.vsidx differ diff --git a/NUnitPageObjectModel/.vs/NUnitPageObjectModel/FileContentIndex/acf37090-86d7-4ef9-accc-2b77222f73f8.vsidx b/NUnitPageObjectModel/.vs/NUnitPageObjectModel/FileContentIndex/acf37090-86d7-4ef9-accc-2b77222f73f8.vsidx new file mode 100644 index 0000000..cd160f3 Binary files /dev/null and b/NUnitPageObjectModel/.vs/NUnitPageObjectModel/FileContentIndex/acf37090-86d7-4ef9-accc-2b77222f73f8.vsidx differ diff --git a/NUnitPageObjectModel/.vs/NUnitPageObjectModel/v17/.futdcache.v2 b/NUnitPageObjectModel/.vs/NUnitPageObjectModel/v17/.futdcache.v2 new file mode 100644 index 0000000..62ef9b3 Binary files /dev/null and b/NUnitPageObjectModel/.vs/NUnitPageObjectModel/v17/.futdcache.v2 differ diff --git a/NUnitPageObjectModel/.vs/NUnitPageObjectModel/v17/.suo b/NUnitPageObjectModel/.vs/NUnitPageObjectModel/v17/.suo new file mode 100644 index 0000000..2094bf7 Binary files /dev/null and b/NUnitPageObjectModel/.vs/NUnitPageObjectModel/v17/.suo differ diff --git a/NUnitPageObjectModel/.vs/NUnitPageObjectModel/v17/.wsuo b/NUnitPageObjectModel/.vs/NUnitPageObjectModel/v17/.wsuo new file mode 100644 index 0000000..7cb6766 Binary files /dev/null and b/NUnitPageObjectModel/.vs/NUnitPageObjectModel/v17/.wsuo differ diff --git a/NUnitPageObjectModel/.vs/ProjectEvaluation/.metadata.v7.bin b/NUnitPageObjectModel/.vs/ProjectEvaluation/.metadata.v7.bin new file mode 100644 index 0000000..63a81e4 Binary files /dev/null and b/NUnitPageObjectModel/.vs/ProjectEvaluation/.metadata.v7.bin differ diff --git a/NUnitPageObjectModel/.vs/ProjectEvaluation/.projects.v7.bin b/NUnitPageObjectModel/.vs/ProjectEvaluation/.projects.v7.bin new file mode 100644 index 0000000..297600a Binary files /dev/null and b/NUnitPageObjectModel/.vs/ProjectEvaluation/.projects.v7.bin differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel.sln b/NUnitPageObjectModel/NUnitPageObjectModel.sln new file mode 100644 index 0000000..79f2620 --- /dev/null +++ b/NUnitPageObjectModel/NUnitPageObjectModel.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.7.34018.315 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NUnitPageObjectModel", "NUnitPageObjectModel\NUnitPageObjectModel.csproj", "{0189D3C5-0626-46D2-8E5F-3185A2273706}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0189D3C5-0626-46D2-8E5F-3185A2273706}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0189D3C5-0626-46D2-8E5F-3185A2273706}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0189D3C5-0626-46D2-8E5F-3185A2273706}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0189D3C5-0626-46D2-8E5F-3185A2273706}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {77978940-6A04-4E86-91C2-CE263D423E51} + EndGlobalSection +EndGlobal diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/GlobalUsings.cs b/NUnitPageObjectModel/NUnitPageObjectModel/GlobalUsings.cs new file mode 100644 index 0000000..cefced4 --- /dev/null +++ b/NUnitPageObjectModel/NUnitPageObjectModel/GlobalUsings.cs @@ -0,0 +1 @@ +global using NUnit.Framework; \ No newline at end of file diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/NUnitPageObjectModel.csproj b/NUnitPageObjectModel/NUnitPageObjectModel/NUnitPageObjectModel.csproj new file mode 100644 index 0000000..53e06a7 --- /dev/null +++ b/NUnitPageObjectModel/NUnitPageObjectModel/NUnitPageObjectModel.csproj @@ -0,0 +1,20 @@ + + + + net7.0 + enable + enable + + false + true + + + + + + + + + + + diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/UnitTest1.cs b/NUnitPageObjectModel/NUnitPageObjectModel/UnitTest1.cs new file mode 100644 index 0000000..d7ad188 --- /dev/null +++ b/NUnitPageObjectModel/NUnitPageObjectModel/UnitTest1.cs @@ -0,0 +1,16 @@ +namespace NUnitPageObjectModel +{ + public class Tests + { + [SetUp] + public void Setup() + { + } + + [Test] + public void Test1() + { + Assert.Pass(); + } + } +} \ No newline at end of file diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/Microsoft.TestPlatform.CommunicationUtilities.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/Microsoft.TestPlatform.CommunicationUtilities.dll new file mode 100644 index 0000000..e45af4e Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/Microsoft.TestPlatform.CommunicationUtilities.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/Microsoft.TestPlatform.CoreUtilities.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/Microsoft.TestPlatform.CoreUtilities.dll new file mode 100644 index 0000000..c868e1f Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/Microsoft.TestPlatform.CoreUtilities.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/Microsoft.TestPlatform.CrossPlatEngine.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/Microsoft.TestPlatform.CrossPlatEngine.dll new file mode 100644 index 0000000..8201a76 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/Microsoft.TestPlatform.CrossPlatEngine.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/Microsoft.TestPlatform.PlatformAbstractions.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/Microsoft.TestPlatform.PlatformAbstractions.dll new file mode 100644 index 0000000..36c3817 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/Microsoft.TestPlatform.PlatformAbstractions.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/Microsoft.TestPlatform.Utilities.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/Microsoft.TestPlatform.Utilities.dll new file mode 100644 index 0000000..75e8966 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/Microsoft.TestPlatform.Utilities.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll new file mode 100644 index 0000000..224bb02 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.Common.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.Common.dll new file mode 100644 index 0000000..357b697 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.Common.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll new file mode 100644 index 0000000..4e17acc Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/NUnit3.TestAdapter.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/NUnit3.TestAdapter.dll new file mode 100644 index 0000000..daa5082 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/NUnit3.TestAdapter.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/NUnit3.TestAdapter.pdb b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/NUnit3.TestAdapter.pdb new file mode 100644 index 0000000..a518c9b Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/NUnit3.TestAdapter.pdb differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/NUnitPageObjectModel.deps.json b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/NUnitPageObjectModel.deps.json new file mode 100644 index 0000000..9e69bff --- /dev/null +++ b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/NUnitPageObjectModel.deps.json @@ -0,0 +1,419 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v7.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v7.0": { + "NUnitPageObjectModel/1.0.0": { + "dependencies": { + "Microsoft.NET.Test.Sdk": "17.6.0", + "NUnit": "3.13.3", + "NUnit.Analyzers": "3.6.1", + "NUnit3TestAdapter": "4.4.2", + "coverlet.collector": "3.2.0" + }, + "runtime": { + "NUnitPageObjectModel.dll": {} + } + }, + "coverlet.collector/3.2.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.NETCore.Platforms/1.1.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" + } + } + }, + "NETStandard.Library/2.0.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0" + } + }, + "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" + } + } + }, + "NUnit/3.13.3": { + "dependencies": { + "NETStandard.Library": "2.0.0" + }, + "runtime": { + "lib/netstandard2.0/nunit.framework.dll": { + "assemblyVersion": "3.13.3.0", + "fileVersion": "3.13.3.0" + } + } + }, + "NUnit.Analyzers/3.6.1": {}, + "NUnit3TestAdapter/4.4.2": {}, + "System.Reflection.Metadata/1.6.0": {} + } + }, + "libraries": { + "NUnitPageObjectModel/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "coverlet.collector/3.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-xjY8xBigSeWIYs4I7DgUHqSNoGqnHi7Fv7/7RZD02rvZyG3hlsjnQKiVKVWKgr9kRKgmV+dEfu8KScvysiC0Wg==", + "path": "coverlet.collector/3.2.0", + "hashPath": "coverlet.collector.3.2.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.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.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" + }, + "NETStandard.Library/2.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-7jnbRU+L08FXKMxqUflxEXtVymWvNOrS8yHgu9s6EM8Anr6T/wIX4nZ08j/u3Asz+tCufp3YVwFSEvFTPYmBPA==", + "path": "netstandard.library/2.0.0", + "hashPath": "netstandard.library.2.0.0.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" + }, + "NUnit/3.13.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-KNPDpls6EfHwC3+nnA67fh5wpxeLb3VLFAfLxrug6JMYDLHH6InaQIWR7Sc3y75d/9IKzMksH/gi08W7XWbmnQ==", + "path": "nunit/3.13.3", + "hashPath": "nunit.3.13.3.nupkg.sha512" + }, + "NUnit.Analyzers/3.6.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-RKP9tpKfl3DmRgUDGgh3XM3XzeLMrCXXMZm6vm1nMsObZ6vtQL1L9NrK7+oZh1jWearvNsbMis2+AIOY3NFmow==", + "path": "nunit.analyzers/3.6.1", + "hashPath": "nunit.analyzers.3.6.1.nupkg.sha512" + }, + "NUnit3TestAdapter/4.4.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-vA/iHYcR+LYw+pRWQugckC/zW2fXHaqMr2uA82NOBt8v4YK4wMJrQ7QC8XLc7PjetEZ96cPbBTWsDDtmQiRZTA==", + "path": "nunit3testadapter/4.4.2", + "hashPath": "nunit3testadapter.4.4.2.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" + } + } +} \ No newline at end of file diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/NUnitPageObjectModel.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/NUnitPageObjectModel.dll new file mode 100644 index 0000000..10fe9d5 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/NUnitPageObjectModel.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/NUnitPageObjectModel.pdb b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/NUnitPageObjectModel.pdb new file mode 100644 index 0000000..3495ca6 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/NUnitPageObjectModel.pdb differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/NUnitPageObjectModel.runtimeconfig.json b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/NUnitPageObjectModel.runtimeconfig.json new file mode 100644 index 0000000..184be8b --- /dev/null +++ b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/NUnitPageObjectModel.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "net7.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "7.0.0" + } + } +} \ No newline at end of file diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/Newtonsoft.Json.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/Newtonsoft.Json.dll new file mode 100644 index 0000000..1ffeabe Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/Newtonsoft.Json.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/NuGet.Frameworks.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/NuGet.Frameworks.dll new file mode 100644 index 0000000..0fabf0c Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/NuGet.Frameworks.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..cb28e97 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..b9f081d Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..74ebedb Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..98cbcb7 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..7333544 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..7bfd5b1 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..6a248d6 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..a1861dd Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..505dddd Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..4645b6b Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..1668698 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..6bd079a Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..6430c84 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..e683698 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..1442ee8 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..c7759cf Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..c207945 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..0bc035b Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..8d900d5 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..6f0b7cd Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..266057d Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..0d3887a Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..80d55d5 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..f7a9f3d Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..6abdb0f Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..3a39a78 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..ea6315e Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..470173a Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..0d53bff Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..b09e823 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..0114575 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..a0d681f Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..6ad80ed Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..44520a2 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..9aceed9 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/nunit.engine.api.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/nunit.engine.api.dll new file mode 100644 index 0000000..0c03ad4 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/nunit.engine.api.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/nunit.engine.core.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/nunit.engine.core.dll new file mode 100644 index 0000000..cbda4d9 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/nunit.engine.core.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/nunit.engine.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/nunit.engine.dll new file mode 100644 index 0000000..6ab546f Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/nunit.engine.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/nunit.framework.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/nunit.framework.dll new file mode 100644 index 0000000..16e3f3b Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/nunit.framework.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..7dc061e Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..ddce776 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..5d9cc06 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..9129485 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..93dfb6d Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..6f009dc Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..a52d361 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..08d86f9 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..9e7e899 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..4841034 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..d4f74e0 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..f6b8ea3 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..c926fc1 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..9aa81a0 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..193cfe8 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/testcentric.engine.metadata.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/testcentric.engine.metadata.dll new file mode 100644 index 0000000..b982b6b Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/testcentric.engine.metadata.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/testhost.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/testhost.dll new file mode 100644 index 0000000..b15bd81 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/testhost.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/testhost.exe b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/testhost.exe new file mode 100644 index 0000000..de9292b Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/testhost.exe differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..0103c73 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..1af1a2b Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..8208c4a Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..1e34b72 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..764f76d Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..cfbbe73 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..d8b7fb2 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..1911bc8 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..7de1876 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..c7908a2 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..edb16db Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..432e72c Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..82406ca Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..8545af8 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..b2092e0 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/bin/Debug/net7.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs new file mode 100644 index 0000000..4257f4b --- /dev/null +++ b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")] diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.AssemblyInfo.cs b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.AssemblyInfo.cs new file mode 100644 index 0000000..43b2004 --- /dev/null +++ b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// 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("NUnitPageObjectModel")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("NUnitPageObjectModel")] +[assembly: System.Reflection.AssemblyTitleAttribute("NUnitPageObjectModel")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.AssemblyInfoInputs.cache b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.AssemblyInfoInputs.cache new file mode 100644 index 0000000..4771f46 --- /dev/null +++ b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +5feafcf06744e9578c1612dd91630d99d59469b2 diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.GeneratedMSBuildEditorConfig.editorconfig b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..4ca07ff --- /dev/null +++ b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net7.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 = NUnitPageObjectModel +build_property.ProjectDir = C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.GlobalUsings.g.cs b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +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/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.assets.cache b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.assets.cache new file mode 100644 index 0000000..46d2ef6 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.assets.cache differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.csproj.AssemblyReference.cache b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.csproj.AssemblyReference.cache new file mode 100644 index 0000000..4e33867 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.csproj.AssemblyReference.cache differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.csproj.BuildWithSkipAnalyzers b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.csproj.CopyComplete b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.csproj.CopyComplete new file mode 100644 index 0000000..e69de29 diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.csproj.CoreCompileInputs.cache b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..7fdf790 --- /dev/null +++ b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +b66b84d600b90e8497c87b30a84f7b995a3d25dc diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.csproj.FileListAbsolute.txt b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..1b93497 --- /dev/null +++ b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.csproj.FileListAbsolute.txt @@ -0,0 +1,99 @@ +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\testhost.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\testhost.exe +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\NUnit3.TestAdapter.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\NUnit3.TestAdapter.pdb +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\nunit.engine.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\nunit.engine.api.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\nunit.engine.core.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\testcentric.engine.metadata.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\NUnitPageObjectModel.deps.json +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\NUnitPageObjectModel.runtimeconfig.json +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\NUnitPageObjectModel.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\NUnitPageObjectModel.pdb +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\Microsoft.VisualStudio.CodeCoverage.Shim.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\Microsoft.TestPlatform.CoreUtilities.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\Microsoft.TestPlatform.PlatformAbstractions.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\Microsoft.TestPlatform.CommunicationUtilities.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\Microsoft.TestPlatform.CrossPlatEngine.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\Microsoft.TestPlatform.Utilities.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.Common.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\Newtonsoft.Json.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\NuGet.Frameworks.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\nunit.framework.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\cs\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\cs\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\de\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\de\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\es\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\es\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\fr\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\fr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\it\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\it\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\ja\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\ja\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\ko\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\ko\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\pl\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\pl\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\pt-BR\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\pt-BR\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\ru\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\ru\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\tr\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\tr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\zh-Hans\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\zh-Hant\Microsoft.TestPlatform.CoreUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\cs\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\cs\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\cs\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\de\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\de\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\de\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\es\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\es\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\es\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\fr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\fr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\fr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\it\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\it\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\it\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\ja\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\ja\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\ja\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\ko\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\ko\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\ko\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\pl\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\pl\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\pl\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\pt-BR\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\pt-BR\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\pt-BR\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\ru\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\ru\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\ru\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\tr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\tr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\tr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\zh-Hans\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\zh-Hans\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\zh-Hant\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\zh-Hant\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\bin\Debug\net7.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\obj\Debug\net7.0\NUnitPageObjectModel.csproj.AssemblyReference.cache +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\obj\Debug\net7.0\NUnitPageObjectModel.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\obj\Debug\net7.0\NUnitPageObjectModel.AssemblyInfoInputs.cache +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\obj\Debug\net7.0\NUnitPageObjectModel.AssemblyInfo.cs +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\obj\Debug\net7.0\NUnitPageObjectModel.csproj.CoreCompileInputs.cache +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\obj\Debug\net7.0\NUnitPageObjectModel.csproj.CopyComplete +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\obj\Debug\net7.0\NUnitPageObjectModel.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\obj\Debug\net7.0\refint\NUnitPageObjectModel.dll +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\obj\Debug\net7.0\NUnitPageObjectModel.pdb +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\obj\Debug\net7.0\NUnitPageObjectModel.genruntimeconfig.cache +C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\NUnitPageObjectModel\NUnitPageObjectModel\obj\Debug\net7.0\ref\NUnitPageObjectModel.dll diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.dll b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.dll new file mode 100644 index 0000000..10fe9d5 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.genruntimeconfig.cache b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.genruntimeconfig.cache new file mode 100644 index 0000000..e38fd1b --- /dev/null +++ b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.genruntimeconfig.cache @@ -0,0 +1 @@ +f97786ec9edaa1ad8387f2ecbaeecf0f747fd051 diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.pdb b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.pdb new file mode 100644 index 0000000..3495ca6 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/NUnitPageObjectModel.pdb differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/ref/NUnitPageObjectModel.dll b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/ref/NUnitPageObjectModel.dll new file mode 100644 index 0000000..472b165 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/ref/NUnitPageObjectModel.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/refint/NUnitPageObjectModel.dll b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/refint/NUnitPageObjectModel.dll new file mode 100644 index 0000000..472b165 Binary files /dev/null and b/NUnitPageObjectModel/NUnitPageObjectModel/obj/Debug/net7.0/refint/NUnitPageObjectModel.dll differ diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/obj/NUnitPageObjectModel.csproj.nuget.dgspec.json b/NUnitPageObjectModel/NUnitPageObjectModel/obj/NUnitPageObjectModel.csproj.nuget.dgspec.json new file mode 100644 index 0000000..5baba3c --- /dev/null +++ b/NUnitPageObjectModel/NUnitPageObjectModel/obj/NUnitPageObjectModel.csproj.nuget.dgspec.json @@ -0,0 +1,85 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\NUnitPageObjectModel\\NUnitPageObjectModel\\NUnitPageObjectModel.csproj": {} + }, + "projects": { + "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\NUnitPageObjectModel\\NUnitPageObjectModel\\NUnitPageObjectModel.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\NUnitPageObjectModel\\NUnitPageObjectModel\\NUnitPageObjectModel.csproj", + "projectName": "NUnitPageObjectModel", + "projectPath": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\NUnitPageObjectModel\\NUnitPageObjectModel\\NUnitPageObjectModel.csproj", + "packagesPath": "C:\\Users\\lukas\\.nuget\\packages\\", + "outputPath": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\NUnitPageObjectModel\\NUnitPageObjectModel\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\lukas\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net7.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net7.0": { + "targetAlias": "net7.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net7.0": { + "targetAlias": "net7.0", + "dependencies": { + "Microsoft.NET.Test.Sdk": { + "target": "Package", + "version": "[17.6.0, )" + }, + "NUnit": { + "target": "Package", + "version": "[3.13.3, )" + }, + "NUnit.Analyzers": { + "target": "Package", + "version": "[3.6.1, )" + }, + "NUnit3TestAdapter": { + "target": "Package", + "version": "[4.4.2, )" + }, + "coverlet.collector": { + "target": "Package", + "version": "[3.2.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.400\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/obj/NUnitPageObjectModel.csproj.nuget.g.props b/NUnitPageObjectModel/NUnitPageObjectModel/obj/NUnitPageObjectModel.csproj.nuget.g.props new file mode 100644 index 0000000..4d94bbe --- /dev/null +++ b/NUnitPageObjectModel/NUnitPageObjectModel/obj/NUnitPageObjectModel.csproj.nuget.g.props @@ -0,0 +1,25 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\lukas\.nuget\packages\ + PackageReference + 6.7.0 + + + + + + + + + + + + + C:\Users\lukas\.nuget\packages\nunit.analyzers\3.6.1 + + \ No newline at end of file diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/obj/NUnitPageObjectModel.csproj.nuget.g.targets b/NUnitPageObjectModel/NUnitPageObjectModel/obj/NUnitPageObjectModel.csproj.nuget.g.targets new file mode 100644 index 0000000..e314fe1 --- /dev/null +++ b/NUnitPageObjectModel/NUnitPageObjectModel/obj/NUnitPageObjectModel.csproj.nuget.g.targets @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/obj/project.assets.json b/NUnitPageObjectModel/NUnitPageObjectModel/obj/project.assets.json new file mode 100644 index 0000000..40e245d --- /dev/null +++ b/NUnitPageObjectModel/NUnitPageObjectModel/obj/project.assets.json @@ -0,0 +1,1070 @@ +{ + "version": 3, + "targets": { + "net7.0": { + "coverlet.collector/3.2.0": { + "type": "package", + "build": { + "build/netstandard1.0/coverlet.collector.targets": {} + } + }, + "Microsoft.CodeCoverage/17.6.0": { + "type": "package", + "compile": { + "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {} + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {} + }, + "build": { + "build/netstandard2.0/Microsoft.CodeCoverage.props": {}, + "build/netstandard2.0/Microsoft.CodeCoverage.targets": {} + } + }, + "Microsoft.NET.Test.Sdk/17.6.0": { + "type": "package", + "dependencies": { + "Microsoft.CodeCoverage": "17.6.0", + "Microsoft.TestPlatform.TestHost": "17.6.0" + }, + "compile": { + "lib/netcoreapp3.1/_._": {} + }, + "runtime": { + "lib/netcoreapp3.1/_._": {} + }, + "build": { + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.props": {}, + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.targets": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Microsoft.NET.Test.Sdk.props": {} + } + }, + "Microsoft.NETCore.Platforms/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.TestPlatform.ObjectModel/17.6.0": { + "type": "package", + "dependencies": { + "NuGet.Frameworks": "5.11.0", + "System.Reflection.Metadata": "1.6.0" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} + }, + "resource": { + "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": { + "type": "package", + "dependencies": { + "Microsoft.TestPlatform.ObjectModel": "17.6.0", + "Newtonsoft.Json": "13.0.1" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {}, + "lib/netcoreapp3.1/testhost.dll": { + "related": ".deps.json" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {}, + "lib/netcoreapp3.1/testhost.dll": { + "related": ".deps.json" + } + }, + "resource": { + "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" + } + }, + "build": { + "build/netcoreapp3.1/Microsoft.TestPlatform.TestHost.props": {} + } + }, + "NETStandard.Library/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + }, + "build": { + "build/netstandard2.0/NETStandard.Library.targets": {} + } + }, + "Newtonsoft.Json/13.0.1": { + "type": "package", + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "NuGet.Frameworks/5.11.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/NuGet.Frameworks.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/NuGet.Frameworks.dll": { + "related": ".xml" + } + } + }, + "NUnit/3.13.3": { + "type": "package", + "dependencies": { + "NETStandard.Library": "2.0.0" + }, + "compile": { + "lib/netstandard2.0/nunit.framework.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/nunit.framework.dll": { + "related": ".xml" + } + }, + "build": { + "build/NUnit.props": {} + } + }, + "NUnit.Analyzers/3.6.1": { + "type": "package" + }, + "NUnit3TestAdapter/4.4.2": { + "type": "package", + "build": { + "build/netcoreapp3.1/NUnit3TestAdapter.props": {} + } + }, + "System.Reflection.Metadata/1.6.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + } + } + } + }, + "libraries": { + "coverlet.collector/3.2.0": { + "sha512": "xjY8xBigSeWIYs4I7DgUHqSNoGqnHi7Fv7/7RZD02rvZyG3hlsjnQKiVKVWKgr9kRKgmV+dEfu8KScvysiC0Wg==", + "type": "package", + "path": "coverlet.collector/3.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "build/netstandard1.0/Microsoft.Bcl.AsyncInterfaces.dll", + "build/netstandard1.0/Microsoft.CSharp.dll", + "build/netstandard1.0/Microsoft.DotNet.PlatformAbstractions.dll", + "build/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "build/netstandard1.0/Microsoft.Extensions.DependencyInjection.dll", + "build/netstandard1.0/Microsoft.Extensions.DependencyModel.dll", + "build/netstandard1.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "build/netstandard1.0/Microsoft.TestPlatform.CoreUtilities.dll", + "build/netstandard1.0/Microsoft.TestPlatform.PlatformAbstractions.dll", + "build/netstandard1.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "build/netstandard1.0/Mono.Cecil.Mdb.dll", + "build/netstandard1.0/Mono.Cecil.Pdb.dll", + "build/netstandard1.0/Mono.Cecil.Rocks.dll", + "build/netstandard1.0/Mono.Cecil.dll", + "build/netstandard1.0/Newtonsoft.Json.dll", + "build/netstandard1.0/NuGet.Frameworks.dll", + "build/netstandard1.0/System.AppContext.dll", + "build/netstandard1.0/System.Collections.Immutable.dll", + "build/netstandard1.0/System.Dynamic.Runtime.dll", + "build/netstandard1.0/System.IO.FileSystem.Primitives.dll", + "build/netstandard1.0/System.Linq.Expressions.dll", + "build/netstandard1.0/System.Linq.dll", + "build/netstandard1.0/System.ObjectModel.dll", + "build/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", + "build/netstandard1.0/System.Reflection.Emit.Lightweight.dll", + "build/netstandard1.0/System.Reflection.Emit.dll", + "build/netstandard1.0/System.Reflection.Metadata.dll", + "build/netstandard1.0/System.Reflection.TypeExtensions.dll", + "build/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll", + "build/netstandard1.0/System.Runtime.Serialization.Primitives.dll", + "build/netstandard1.0/System.Text.RegularExpressions.dll", + "build/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "build/netstandard1.0/System.Threading.dll", + "build/netstandard1.0/System.Xml.ReaderWriter.dll", + "build/netstandard1.0/System.Xml.XDocument.dll", + "build/netstandard1.0/coverlet.collector.deps.json", + "build/netstandard1.0/coverlet.collector.dll", + "build/netstandard1.0/coverlet.collector.pdb", + "build/netstandard1.0/coverlet.collector.targets", + "build/netstandard1.0/coverlet.core.dll", + "build/netstandard1.0/coverlet.core.pdb", + "coverlet-icon.png", + "coverlet.collector.3.2.0.nupkg.sha512", + "coverlet.collector.nuspec" + ] + }, + "Microsoft.CodeCoverage/17.6.0": { + "sha512": "5v2GwzpR7JEuQUzupjx3zLwn2FutADW/weLzLt726DR3WXxsM+ICPoJG6pxuKFsumtZp890UrVuudTUhsE8Qyg==", + "type": "package", + "path": "microsoft.codecoverage/17.6.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE_NET.txt", + "ThirdPartyNotices.txt", + "build/netstandard2.0/CodeCoverage/CodeCoverage.config", + "build/netstandard2.0/CodeCoverage/CodeCoverage.exe", + "build/netstandard2.0/CodeCoverage/VanguardInstrumentationProfiler_x86.config", + "build/netstandard2.0/CodeCoverage/amd64/CodeCoverage.exe", + "build/netstandard2.0/CodeCoverage/amd64/VanguardInstrumentationProfiler_x64.config", + "build/netstandard2.0/CodeCoverage/amd64/covrun64.dll", + "build/netstandard2.0/CodeCoverage/amd64/msdia140.dll", + "build/netstandard2.0/CodeCoverage/arm64/VanguardInstrumentationProfiler_arm64.config", + "build/netstandard2.0/CodeCoverage/arm64/covrunarm64.dll", + "build/netstandard2.0/CodeCoverage/arm64/msdia140.dll", + "build/netstandard2.0/CodeCoverage/codecoveragemessages.dll", + "build/netstandard2.0/CodeCoverage/coreclr/Microsoft.VisualStudio.CodeCoverage.Shim.dll", + "build/netstandard2.0/CodeCoverage/covrun32.dll", + "build/netstandard2.0/CodeCoverage/msdia140.dll", + "build/netstandard2.0/InstrumentationEngine/alpine/x64/VanguardInstrumentationProfiler_x64.config", + "build/netstandard2.0/InstrumentationEngine/alpine/x64/libCoverageInstrumentationMethod.so", + "build/netstandard2.0/InstrumentationEngine/alpine/x64/libInstrumentationEngine.so", + "build/netstandard2.0/InstrumentationEngine/arm64/MicrosoftInstrumentationEngine_arm64.dll", + "build/netstandard2.0/InstrumentationEngine/macos/x64/VanguardInstrumentationProfiler_x64.config", + "build/netstandard2.0/InstrumentationEngine/macos/x64/libCoverageInstrumentationMethod.dylib", + "build/netstandard2.0/InstrumentationEngine/macos/x64/libInstrumentationEngine.dylib", + "build/netstandard2.0/InstrumentationEngine/ubuntu/x64/VanguardInstrumentationProfiler_x64.config", + "build/netstandard2.0/InstrumentationEngine/ubuntu/x64/libCoverageInstrumentationMethod.so", + "build/netstandard2.0/InstrumentationEngine/ubuntu/x64/libInstrumentationEngine.so", + "build/netstandard2.0/InstrumentationEngine/x64/MicrosoftInstrumentationEngine_x64.dll", + "build/netstandard2.0/InstrumentationEngine/x86/MicrosoftInstrumentationEngine_x86.dll", + "build/netstandard2.0/Microsoft.CodeCoverage.Core.dll", + "build/netstandard2.0/Microsoft.CodeCoverage.Instrumentation.dll", + "build/netstandard2.0/Microsoft.CodeCoverage.Interprocess.dll", + "build/netstandard2.0/Microsoft.CodeCoverage.props", + "build/netstandard2.0/Microsoft.CodeCoverage.targets", + "build/netstandard2.0/Microsoft.DiaSymReader.dll", + "build/netstandard2.0/Microsoft.VisualStudio.TraceDataCollector.dll", + "build/netstandard2.0/Mono.Cecil.Pdb.dll", + "build/netstandard2.0/Mono.Cecil.Rocks.dll", + "build/netstandard2.0/Mono.Cecil.dll", + "build/netstandard2.0/ThirdPartyNotices.txt", + "build/netstandard2.0/cs/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/de/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/es/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/fr/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/it/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/ja/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/ko/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/pl/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/pt-BR/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/ru/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/tr/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "lib/net462/Microsoft.VisualStudio.CodeCoverage.Shim.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll", + "microsoft.codecoverage.17.6.0.nupkg.sha512", + "microsoft.codecoverage.nuspec" + ] + }, + "Microsoft.NET.Test.Sdk/17.6.0": { + "sha512": "tHyg4C6c89QvLv6Utz3xKlba4EeoyJyIz59Q1NrjRENV7gfGnSE6I+sYPIbVOzQttoo2zpHDgOK/p6Hw2OlD7A==", + "type": "package", + "path": "microsoft.net.test.sdk/17.6.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE_NET.txt", + "build/net462/Microsoft.NET.Test.Sdk.props", + "build/net462/Microsoft.NET.Test.Sdk.targets", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.cs", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.fs", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.vb", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.props", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.targets", + "buildMultiTargeting/Microsoft.NET.Test.Sdk.props", + "lib/net462/_._", + "lib/netcoreapp3.1/_._", + "microsoft.net.test.sdk.17.6.0.nupkg.sha512", + "microsoft.net.test.sdk.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.TestPlatform.ObjectModel/17.6.0": { + "sha512": "AA/rrf5zwC5/OBLEOajkhjbVTM3SvxRXy8kcQ8e4mJKojbyZvqqhpfNg362N9vXU94DLg9NUTFOAnoYVT0pTJw==", + "type": "package", + "path": "microsoft.testplatform.objectmodel/17.6.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE_NET.txt", + "lib/net462/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/net462/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/net462/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/net462/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/netstandard2.0/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/netstandard2.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "microsoft.testplatform.objectmodel.17.6.0.nupkg.sha512", + "microsoft.testplatform.objectmodel.nuspec" + ] + }, + "Microsoft.TestPlatform.TestHost/17.6.0": { + "sha512": "7YdgUcIeCPVKLC7n7LNKDiEHWc7z3brkkYPdUbDnFsvf6WvY9UfzS0VSUJ8P2NgN0CDSD223GCJFSjSBLZRqOQ==", + "type": "package", + "path": "microsoft.testplatform.testhost/17.6.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE_NET.txt", + "ThirdPartyNotices.txt", + "build/netcoreapp3.1/Microsoft.TestPlatform.TestHost.props", + "build/netcoreapp3.1/x64/testhost.dll", + "build/netcoreapp3.1/x64/testhost.exe", + "build/netcoreapp3.1/x86/testhost.x86.dll", + "build/netcoreapp3.1/x86/testhost.x86.exe", + "lib/net462/_._", + "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/testhost.deps.json", + "lib/netcoreapp3.1/testhost.dll", + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/x64/msdia140.dll", + "lib/netcoreapp3.1/x86/msdia140.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "microsoft.testplatform.testhost.17.6.0.nupkg.sha512", + "microsoft.testplatform.testhost.nuspec" + ] + }, + "NETStandard.Library/2.0.0": { + "sha512": "7jnbRU+L08FXKMxqUflxEXtVymWvNOrS8yHgu9s6EM8Anr6T/wIX4nZ08j/u3Asz+tCufp3YVwFSEvFTPYmBPA==", + "type": "package", + "path": "netstandard.library/2.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "build/NETStandard.Library.targets", + "build/netstandard2.0/NETStandard.Library.targets", + "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll", + "build/netstandard2.0/ref/System.AppContext.dll", + "build/netstandard2.0/ref/System.Collections.Concurrent.dll", + "build/netstandard2.0/ref/System.Collections.NonGeneric.dll", + "build/netstandard2.0/ref/System.Collections.Specialized.dll", + "build/netstandard2.0/ref/System.Collections.dll", + "build/netstandard2.0/ref/System.ComponentModel.Composition.dll", + "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll", + "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll", + "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll", + "build/netstandard2.0/ref/System.ComponentModel.dll", + "build/netstandard2.0/ref/System.Console.dll", + "build/netstandard2.0/ref/System.Core.dll", + "build/netstandard2.0/ref/System.Data.Common.dll", + "build/netstandard2.0/ref/System.Data.dll", + "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll", + "build/netstandard2.0/ref/System.Diagnostics.Debug.dll", + "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll", + "build/netstandard2.0/ref/System.Diagnostics.Process.dll", + "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll", + "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll", + "build/netstandard2.0/ref/System.Diagnostics.Tools.dll", + "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll", + "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll", + "build/netstandard2.0/ref/System.Drawing.Primitives.dll", + "build/netstandard2.0/ref/System.Drawing.dll", + "build/netstandard2.0/ref/System.Dynamic.Runtime.dll", + "build/netstandard2.0/ref/System.Globalization.Calendars.dll", + "build/netstandard2.0/ref/System.Globalization.Extensions.dll", + "build/netstandard2.0/ref/System.Globalization.dll", + "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll", + "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll", + "build/netstandard2.0/ref/System.IO.Compression.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.dll", + "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll", + "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll", + "build/netstandard2.0/ref/System.IO.Pipes.dll", + "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll", + "build/netstandard2.0/ref/System.IO.dll", + "build/netstandard2.0/ref/System.Linq.Expressions.dll", + "build/netstandard2.0/ref/System.Linq.Parallel.dll", + "build/netstandard2.0/ref/System.Linq.Queryable.dll", + "build/netstandard2.0/ref/System.Linq.dll", + "build/netstandard2.0/ref/System.Net.Http.dll", + "build/netstandard2.0/ref/System.Net.NameResolution.dll", + "build/netstandard2.0/ref/System.Net.NetworkInformation.dll", + "build/netstandard2.0/ref/System.Net.Ping.dll", + "build/netstandard2.0/ref/System.Net.Primitives.dll", + "build/netstandard2.0/ref/System.Net.Requests.dll", + "build/netstandard2.0/ref/System.Net.Security.dll", + "build/netstandard2.0/ref/System.Net.Sockets.dll", + "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll", + "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll", + "build/netstandard2.0/ref/System.Net.WebSockets.dll", + "build/netstandard2.0/ref/System.Net.dll", + "build/netstandard2.0/ref/System.Numerics.dll", + "build/netstandard2.0/ref/System.ObjectModel.dll", + "build/netstandard2.0/ref/System.Reflection.Extensions.dll", + "build/netstandard2.0/ref/System.Reflection.Primitives.dll", + "build/netstandard2.0/ref/System.Reflection.dll", + "build/netstandard2.0/ref/System.Resources.Reader.dll", + "build/netstandard2.0/ref/System.Resources.ResourceManager.dll", + "build/netstandard2.0/ref/System.Resources.Writer.dll", + "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll", + "build/netstandard2.0/ref/System.Runtime.Extensions.dll", + "build/netstandard2.0/ref/System.Runtime.Handles.dll", + "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll", + "build/netstandard2.0/ref/System.Runtime.InteropServices.dll", + "build/netstandard2.0/ref/System.Runtime.Numerics.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.dll", + "build/netstandard2.0/ref/System.Runtime.dll", + "build/netstandard2.0/ref/System.Security.Claims.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll", + "build/netstandard2.0/ref/System.Security.Principal.dll", + "build/netstandard2.0/ref/System.Security.SecureString.dll", + "build/netstandard2.0/ref/System.ServiceModel.Web.dll", + "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll", + "build/netstandard2.0/ref/System.Text.Encoding.dll", + "build/netstandard2.0/ref/System.Text.RegularExpressions.dll", + "build/netstandard2.0/ref/System.Threading.Overlapped.dll", + "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll", + "build/netstandard2.0/ref/System.Threading.Tasks.dll", + "build/netstandard2.0/ref/System.Threading.Thread.dll", + "build/netstandard2.0/ref/System.Threading.ThreadPool.dll", + "build/netstandard2.0/ref/System.Threading.Timer.dll", + "build/netstandard2.0/ref/System.Threading.dll", + "build/netstandard2.0/ref/System.Transactions.dll", + "build/netstandard2.0/ref/System.ValueTuple.dll", + "build/netstandard2.0/ref/System.Web.dll", + "build/netstandard2.0/ref/System.Windows.dll", + "build/netstandard2.0/ref/System.Xml.Linq.dll", + "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll", + "build/netstandard2.0/ref/System.Xml.Serialization.dll", + "build/netstandard2.0/ref/System.Xml.XDocument.dll", + "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll", + "build/netstandard2.0/ref/System.Xml.XPath.dll", + "build/netstandard2.0/ref/System.Xml.XmlDocument.dll", + "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll", + "build/netstandard2.0/ref/System.Xml.dll", + "build/netstandard2.0/ref/System.dll", + "build/netstandard2.0/ref/mscorlib.dll", + "build/netstandard2.0/ref/netstandard.dll", + "build/netstandard2.0/ref/netstandard.xml", + "lib/netstandard1.0/_._", + "netstandard.library.2.0.0.nupkg.sha512", + "netstandard.library.nuspec" + ] + }, + "Newtonsoft.Json/13.0.1": { + "sha512": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", + "type": "package", + "path": "newtonsoft.json/13.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.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/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.1.nupkg.sha512", + "newtonsoft.json.nuspec", + "packageIcon.png" + ] + }, + "NuGet.Frameworks/5.11.0": { + "sha512": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==", + "type": "package", + "path": "nuget.frameworks/5.11.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net40/NuGet.Frameworks.dll", + "lib/net40/NuGet.Frameworks.xml", + "lib/net472/NuGet.Frameworks.dll", + "lib/net472/NuGet.Frameworks.xml", + "lib/netstandard2.0/NuGet.Frameworks.dll", + "lib/netstandard2.0/NuGet.Frameworks.xml", + "nuget.frameworks.5.11.0.nupkg.sha512", + "nuget.frameworks.nuspec" + ] + }, + "NUnit/3.13.3": { + "sha512": "KNPDpls6EfHwC3+nnA67fh5wpxeLb3VLFAfLxrug6JMYDLHH6InaQIWR7Sc3y75d/9IKzMksH/gi08W7XWbmnQ==", + "type": "package", + "path": "nunit/3.13.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGES.md", + "LICENSE.txt", + "NOTICES.txt", + "build/NUnit.props", + "icon.png", + "lib/net35/nunit.framework.dll", + "lib/net35/nunit.framework.xml", + "lib/net40/nunit.framework.dll", + "lib/net40/nunit.framework.xml", + "lib/net45/nunit.framework.dll", + "lib/net45/nunit.framework.xml", + "lib/netstandard2.0/nunit.framework.dll", + "lib/netstandard2.0/nunit.framework.xml", + "nunit.3.13.3.nupkg.sha512", + "nunit.nuspec" + ] + }, + "NUnit.Analyzers/3.6.1": { + "sha512": "RKP9tpKfl3DmRgUDGgh3XM3XzeLMrCXXMZm6vm1nMsObZ6vtQL1L9NrK7+oZh1jWearvNsbMis2+AIOY3NFmow==", + "type": "package", + "path": "nunit.analyzers/3.6.1", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "analyzers/dotnet/cs/nunit.analyzers.dll", + "docs/README.md", + "images/nunit_256.png", + "license.txt", + "nunit.analyzers.3.6.1.nupkg.sha512", + "nunit.analyzers.nuspec", + "tools/install.ps1", + "tools/uninstall.ps1" + ] + }, + "NUnit3TestAdapter/4.4.2": { + "sha512": "vA/iHYcR+LYw+pRWQugckC/zW2fXHaqMr2uA82NOBt8v4YK4wMJrQ7QC8XLc7PjetEZ96cPbBTWsDDtmQiRZTA==", + "type": "package", + "path": "nunit3testadapter/4.4.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "build/net462/NUnit3.TestAdapter.dll", + "build/net462/NUnit3.TestAdapter.pdb", + "build/net462/NUnit3TestAdapter.props", + "build/net462/nunit.engine.api.dll", + "build/net462/nunit.engine.core.dll", + "build/net462/nunit.engine.dll", + "build/net462/testcentric.engine.metadata.dll", + "build/netcoreapp3.1/NUnit3.TestAdapter.dll", + "build/netcoreapp3.1/NUnit3.TestAdapter.pdb", + "build/netcoreapp3.1/NUnit3TestAdapter.props", + "build/netcoreapp3.1/nunit.engine.api.dll", + "build/netcoreapp3.1/nunit.engine.core.dll", + "build/netcoreapp3.1/nunit.engine.dll", + "build/netcoreapp3.1/testcentric.engine.metadata.dll", + "docs/README.md", + "nunit3testadapter.4.4.2.nupkg.sha512", + "nunit3testadapter.nuspec", + "nunit_256.png" + ] + }, + "System.Reflection.Metadata/1.6.0": { + "sha512": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==", + "type": "package", + "path": "system.reflection.metadata/1.6.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", + "lib/netstandard2.0/System.Reflection.Metadata.dll", + "lib/netstandard2.0/System.Reflection.Metadata.xml", + "lib/portable-net45+win8/System.Reflection.Metadata.dll", + "lib/portable-net45+win8/System.Reflection.Metadata.xml", + "system.reflection.metadata.1.6.0.nupkg.sha512", + "system.reflection.metadata.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + } + }, + "projectFileDependencyGroups": { + "net7.0": [ + "Microsoft.NET.Test.Sdk >= 17.6.0", + "NUnit >= 3.13.3", + "NUnit.Analyzers >= 3.6.1", + "NUnit3TestAdapter >= 4.4.2", + "coverlet.collector >= 3.2.0" + ] + }, + "packageFolders": { + "C:\\Users\\lukas\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\NUnitPageObjectModel\\NUnitPageObjectModel\\NUnitPageObjectModel.csproj", + "projectName": "NUnitPageObjectModel", + "projectPath": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\NUnitPageObjectModel\\NUnitPageObjectModel\\NUnitPageObjectModel.csproj", + "packagesPath": "C:\\Users\\lukas\\.nuget\\packages\\", + "outputPath": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\NUnitPageObjectModel\\NUnitPageObjectModel\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\lukas\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net7.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net7.0": { + "targetAlias": "net7.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net7.0": { + "targetAlias": "net7.0", + "dependencies": { + "Microsoft.NET.Test.Sdk": { + "target": "Package", + "version": "[17.6.0, )" + }, + "NUnit": { + "target": "Package", + "version": "[3.13.3, )" + }, + "NUnit.Analyzers": { + "target": "Package", + "version": "[3.6.1, )" + }, + "NUnit3TestAdapter": { + "target": "Package", + "version": "[4.4.2, )" + }, + "coverlet.collector": { + "target": "Package", + "version": "[3.2.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.400\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/NUnitPageObjectModel/NUnitPageObjectModel/obj/project.nuget.cache b/NUnitPageObjectModel/NUnitPageObjectModel/obj/project.nuget.cache new file mode 100644 index 0000000..9481a0d --- /dev/null +++ b/NUnitPageObjectModel/NUnitPageObjectModel/obj/project.nuget.cache @@ -0,0 +1,22 @@ +{ + "version": 2, + "dgSpecHash": "PypHRikcBD+tSs12PXS45sxpQMagV0mDHtrlGxR5IS2GCV/bvs/ilBZkhViMeNhmktyTPLJ4n+34ySWOg6sCzQ==", + "success": true, + "projectFilePath": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\NUnitPageObjectModel\\NUnitPageObjectModel\\NUnitPageObjectModel.csproj", + "expectedPackageFiles": [ + "C:\\Users\\lukas\\.nuget\\packages\\coverlet.collector\\3.2.0\\coverlet.collector.3.2.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\microsoft.codecoverage\\17.6.0\\microsoft.codecoverage.17.6.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\microsoft.net.test.sdk\\17.6.0\\microsoft.net.test.sdk.17.6.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\microsoft.testplatform.objectmodel\\17.6.0\\microsoft.testplatform.objectmodel.17.6.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\microsoft.testplatform.testhost\\17.6.0\\microsoft.testplatform.testhost.17.6.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\netstandard.library\\2.0.0\\netstandard.library.2.0.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\nuget.frameworks\\5.11.0\\nuget.frameworks.5.11.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\nunit\\3.13.3\\nunit.3.13.3.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\nunit.analyzers\\3.6.1\\nunit.analyzers.3.6.1.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\nunit3testadapter\\4.4.2\\nunit3testadapter.4.4.2.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.reflection.metadata\\1.6.0\\system.reflection.metadata.1.6.0.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file diff --git a/Nunit_Win/zive/obj/Debug/net7.0/zive.GeneratedMSBuildEditorConfig.editorconfig b/Nunit_Win/zive/obj/Debug/net7.0/zive.GeneratedMSBuildEditorConfig.editorconfig index 8758103..eda7d7d 100644 --- a/Nunit_Win/zive/obj/Debug/net7.0/zive.GeneratedMSBuildEditorConfig.editorconfig +++ b/Nunit_Win/zive/obj/Debug/net7.0/zive.GeneratedMSBuildEditorConfig.editorconfig @@ -8,4 +8,4 @@ build_property.PlatformNeutralAssembly = build_property.EnforceExtendedAnalyzerRules = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = zive -build_property.ProjectDir = c:\Testing.Net\GitHub\Nunit_Win\zive\ +build_property.ProjectDir = c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\Nunit_Win\zive\ diff --git a/Nunit_Win/zive/obj/Debug/net7.0/zive.assets.cache b/Nunit_Win/zive/obj/Debug/net7.0/zive.assets.cache index cdf3336..dea853e 100644 Binary files a/Nunit_Win/zive/obj/Debug/net7.0/zive.assets.cache and b/Nunit_Win/zive/obj/Debug/net7.0/zive.assets.cache differ diff --git a/Nunit_Win/zive/obj/Debug/net7.0/zive.csproj.AssemblyReference.cache b/Nunit_Win/zive/obj/Debug/net7.0/zive.csproj.AssemblyReference.cache deleted file mode 100644 index e04d48f..0000000 Binary files a/Nunit_Win/zive/obj/Debug/net7.0/zive.csproj.AssemblyReference.cache and /dev/null differ diff --git a/Testing_Win/MSTest/TestProject1/.vs/ProjectEvaluation/testproject1.metadata.v7.bin b/Testing_Win/MSTest/TestProject1/.vs/ProjectEvaluation/testproject1.metadata.v7.bin new file mode 100644 index 0000000..65fb46b Binary files /dev/null and b/Testing_Win/MSTest/TestProject1/.vs/ProjectEvaluation/testproject1.metadata.v7.bin differ diff --git a/Testing_Win/MSTest/TestProject1/.vs/ProjectEvaluation/testproject1.projects.v7.bin b/Testing_Win/MSTest/TestProject1/.vs/ProjectEvaluation/testproject1.projects.v7.bin new file mode 100644 index 0000000..f54452b Binary files /dev/null and b/Testing_Win/MSTest/TestProject1/.vs/ProjectEvaluation/testproject1.projects.v7.bin differ diff --git a/Testing_Win/MSTest/TestProject1/.vs/TestProject1/DesignTimeBuild/.dtbcache.v2 b/Testing_Win/MSTest/TestProject1/.vs/TestProject1/DesignTimeBuild/.dtbcache.v2 index 31d2ba0..ab97dfb 100644 Binary files a/Testing_Win/MSTest/TestProject1/.vs/TestProject1/DesignTimeBuild/.dtbcache.v2 and b/Testing_Win/MSTest/TestProject1/.vs/TestProject1/DesignTimeBuild/.dtbcache.v2 differ diff --git a/Testing_Win/MSTest/TestProject1/.vs/TestProject1/FileContentIndex/0a4ca5dc-6f4d-44ab-ae52-2319ae6c02d1.vsidx b/Testing_Win/MSTest/TestProject1/.vs/TestProject1/FileContentIndex/0a4ca5dc-6f4d-44ab-ae52-2319ae6c02d1.vsidx deleted file mode 100644 index 826b142..0000000 Binary files a/Testing_Win/MSTest/TestProject1/.vs/TestProject1/FileContentIndex/0a4ca5dc-6f4d-44ab-ae52-2319ae6c02d1.vsidx and /dev/null differ diff --git a/Testing_Win/MSTest/TestProject1/.vs/TestProject1/FileContentIndex/4f46bd4c-ef7d-4790-9d6e-f5b75ed1c09d.vsidx b/Testing_Win/MSTest/TestProject1/.vs/TestProject1/FileContentIndex/4f46bd4c-ef7d-4790-9d6e-f5b75ed1c09d.vsidx deleted file mode 100644 index 7b4c88b..0000000 Binary files a/Testing_Win/MSTest/TestProject1/.vs/TestProject1/FileContentIndex/4f46bd4c-ef7d-4790-9d6e-f5b75ed1c09d.vsidx and /dev/null differ diff --git a/Testing_Win/MSTest/TestProject1/.vs/TestProject1/FileContentIndex/64ba6865-3850-43b9-997c-ca517a5c5346.vsidx b/Testing_Win/MSTest/TestProject1/.vs/TestProject1/FileContentIndex/64ba6865-3850-43b9-997c-ca517a5c5346.vsidx deleted file mode 100644 index d4cd51b..0000000 Binary files a/Testing_Win/MSTest/TestProject1/.vs/TestProject1/FileContentIndex/64ba6865-3850-43b9-997c-ca517a5c5346.vsidx and /dev/null differ diff --git a/Testing_Win/MSTest/TestProject1/.vs/TestProject1/FileContentIndex/a17cdb4a-3080-4e1e-aadf-140a8b39fb94.vsidx b/Testing_Win/MSTest/TestProject1/.vs/TestProject1/FileContentIndex/a17cdb4a-3080-4e1e-aadf-140a8b39fb94.vsidx deleted file mode 100644 index c1bb19a..0000000 Binary files a/Testing_Win/MSTest/TestProject1/.vs/TestProject1/FileContentIndex/a17cdb4a-3080-4e1e-aadf-140a8b39fb94.vsidx and /dev/null differ diff --git a/Testing_Win/MSTest/TestProject1/.vs/TestProject1/FileContentIndex/de5e6158-580a-4992-a4ac-ac936b90519a.vsidx b/Testing_Win/MSTest/TestProject1/.vs/TestProject1/FileContentIndex/de5e6158-580a-4992-a4ac-ac936b90519a.vsidx new file mode 100644 index 0000000..1eec72e Binary files /dev/null and b/Testing_Win/MSTest/TestProject1/.vs/TestProject1/FileContentIndex/de5e6158-580a-4992-a4ac-ac936b90519a.vsidx differ diff --git a/Testing_Win/MSTest/TestProject1/.vs/TestProject1/v17/.futdcache.v2 b/Testing_Win/MSTest/TestProject1/.vs/TestProject1/v17/.futdcache.v2 index 4430322..29bcd73 100644 Binary files a/Testing_Win/MSTest/TestProject1/.vs/TestProject1/v17/.futdcache.v2 and b/Testing_Win/MSTest/TestProject1/.vs/TestProject1/v17/.futdcache.v2 differ diff --git a/Testing_Win/MSTest/TestProject1/.vs/TestProject1/v17/.suo b/Testing_Win/MSTest/TestProject1/.vs/TestProject1/v17/.suo index 6e058be..361b212 100644 Binary files a/Testing_Win/MSTest/TestProject1/.vs/TestProject1/v17/.suo and b/Testing_Win/MSTest/TestProject1/.vs/TestProject1/v17/.suo differ diff --git a/Testing_Win/MSTest/TestProject1/obj/Debug/net7.0/TestProject1.AssemblyInfo.cs b/Testing_Win/MSTest/TestProject1/obj/Debug/net7.0/TestProject1.AssemblyInfo.cs index 546609f..95a4a58 100644 --- a/Testing_Win/MSTest/TestProject1/obj/Debug/net7.0/TestProject1.AssemblyInfo.cs +++ b/Testing_Win/MSTest/TestProject1/obj/Debug/net7.0/TestProject1.AssemblyInfo.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ // -// Tento kód byl generován nástrojem. -// Verze modulu runtime:4.0.30319.42000 +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 // -// Změny tohoto souboru mohou způsobit nesprávné chování a budou ztraceny, -// dojde-li k novému generování kódu. +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. // //------------------------------------------------------------------------------ @@ -19,5 +19,5 @@ using System.Reflection; [assembly: System.Reflection.AssemblyTitleAttribute("TestProject1")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] -// Vygenerované třídou WriteCodeFragment nástroje MSBuild +// Generated by the MSBuild WriteCodeFragment class. diff --git a/Testing_Win/MSTest/TestProject1/obj/Debug/net7.0/TestProject1.GeneratedMSBuildEditorConfig.editorconfig b/Testing_Win/MSTest/TestProject1/obj/Debug/net7.0/TestProject1.GeneratedMSBuildEditorConfig.editorconfig index 40f1992..4b7b8db 100644 --- a/Testing_Win/MSTest/TestProject1/obj/Debug/net7.0/TestProject1.GeneratedMSBuildEditorConfig.editorconfig +++ b/Testing_Win/MSTest/TestProject1/obj/Debug/net7.0/TestProject1.GeneratedMSBuildEditorConfig.editorconfig @@ -8,4 +8,4 @@ build_property.PlatformNeutralAssembly = build_property.EnforceExtendedAnalyzerRules = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = TestProject1 -build_property.ProjectDir = c:\Testing.Net\GitHub\Testing\MSTest\TestProject1\ +build_property.ProjectDir = C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\Testing_Win\MSTest\TestProject1\ diff --git a/Testing_Win/MSTest/TestProject1/obj/Debug/net7.0/TestProject1.assets.cache b/Testing_Win/MSTest/TestProject1/obj/Debug/net7.0/TestProject1.assets.cache index dc4d2f8..bafd7a3 100644 Binary files a/Testing_Win/MSTest/TestProject1/obj/Debug/net7.0/TestProject1.assets.cache and b/Testing_Win/MSTest/TestProject1/obj/Debug/net7.0/TestProject1.assets.cache differ diff --git a/Testing_Win/MSTest/TestProject1/obj/Debug/net7.0/TestProject1.csproj.AssemblyReference.cache b/Testing_Win/MSTest/TestProject1/obj/Debug/net7.0/TestProject1.csproj.AssemblyReference.cache index cfb56e8..732fd71 100644 Binary files a/Testing_Win/MSTest/TestProject1/obj/Debug/net7.0/TestProject1.csproj.AssemblyReference.cache and b/Testing_Win/MSTest/TestProject1/obj/Debug/net7.0/TestProject1.csproj.AssemblyReference.cache differ diff --git a/Testing_Win/MSTest/TestProject1/obj/Release/net7.0/TestProject1.AssemblyInfo.cs b/Testing_Win/MSTest/TestProject1/obj/Release/net7.0/TestProject1.AssemblyInfo.cs index 19122a1..64efbe1 100644 --- a/Testing_Win/MSTest/TestProject1/obj/Release/net7.0/TestProject1.AssemblyInfo.cs +++ b/Testing_Win/MSTest/TestProject1/obj/Release/net7.0/TestProject1.AssemblyInfo.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ // -// Tento kód byl generován nástrojem. -// Verze modulu runtime:4.0.30319.42000 +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 // -// Změny tohoto souboru mohou způsobit nesprávné chování a budou ztraceny, -// dojde-li k novému generování kódu. +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. // //------------------------------------------------------------------------------ @@ -19,5 +19,5 @@ using System.Reflection; [assembly: System.Reflection.AssemblyTitleAttribute("TestProject1")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] -// Vygenerované třídou WriteCodeFragment nástroje MSBuild +// Generated by the MSBuild WriteCodeFragment class. diff --git a/Testing_Win/MSTest/TestProject1/obj/Release/net7.0/TestProject1.GeneratedMSBuildEditorConfig.editorconfig b/Testing_Win/MSTest/TestProject1/obj/Release/net7.0/TestProject1.GeneratedMSBuildEditorConfig.editorconfig index c9e47e4..4b7b8db 100644 --- a/Testing_Win/MSTest/TestProject1/obj/Release/net7.0/TestProject1.GeneratedMSBuildEditorConfig.editorconfig +++ b/Testing_Win/MSTest/TestProject1/obj/Release/net7.0/TestProject1.GeneratedMSBuildEditorConfig.editorconfig @@ -8,4 +8,4 @@ build_property.PlatformNeutralAssembly = build_property.EnforceExtendedAnalyzerRules = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = TestProject1 -build_property.ProjectDir = C:\Testing.Net\GitHub\Testing\MSTest\TestProject1\ +build_property.ProjectDir = C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\Testing_Win\MSTest\TestProject1\ diff --git a/Testing_Win/MSTest/TestProject1/obj/Release/net7.0/TestProject1.assets.cache b/Testing_Win/MSTest/TestProject1/obj/Release/net7.0/TestProject1.assets.cache index 16d87c8..4507701 100644 Binary files a/Testing_Win/MSTest/TestProject1/obj/Release/net7.0/TestProject1.assets.cache and b/Testing_Win/MSTest/TestProject1/obj/Release/net7.0/TestProject1.assets.cache differ diff --git a/Testing_Win/MSTest/TestProject1/obj/Release/net7.0/TestProject1.csproj.AssemblyReference.cache b/Testing_Win/MSTest/TestProject1/obj/Release/net7.0/TestProject1.csproj.AssemblyReference.cache index e2eff21..732fd71 100644 Binary files a/Testing_Win/MSTest/TestProject1/obj/Release/net7.0/TestProject1.csproj.AssemblyReference.cache and b/Testing_Win/MSTest/TestProject1/obj/Release/net7.0/TestProject1.csproj.AssemblyReference.cache differ diff --git a/Testing_Win/MSTest/TestProject1/obj/TestProject1.csproj.nuget.dgspec.json b/Testing_Win/MSTest/TestProject1/obj/TestProject1.csproj.nuget.dgspec.json index 0366ae1..ed38bd1 100644 --- a/Testing_Win/MSTest/TestProject1/obj/TestProject1.csproj.nuget.dgspec.json +++ b/Testing_Win/MSTest/TestProject1/obj/TestProject1.csproj.nuget.dgspec.json @@ -1,20 +1,20 @@ { "format": 1, "restore": { - "c:\\Testing.Net\\GitHub\\Testing\\MSTest\\TestProject1\\TestProject1.csproj": {} + "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\Testing_Win\\MSTest\\TestProject1\\TestProject1.csproj": {} }, "projects": { - "c:\\Testing.Net\\GitHub\\Testing\\MSTest\\TestProject1\\TestProject1.csproj": { + "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\Testing_Win\\MSTest\\TestProject1\\TestProject1.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "c:\\Testing.Net\\GitHub\\Testing\\MSTest\\TestProject1\\TestProject1.csproj", + "projectUniqueName": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\Testing_Win\\MSTest\\TestProject1\\TestProject1.csproj", "projectName": "TestProject1", - "projectPath": "c:\\Testing.Net\\GitHub\\Testing\\MSTest\\TestProject1\\TestProject1.csproj", - "packagesPath": "C:\\Users\\lukas.kanka\\.nuget\\packages\\", - "outputPath": "c:\\Testing.Net\\GitHub\\Testing\\MSTest\\TestProject1\\obj\\", + "projectPath": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\Testing_Win\\MSTest\\TestProject1\\TestProject1.csproj", + "packagesPath": "C:\\Users\\lukas\\.nuget\\packages\\", + "outputPath": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\Testing_Win\\MSTest\\TestProject1\\obj\\", "projectStyle": "PackageReference", "configFilePaths": [ - "C:\\Users\\lukas.kanka\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Users\\lukas\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" ], "originalTargetFrameworks": [ @@ -77,7 +77,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.102\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.400\\RuntimeIdentifierGraph.json" } } } diff --git a/Testing_Win/MSTest/TestProject1/obj/TestProject1.csproj.nuget.g.props b/Testing_Win/MSTest/TestProject1/obj/TestProject1.csproj.nuget.g.props index 1749000..d3211ac 100644 --- a/Testing_Win/MSTest/TestProject1/obj/TestProject1.csproj.nuget.g.props +++ b/Testing_Win/MSTest/TestProject1/obj/TestProject1.csproj.nuget.g.props @@ -5,12 +5,12 @@ NuGet $(MSBuildThisFileDirectory)project.assets.json $(UserProfile)\.nuget\packages\ - C:\Users\lukas.kanka\.nuget\packages\ + C:\Users\lukas\.nuget\packages\ PackageReference - 6.4.0 + 6.7.0 - + diff --git a/Testing_Win/MSTest/TestProject1/obj/project.assets.json b/Testing_Win/MSTest/TestProject1/obj/project.assets.json index dd39c4c..906bd54 100644 --- a/Testing_Win/MSTest/TestProject1/obj/project.assets.json +++ b/Testing_Win/MSTest/TestProject1/obj/project.assets.json @@ -2641,19 +2641,19 @@ ] }, "packageFolders": { - "C:\\Users\\lukas.kanka\\.nuget\\packages\\": {} + "C:\\Users\\lukas\\.nuget\\packages\\": {} }, "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Testing.Net\\GitHub\\Testing\\MSTest\\TestProject1\\TestProject1.csproj", + "projectUniqueName": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\Testing_Win\\MSTest\\TestProject1\\TestProject1.csproj", "projectName": "TestProject1", - "projectPath": "C:\\Testing.Net\\GitHub\\Testing\\MSTest\\TestProject1\\TestProject1.csproj", - "packagesPath": "C:\\Users\\lukas.kanka\\.nuget\\packages\\", - "outputPath": "C:\\Testing.Net\\GitHub\\Testing\\MSTest\\TestProject1\\obj\\", + "projectPath": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\Testing_Win\\MSTest\\TestProject1\\TestProject1.csproj", + "packagesPath": "C:\\Users\\lukas\\.nuget\\packages\\", + "outputPath": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\Testing_Win\\MSTest\\TestProject1\\obj\\", "projectStyle": "PackageReference", "configFilePaths": [ - "C:\\Users\\lukas.kanka\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Users\\lukas\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" ], "originalTargetFrameworks": [ @@ -2716,7 +2716,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.102\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.400\\RuntimeIdentifierGraph.json" } } } diff --git a/Testing_Win/MSTest/TestProject1/obj/project.nuget.cache b/Testing_Win/MSTest/TestProject1/obj/project.nuget.cache index 8b62675..da0dae1 100644 --- a/Testing_Win/MSTest/TestProject1/obj/project.nuget.cache +++ b/Testing_Win/MSTest/TestProject1/obj/project.nuget.cache @@ -1,37 +1,37 @@ { "version": 2, - "dgSpecHash": "ukvsdpvg374M27K8d4UtnfnfxUNXC/7Gw4LHFVtwJHKTwzBkPvVK+TmzdsirLnQfyNEQH4MZIzrrXp8Gnj3E4g==", + "dgSpecHash": "g3zDyOAehihQAfAS8lMFy7mGnXUya4aPuP4wpprEjfcwe9aHaQjEavZu3IDBdBIKJPCaFMwDUE4NvoSUaVfuJg==", "success": true, - "projectFilePath": "c:\\Testing.Net\\GitHub\\Testing\\MSTest\\TestProject1\\TestProject1.csproj", + "projectFilePath": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\Testing_Win\\MSTest\\TestProject1\\TestProject1.csproj", "expectedPackageFiles": [ - "C:\\Users\\lukas.kanka\\.nuget\\packages\\coverlet.collector\\3.1.2\\coverlet.collector.3.1.2.nupkg.sha512", - "C:\\Users\\lukas.kanka\\.nuget\\packages\\microsoft.codecoverage\\17.3.2\\microsoft.codecoverage.17.3.2.nupkg.sha512", - "C:\\Users\\lukas.kanka\\.nuget\\packages\\microsoft.net.test.sdk\\17.3.2\\microsoft.net.test.sdk.17.3.2.nupkg.sha512", - "C:\\Users\\lukas.kanka\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512", - "C:\\Users\\lukas.kanka\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512", - "C:\\Users\\lukas.kanka\\.nuget\\packages\\microsoft.testplatform.objectmodel\\17.3.2\\microsoft.testplatform.objectmodel.17.3.2.nupkg.sha512", - "C:\\Users\\lukas.kanka\\.nuget\\packages\\microsoft.testplatform.testhost\\17.3.2\\microsoft.testplatform.testhost.17.3.2.nupkg.sha512", - "C:\\Users\\lukas.kanka\\.nuget\\packages\\mstest.testadapter\\2.2.10\\mstest.testadapter.2.2.10.nupkg.sha512", - "C:\\Users\\lukas.kanka\\.nuget\\packages\\mstest.testframework\\2.2.10\\mstest.testframework.2.2.10.nupkg.sha512", - "C:\\Users\\lukas.kanka\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512", - "C:\\Users\\lukas.kanka\\.nuget\\packages\\nuget.frameworks\\5.11.0\\nuget.frameworks.5.11.0.nupkg.sha512", - "C:\\Users\\lukas.kanka\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512", - "C:\\Users\\lukas.kanka\\.nuget\\packages\\selenium.webdriver\\4.8.0\\selenium.webdriver.4.8.0.nupkg.sha512", - "C:\\Users\\lukas.kanka\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", - "C:\\Users\\lukas.kanka\\.nuget\\packages\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512", - "C:\\Users\\lukas.kanka\\.nuget\\packages\\system.diagnostics.textwritertracelistener\\4.3.0\\system.diagnostics.textwritertracelistener.4.3.0.nupkg.sha512", - "C:\\Users\\lukas.kanka\\.nuget\\packages\\system.diagnostics.tracesource\\4.3.0\\system.diagnostics.tracesource.4.3.0.nupkg.sha512", - "C:\\Users\\lukas.kanka\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", - "C:\\Users\\lukas.kanka\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", - "C:\\Users\\lukas.kanka\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", - "C:\\Users\\lukas.kanka\\.nuget\\packages\\system.reflection.metadata\\1.6.0\\system.reflection.metadata.1.6.0.nupkg.sha512", - "C:\\Users\\lukas.kanka\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\lukas.kanka\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", - "C:\\Users\\lukas.kanka\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", - "C:\\Users\\lukas.kanka\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", - "C:\\Users\\lukas.kanka\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", - "C:\\Users\\lukas.kanka\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", - "C:\\Users\\lukas.kanka\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512" + "C:\\Users\\lukas\\.nuget\\packages\\coverlet.collector\\3.1.2\\coverlet.collector.3.1.2.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\microsoft.codecoverage\\17.3.2\\microsoft.codecoverage.17.3.2.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\microsoft.net.test.sdk\\17.3.2\\microsoft.net.test.sdk.17.3.2.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\microsoft.testplatform.objectmodel\\17.3.2\\microsoft.testplatform.objectmodel.17.3.2.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\microsoft.testplatform.testhost\\17.3.2\\microsoft.testplatform.testhost.17.3.2.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\mstest.testadapter\\2.2.10\\mstest.testadapter.2.2.10.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\mstest.testframework\\2.2.10\\mstest.testframework.2.2.10.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\nuget.frameworks\\5.11.0\\nuget.frameworks.5.11.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\selenium.webdriver\\4.8.0\\selenium.webdriver.4.8.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.diagnostics.textwritertracelistener\\4.3.0\\system.diagnostics.textwritertracelistener.4.3.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.diagnostics.tracesource\\4.3.0\\system.diagnostics.tracesource.4.3.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.reflection.metadata\\1.6.0\\system.reflection.metadata.1.6.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", + "C:\\Users\\lukas\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512" ], "logs": [] } \ No newline at end of file