This commit is contained in:
Lukáš Kaňka
2023-08-22 20:28:19 +02:00
commit 14d46cad1c
2236 changed files with 74214 additions and 0 deletions

View File

@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")]

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,22 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("zive")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("zive")]
[assembly: System.Reflection.AssemblyTitleAttribute("zive")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Vygenerované třídou WriteCodeFragment nástroje MSBuild

View File

@ -0,0 +1 @@
d53522947ba4f3d8ee1c77096ea1c9cdaf5bd4aa

View File

@ -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 = zive
build_property.ProjectDir = c:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\

View File

@ -0,0 +1,8 @@
// <auto-generated/>
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;

Binary file not shown.

View File

@ -0,0 +1 @@
55ad4bb598a8df026d6c695a97d7633a93b9a391

View File

@ -0,0 +1,119 @@
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\testhost.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\cs\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\testhost.exe
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\cs\Microsoft.TestPlatform.AdapterUtilities.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\cs\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\cs\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\selenium-manager\linux\selenium-manager
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\selenium-manager\macos\selenium-manager
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\selenium-manager\windows\selenium-manager.exe
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.TestPlatform.AdapterUtilities.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\zive.deps.json
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\zive.runtimeconfig.json
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\zive.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\zive.pdb
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.VisualStudio.CodeCoverage.Shim.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.TestPlatform.CoreUtilities.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.TestPlatform.PlatformAbstractions.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.TestPlatform.CommunicationUtilities.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.TestPlatform.CrossPlatEngine.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.TestPlatform.Utilities.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.Common.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.TestFramework.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\Newtonsoft.Json.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\NuGet.Frameworks.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\WebDriver.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\cs\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\cs\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\de\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\de\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\es\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\es\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\fr\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\fr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\it\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\it\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\ja\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\ja\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\ko\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\ko\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\pl\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\pl\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\pt-BR\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\pt-BR\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\ru\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\ru\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\tr\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\tr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\zh-Hans\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\zh-Hant\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\cs\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\cs\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\cs\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\de\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\de\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\de\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\es\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\es\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\es\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\fr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\fr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\fr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\it\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\it\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\it\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\ja\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\ja\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\ja\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\ko\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\ko\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\ko\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\pl\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\pl\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\pl\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\pt-BR\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\pt-BR\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\pt-BR\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\ru\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\ru\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\ru\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\tr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\tr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\tr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\zh-Hans\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\zh-Hans\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\zh-Hant\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\zh-Hant\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\de\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\es\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\fr\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\it\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\ja\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\ko\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\pl\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\pt-BR\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\ru\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\tr\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\obj\Debug\net7.0\zive.csproj.AssemblyReference.cache
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\obj\Debug\net7.0\zive.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\obj\Debug\net7.0\zive.AssemblyInfoInputs.cache
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\obj\Debug\net7.0\zive.AssemblyInfo.cs
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\obj\Debug\net7.0\zive.csproj.CoreCompileInputs.cache
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\obj\Debug\net7.0\zive.csproj.CopyComplete
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\obj\Debug\net7.0\zive.dll
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\obj\Debug\net7.0\refint\zive.dll
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

Binary file not shown.

View File

@ -0,0 +1 @@
49b735bea7925c064c130582d6a003d507ffa718

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,37 @@
{
"version": 2,
"dgSpecHash": "yB+2OII0wa1OD1lNyByOhcvz89HXddTE1kFspCJ+tCwjXS0LS+QHvVXfGZPAqkfZ5E2MUsNAsqH0OITKthsfdQ==",
"success": true,
"projectFilePath": "c:\\Users\\lukas\\OneDrive\\Programing\\GitHub\\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",
"C:\\Users\\lukas\\.nuget\\packages\\microsoft.net.test.sdk\\17.5.0\\microsoft.net.test.sdk.17.5.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.5.0\\microsoft.testplatform.objectmodel.17.5.0.nupkg.sha512",
"C:\\Users\\lukas\\.nuget\\packages\\microsoft.testplatform.testhost\\17.5.0\\microsoft.testplatform.testhost.17.5.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\\3.0.2\\mstest.testframework.3.0.2.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.1\\selenium.webdriver.4.8.1.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": []
}

View File

@ -0,0 +1,83 @@
{
"format": 1,
"restore": {
"c:\\Users\\lukas\\OneDrive\\Programing\\GitHub\\MSTest_Win\\zive\\zive.csproj": {}
},
"projects": {
"c:\\Users\\lukas\\OneDrive\\Programing\\GitHub\\MSTest_Win\\zive\\zive.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "c:\\Users\\lukas\\OneDrive\\Programing\\GitHub\\MSTest_Win\\zive\\zive.csproj",
"projectName": "zive",
"projectPath": "c:\\Users\\lukas\\OneDrive\\Programing\\GitHub\\MSTest_Win\\zive\\zive.csproj",
"packagesPath": "C:\\Users\\lukas\\.nuget\\packages\\",
"outputPath": "c:\\Users\\lukas\\OneDrive\\Programing\\GitHub\\MSTest_Win\\zive\\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": "[3.0.2, )"
},
"Microsoft.NET.Test.Sdk": {
"target": "Package",
"version": "[17.5.0, )"
},
"Selenium.WebDriver": {
"target": "Package",
"version": "[4.8.1, )"
},
"coverlet.collector": {
"target": "Package",
"version": "[3.1.2, )"
}
},
"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.202\\RuntimeIdentifierGraph.json"
}
}
}
}
}

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\lukas\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.5.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\lukas\.nuget\packages\" />
</ItemGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)mstest.testadapter\2.2.10\build\net5.0\MSTest.TestAdapter.props" Condition="Exists('$(NuGetPackageRoot)mstest.testadapter\2.2.10\build\net5.0\MSTest.TestAdapter.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.testplatform.testhost\17.5.0\build\netcoreapp3.1\Microsoft.TestPlatform.TestHost.props" Condition="Exists('$(NuGetPackageRoot)microsoft.testplatform.testhost\17.5.0\build\netcoreapp3.1\Microsoft.TestPlatform.TestHost.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.codecoverage\17.5.0\build\netstandard2.0\Microsoft.CodeCoverage.props" Condition="Exists('$(NuGetPackageRoot)microsoft.codecoverage\17.5.0\build\netstandard2.0\Microsoft.CodeCoverage.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.net.test.sdk\17.5.0\build\netcoreapp3.1\Microsoft.NET.Test.Sdk.props" Condition="Exists('$(NuGetPackageRoot)microsoft.net.test.sdk\17.5.0\build\netcoreapp3.1\Microsoft.NET.Test.Sdk.props')" />
</ImportGroup>
</Project>

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)selenium.webdriver\4.8.1\build\Selenium.WebDriver.targets" Condition="Exists('$(NuGetPackageRoot)selenium.webdriver\4.8.1\build\Selenium.WebDriver.targets')" />
<Import Project="$(NuGetPackageRoot)mstest.testframework\3.0.2\build\net6.0\MSTest.TestFramework.targets" Condition="Exists('$(NuGetPackageRoot)mstest.testframework\3.0.2\build\net6.0\MSTest.TestFramework.targets')" />
<Import Project="$(NuGetPackageRoot)mstest.testadapter\2.2.10\build\net5.0\MSTest.TestAdapter.targets" Condition="Exists('$(NuGetPackageRoot)mstest.testadapter\2.2.10\build\net5.0\MSTest.TestAdapter.targets')" />
<Import Project="$(NuGetPackageRoot)microsoft.codecoverage\17.5.0\build\netstandard2.0\Microsoft.CodeCoverage.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.codecoverage\17.5.0\build\netstandard2.0\Microsoft.CodeCoverage.targets')" />
<Import Project="$(NuGetPackageRoot)microsoft.net.test.sdk\17.5.0\build\netcoreapp3.1\Microsoft.NET.Test.Sdk.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.net.test.sdk\17.5.0\build\netcoreapp3.1\Microsoft.NET.Test.Sdk.targets')" />
<Import Project="$(NuGetPackageRoot)coverlet.collector\3.1.2\build\netstandard1.0\coverlet.collector.targets" Condition="Exists('$(NuGetPackageRoot)coverlet.collector\3.1.2\build\netstandard1.0\coverlet.collector.targets')" />
</ImportGroup>
</Project>