diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..85d711c --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +build/ +bld/ +[Bb]in/ +[Oo]bj/ + +# Visual Studio cache/options directory +.vs/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NuGet Packages +*.nupkg +**/packages/* + +# Visual Studio cache files +project.lock.json +project.fragment.lock.json +artifacts/ diff --git a/LoadTestingSystem/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/LoadTestingSystem/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs deleted file mode 100644 index 2217181..0000000 --- a/LoadTestingSystem/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] diff --git a/LoadTestingSystem/obj/Debug/net8.0/LoadTest.7C727F65.Up2Date b/LoadTestingSystem/obj/Debug/net8.0/LoadTest.7C727F65.Up2Date deleted file mode 100644 index e69de29..0000000 diff --git a/LoadTestingSystem/obj/Debug/net8.0/LoadTest.A32CF726.Up2Date b/LoadTestingSystem/obj/Debug/net8.0/LoadTest.A32CF726.Up2Date deleted file mode 100644 index e69de29..0000000 diff --git a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.AssemblyInfo.cs b/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.AssemblyInfo.cs deleted file mode 100644 index 489728b..0000000 --- a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("LoadTestingSystem")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("LoadTestingSystem")] -[assembly: System.Reflection.AssemblyTitleAttribute("LoadTestingSystem")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.AssemblyInfoInputs.cache b/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.AssemblyInfoInputs.cache deleted file mode 100644 index 6a95d89..0000000 --- a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -b225aab78d0d988b469889715495a024f9b393161536bb58729ea98d23cbb14f diff --git a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.GeneratedMSBuildEditorConfig.editorconfig b/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 03d075c..0000000 --- a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,15 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = LoadTestingSystem -build_property.ProjectDir = Q:\Repos\LoadTestingSystem\LoadTestingSystem\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.EffectiveAnalysisLevelStyle = 8.0 -build_property.EnableCodeStyleSeverity = diff --git a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.GlobalUsings.g.cs b/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d..0000000 --- a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.assets.cache b/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.assets.cache deleted file mode 100644 index 3ecdfdc..0000000 Binary files a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.assets.cache and /dev/null differ diff --git a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.csproj.AssemblyReference.cache b/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.csproj.AssemblyReference.cache deleted file mode 100644 index 5e5a51c..0000000 Binary files a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.csproj.AssemblyReference.cache and /dev/null differ diff --git a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.csproj.BuildWithSkipAnalyzers b/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.csproj.BuildWithSkipAnalyzers deleted file mode 100644 index e69de29..0000000 diff --git a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.csproj.CoreCompileInputs.cache b/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.csproj.CoreCompileInputs.cache deleted file mode 100644 index 6071184..0000000 --- a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -f36584605a6de1b6510e287b8cefd7240a41651b46f14d7e1446ad061be1fe64 diff --git a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.csproj.FileListAbsolute.txt b/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.csproj.FileListAbsolute.txt deleted file mode 100644 index 61fc305..0000000 --- a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,61 +0,0 @@ -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\LoadTestingSystem.exe -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\Creation\LoadTestConfiguration.json -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\Creation\UserCerts.json -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\Tests\LoadUnits\Config\Resolve\Creation\ResolveLoadUnitPreparationConfiguration.json -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\Tests\LoadUnits\Config\Resolve\Creation\VariableLibraryDefinitions.json -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\Tests\LoadUnits\Config\Resolve\ResolveLoadUnitLiveSessionConfiguration.json -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\Tests\LoadUnits\Config\Resolve\Validations\ResolvedVariablesForValidation.json -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\Tests\LoadUnits\DeploymentPipelines\CalculateDiff\CalculateDiffLoadUnitLiveSessionConfiguration.json -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\Tests\LoadUnits\DeploymentPipelines\CalculateDiff\Creation\CalculateDiffLoadUnitPreparationConfiguration.json -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\Tests\LoadUnits\DeploymentPipelines\CalculateDiff\Creation\ReportDefinitions.json -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\Tests\LoadUnits\PublicApis\GetItems\Creation\GetItemsLoadUnitPreparationConfiguration.json -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\Tests\LoadUnits\PublicApis\GetItems\Creation\ReportDefinitions.json -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\Tests\LoadUnits\PublicApis\GetItems\GetItemsLoadUnitLiveSessionBaselineConfiguration.json -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\Tests\LoadUnits\PublicApis\GetItems\GetItemsLoadUnitLiveSessionConfiguration.json -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\LoadTestingSystem.deps.json -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\LoadTestingSystem.runtimeconfig.json -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\LoadTestingSystem.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\LoadTestingSystem.pdb -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\Azure.Core.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\Azure.Identity.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\Azure.Security.KeyVault.Secrets.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\HtmlAgilityPack.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\Microsoft.Bcl.AsyncInterfaces.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\Microsoft.Extensions.Logging.Abstractions.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\Microsoft.Identity.Client.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\Microsoft.Identity.Client.Extensions.Msal.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\Microsoft.Identity.Client.TestOnlySilentCBA.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\Microsoft.IdentityModel.Abstractions.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\Microsoft.VisualStudio.TestPlatform.TestFramework.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\Newtonsoft.Json.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\System.ClientModel.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\System.Memory.Data.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\System.Security.Cryptography.ProtectedData.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\cs\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\de\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\es\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\fr\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\it\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\ja\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\ko\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\pl\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\pt-BR\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\ru\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\tr\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\runtimes\win\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\bin\Debug\net8.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml -Q:\Repos\LoadTestingSystem\LoadTestingSystem\obj\Debug\net8.0\LoadTestingSystem.csproj.AssemblyReference.cache -Q:\Repos\LoadTestingSystem\LoadTestingSystem\obj\Debug\net8.0\LoadTestingSystem.GeneratedMSBuildEditorConfig.editorconfig -Q:\Repos\LoadTestingSystem\LoadTestingSystem\obj\Debug\net8.0\LoadTestingSystem.AssemblyInfoInputs.cache -Q:\Repos\LoadTestingSystem\LoadTestingSystem\obj\Debug\net8.0\LoadTestingSystem.AssemblyInfo.cs -Q:\Repos\LoadTestingSystem\LoadTestingSystem\obj\Debug\net8.0\LoadTestingSystem.csproj.CoreCompileInputs.cache -Q:\Repos\LoadTestingSystem\LoadTestingSystem\obj\Debug\net8.0\LoadTest.7C727F65.Up2Date -Q:\Repos\LoadTestingSystem\LoadTestingSystem\obj\Debug\net8.0\LoadTestingSystem.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\obj\Debug\net8.0\refint\LoadTestingSystem.dll -Q:\Repos\LoadTestingSystem\LoadTestingSystem\obj\Debug\net8.0\LoadTestingSystem.pdb -Q:\Repos\LoadTestingSystem\LoadTestingSystem\obj\Debug\net8.0\LoadTestingSystem.genruntimeconfig.cache -Q:\Repos\LoadTestingSystem\LoadTestingSystem\obj\Debug\net8.0\ref\LoadTestingSystem.dll diff --git a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.dll b/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.dll deleted file mode 100644 index f62b168..0000000 Binary files a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.dll and /dev/null differ diff --git a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.genruntimeconfig.cache b/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.genruntimeconfig.cache deleted file mode 100644 index 132fdcc..0000000 --- a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -88cf7cbe26b2e342ca2c236512a9d63c03c0f6ea3170540d98520e963598ec54 diff --git a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.pdb b/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.pdb deleted file mode 100644 index a66be79..0000000 Binary files a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSystem.pdb and /dev/null differ diff --git a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.AssemblyInfo.cs b/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.AssemblyInfo.cs deleted file mode 100644 index 1808224..0000000 --- a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("LoadTestingSytem")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("LoadTestingSytem")] -[assembly: System.Reflection.AssemblyTitleAttribute("LoadTestingSytem")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.AssemblyInfoInputs.cache b/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.AssemblyInfoInputs.cache deleted file mode 100644 index 39faec7..0000000 --- a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -cc98b607447cb3d22bb0b2c442c1c7e928534ced915d01ba5d980b7519620047 diff --git a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.GeneratedMSBuildEditorConfig.editorconfig b/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 98fbb96..0000000 --- a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,15 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = LoadTestingSytem -build_property.ProjectDir = Q:\Repos\LoadTestingSytem\LoadTestingSytem\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.EffectiveAnalysisLevelStyle = 8.0 -build_property.EnableCodeStyleSeverity = diff --git a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.GlobalUsings.g.cs b/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d..0000000 --- a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.assets.cache b/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.assets.cache deleted file mode 100644 index 1219c42..0000000 Binary files a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.assets.cache and /dev/null differ diff --git a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.csproj.AssemblyReference.cache b/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.csproj.AssemblyReference.cache deleted file mode 100644 index 5e5a51c..0000000 Binary files a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.csproj.AssemblyReference.cache and /dev/null differ diff --git a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.csproj.BuildWithSkipAnalyzers b/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.csproj.BuildWithSkipAnalyzers deleted file mode 100644 index e69de29..0000000 diff --git a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.csproj.CoreCompileInputs.cache b/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.csproj.CoreCompileInputs.cache deleted file mode 100644 index e70aced..0000000 --- a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -6702a8e60181cb6bc732c88c0372a617cefe4d959bf580c655b19e4c8ba2d0ea diff --git a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.csproj.FileListAbsolute.txt b/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.csproj.FileListAbsolute.txt deleted file mode 100644 index cff1bf2..0000000 --- a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,61 +0,0 @@ -Q:\Repos\LoadTestingSytem\LoadTestingSytem\obj\Debug\net8.0\LoadTestingSytem.csproj.AssemblyReference.cache -Q:\Repos\LoadTestingSytem\LoadTestingSytem\obj\Debug\net8.0\LoadTestingSytem.GeneratedMSBuildEditorConfig.editorconfig -Q:\Repos\LoadTestingSytem\LoadTestingSytem\obj\Debug\net8.0\LoadTestingSytem.AssemblyInfoInputs.cache -Q:\Repos\LoadTestingSytem\LoadTestingSytem\obj\Debug\net8.0\LoadTestingSytem.AssemblyInfo.cs -Q:\Repos\LoadTestingSytem\LoadTestingSytem\obj\Debug\net8.0\LoadTestingSytem.csproj.CoreCompileInputs.cache -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\LoadTestingSytem.exe -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\LoadTestingSytem.deps.json -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\LoadTestingSytem.runtimeconfig.json -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\LoadTestingSytem.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\LoadTestingSytem.pdb -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\Azure.Core.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\Azure.Identity.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\Azure.Security.KeyVault.Secrets.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\HtmlAgilityPack.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\Microsoft.Bcl.AsyncInterfaces.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\Microsoft.Extensions.Logging.Abstractions.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\Microsoft.Identity.Client.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\Microsoft.Identity.Client.Extensions.Msal.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\Microsoft.Identity.Client.TestOnlySilentCBA.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\Microsoft.IdentityModel.Abstractions.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\Microsoft.VisualStudio.TestPlatform.TestFramework.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\Newtonsoft.Json.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\System.ClientModel.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\System.Memory.Data.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\System.Security.Cryptography.ProtectedData.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\cs\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\de\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\es\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\fr\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\it\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\ja\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\ko\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\pl\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\pt-BR\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\ru\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\tr\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\runtimes\win\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml -Q:\Repos\LoadTestingSytem\LoadTestingSytem\obj\Debug\net8.0\LoadTest.A32CF726.Up2Date -Q:\Repos\LoadTestingSytem\LoadTestingSytem\obj\Debug\net8.0\LoadTestingSytem.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\obj\Debug\net8.0\refint\LoadTestingSytem.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\obj\Debug\net8.0\LoadTestingSytem.pdb -Q:\Repos\LoadTestingSytem\LoadTestingSytem\obj\Debug\net8.0\LoadTestingSytem.genruntimeconfig.cache -Q:\Repos\LoadTestingSytem\LoadTestingSytem\obj\Debug\net8.0\ref\LoadTestingSytem.dll -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\Creation\UserCerts.json -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\Creation\LoadTestConfiguration.json -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\Tests\LoadUnits\Config\Resolve\Creation\ResolveLoadUnitPreparationConfiguration.json -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\Tests\LoadUnits\Config\Resolve\Creation\VariableLibraryDefinitions.json -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\Tests\LoadUnits\Config\Resolve\ResolveLoadUnitLiveSessionConfiguration.json -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\Tests\LoadUnits\DeploymentPipelines\CalculateDiff\Creation\CalculateDiffLoadUnitPreparationConfiguration.json -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\Tests\LoadUnits\DeploymentPipelines\CalculateDiff\Creation\ReportDefinitions.json -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\Tests\LoadUnits\DeploymentPipelines\CalculateDiff\CalculateDiffLoadUnitLiveSessionConfiguration.json -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\Tests\LoadUnits\Config\Resolve\Validation\ResolvedVariablesForValidation.json -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\Tests\LoadUnits\PublicApis\GetItems\Creation\GetItemsLoadUnitPreparationConfiguration.json -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\Tests\LoadUnits\PublicApis\GetItems\Creation\ReportDefinitions.json -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\Tests\LoadUnits\PublicApis\GetItems\GetItemsLoadUnitLiveSessionBaselineConfiguration.json -Q:\Repos\LoadTestingSytem\LoadTestingSytem\bin\Debug\net8.0\Tests\LoadUnits\PublicApis\GetItems\GetItemsLoadUnitLiveSessionConfiguration.json diff --git a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.dll b/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.dll deleted file mode 100644 index 58ae913..0000000 Binary files a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.dll and /dev/null differ diff --git a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.genruntimeconfig.cache b/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.genruntimeconfig.cache deleted file mode 100644 index 6c4f11e..0000000 --- a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -2ae81f86642b6b42b1bcbce1014b39b96fee3ac57fdf30f7c796893983b5a972 diff --git a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.pdb b/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.pdb deleted file mode 100644 index 01107db..0000000 Binary files a/LoadTestingSystem/obj/Debug/net8.0/LoadTestingSytem.pdb and /dev/null differ diff --git a/LoadTestingSystem/obj/Debug/net8.0/apphost.exe b/LoadTestingSystem/obj/Debug/net8.0/apphost.exe deleted file mode 100644 index e66a738..0000000 Binary files a/LoadTestingSystem/obj/Debug/net8.0/apphost.exe and /dev/null differ diff --git a/LoadTestingSystem/obj/Debug/net8.0/ref/LoadTestingSystem.dll b/LoadTestingSystem/obj/Debug/net8.0/ref/LoadTestingSystem.dll deleted file mode 100644 index 3660bb6..0000000 Binary files a/LoadTestingSystem/obj/Debug/net8.0/ref/LoadTestingSystem.dll and /dev/null differ diff --git a/LoadTestingSystem/obj/Debug/net8.0/ref/LoadTestingSytem.dll b/LoadTestingSystem/obj/Debug/net8.0/ref/LoadTestingSytem.dll deleted file mode 100644 index acc24ee..0000000 Binary files a/LoadTestingSystem/obj/Debug/net8.0/ref/LoadTestingSytem.dll and /dev/null differ diff --git a/LoadTestingSystem/obj/Debug/net8.0/refint/LoadTestingSystem.dll b/LoadTestingSystem/obj/Debug/net8.0/refint/LoadTestingSystem.dll deleted file mode 100644 index 5490d91..0000000 Binary files a/LoadTestingSystem/obj/Debug/net8.0/refint/LoadTestingSystem.dll and /dev/null differ diff --git a/LoadTestingSystem/obj/Debug/net8.0/refint/LoadTestingSytem.dll b/LoadTestingSystem/obj/Debug/net8.0/refint/LoadTestingSytem.dll deleted file mode 100644 index acc24ee..0000000 Binary files a/LoadTestingSystem/obj/Debug/net8.0/refint/LoadTestingSytem.dll and /dev/null differ diff --git a/LoadTestingSystem/obj/LoadTestingSystem.csproj.nuget.dgspec.json b/LoadTestingSystem/obj/LoadTestingSystem.csproj.nuget.dgspec.json deleted file mode 100644 index ac19b5b..0000000 --- a/LoadTestingSystem/obj/LoadTestingSystem.csproj.nuget.dgspec.json +++ /dev/null @@ -1,98 +0,0 @@ -{ - "format": 1, - "restore": { - "Q:\\Repos\\LoadTestingSystem\\LoadTestingSystem\\LoadTestingSystem.csproj": {} - }, - "projects": { - "Q:\\Repos\\LoadTestingSystem\\LoadTestingSystem\\LoadTestingSystem.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "Q:\\Repos\\LoadTestingSystem\\LoadTestingSystem\\LoadTestingSystem.csproj", - "projectName": "LoadTestingSystem", - "projectPath": "Q:\\Repos\\LoadTestingSystem\\LoadTestingSystem\\LoadTestingSystem.csproj", - "packagesPath": "Q:\\.tools\\.nuget\\packages\\", - "outputPath": "Q:\\Repos\\LoadTestingSystem\\LoadTestingSystem\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\Users\\giladt\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net8.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Program Files\\dotnet\\library-packs": {}, - "Q:\\Repos\\LoadTestingSytem\\LoadTestingSytem": {}, - "Q:\\Repos\\LoadTesting\\LoadTesting": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "direct" - }, - "SdkAnalysisLevel": "9.0.300" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Azure.Identity": { - "target": "Package", - "version": "[1.14.2, )" - }, - "Azure.Security.KeyVault.Secrets": { - "target": "Package", - "version": "[4.8.0, )" - }, - "MSTest.TestFramework": { - "target": "Package", - "version": "[3.9.3, )" - }, - "Microsoft.Identity.Client": { - "target": "Package", - "version": "[4.73.1, )" - }, - "Microsoft.Identity.Client.TestOnlySilentCBA": { - "target": "Package", - "version": "[0.10.6, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.302/PortableRuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/LoadTestingSystem/obj/LoadTestingSystem.csproj.nuget.g.props b/LoadTestingSystem/obj/LoadTestingSystem.csproj.nuget.g.props deleted file mode 100644 index ec23fa8..0000000 --- a/LoadTestingSystem/obj/LoadTestingSystem.csproj.nuget.g.props +++ /dev/null @@ -1,22 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - Q:\.tools\.nuget\packages\ - Q:\.tools\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages - PackageReference - 6.14.0 - - - - - - - - - - Q:\.tools\.nuget\packages\mstest.analyzers\3.9.3 - - \ No newline at end of file diff --git a/LoadTestingSystem/obj/LoadTestingSystem.csproj.nuget.g.targets b/LoadTestingSystem/obj/LoadTestingSystem.csproj.nuget.g.targets deleted file mode 100644 index 0742e43..0000000 --- a/LoadTestingSystem/obj/LoadTestingSystem.csproj.nuget.g.targets +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/LoadTestingSystem/obj/LoadTestingSytem.csproj.nuget.dgspec.json b/LoadTestingSystem/obj/LoadTestingSytem.csproj.nuget.dgspec.json deleted file mode 100644 index 923ed19..0000000 --- a/LoadTestingSystem/obj/LoadTestingSytem.csproj.nuget.dgspec.json +++ /dev/null @@ -1,98 +0,0 @@ -{ - "format": 1, - "restore": { - "Q:\\Repos\\LoadTestingSytem\\LoadTestingSytem\\LoadTestingSytem.csproj": {} - }, - "projects": { - "Q:\\Repos\\LoadTestingSytem\\LoadTestingSytem\\LoadTestingSytem.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "Q:\\Repos\\LoadTestingSytem\\LoadTestingSytem\\LoadTestingSytem.csproj", - "projectName": "LoadTestingSytem", - "projectPath": "Q:\\Repos\\LoadTestingSytem\\LoadTestingSytem\\LoadTestingSytem.csproj", - "packagesPath": "Q:\\.tools\\.nuget\\packages\\", - "outputPath": "Q:\\Repos\\LoadTestingSytem\\LoadTestingSytem\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\Users\\giladt\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net8.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Program Files\\dotnet\\library-packs": {}, - "Q:\\Repos\\LoadTestingSytem\\LoadTestingSytem": {}, - "Q:\\Repos\\LoadTesting\\LoadTesting": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "direct" - }, - "SdkAnalysisLevel": "9.0.300" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Azure.Identity": { - "target": "Package", - "version": "[1.14.2, )" - }, - "Azure.Security.KeyVault.Secrets": { - "target": "Package", - "version": "[4.8.0, )" - }, - "MSTest.TestFramework": { - "target": "Package", - "version": "[3.9.3, )" - }, - "Microsoft.Identity.Client": { - "target": "Package", - "version": "[4.73.1, )" - }, - "Microsoft.Identity.Client.TestOnlySilentCBA": { - "target": "Package", - "version": "[0.10.6, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.302/PortableRuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/LoadTestingSystem/obj/LoadTestingSytem.csproj.nuget.g.props b/LoadTestingSystem/obj/LoadTestingSytem.csproj.nuget.g.props deleted file mode 100644 index ec23fa8..0000000 --- a/LoadTestingSystem/obj/LoadTestingSytem.csproj.nuget.g.props +++ /dev/null @@ -1,22 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - Q:\.tools\.nuget\packages\ - Q:\.tools\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages - PackageReference - 6.14.0 - - - - - - - - - - Q:\.tools\.nuget\packages\mstest.analyzers\3.9.3 - - \ No newline at end of file diff --git a/LoadTestingSystem/obj/LoadTestingSytem.csproj.nuget.g.targets b/LoadTestingSystem/obj/LoadTestingSytem.csproj.nuget.g.targets deleted file mode 100644 index 0742e43..0000000 --- a/LoadTestingSystem/obj/LoadTestingSytem.csproj.nuget.g.targets +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/LoadTestingSystem/obj/project.assets.json b/LoadTestingSystem/obj/project.assets.json deleted file mode 100644 index c18b1f5..0000000 --- a/LoadTestingSystem/obj/project.assets.json +++ /dev/null @@ -1,1187 +0,0 @@ -{ - "version": 3, - "targets": { - "net8.0": { - "Azure.Core/1.46.2": { - "type": "package", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "8.0.0", - "System.ClientModel": "1.4.2", - "System.Memory.Data": "6.0.1" - }, - "compile": { - "lib/net8.0/Azure.Core.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Azure.Core.dll": { - "related": ".xml" - } - } - }, - "Azure.Identity/1.14.2": { - "type": "package", - "dependencies": { - "Azure.Core": "1.46.1", - "Microsoft.Identity.Client": "4.73.1", - "Microsoft.Identity.Client.Extensions.Msal": "4.73.1", - "System.Memory": "4.5.5" - }, - "compile": { - "lib/net8.0/Azure.Identity.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Azure.Identity.dll": { - "related": ".xml" - } - } - }, - "Azure.Security.KeyVault.Secrets/4.8.0": { - "type": "package", - "dependencies": { - "Azure.Core": "1.46.2" - }, - "compile": { - "lib/net8.0/Azure.Security.KeyVault.Secrets.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Azure.Security.KeyVault.Secrets.dll": { - "related": ".xml" - } - } - }, - "HtmlAgilityPack/1.11.60": { - "type": "package", - "compile": { - "lib/netstandard2.0/HtmlAgilityPack.dll": { - "related": ".deps.json;.pdb;.xml" - } - }, - "runtime": { - "lib/netstandard2.0/HtmlAgilityPack.dll": { - "related": ".deps.json;.pdb;.xml" - } - } - }, - "Microsoft.Bcl.AsyncInterfaces/8.0.0": { - "type": "package", - "compile": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { - "related": ".xml" - } - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": { - "type": "package", - "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/8.0.3": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} - } - }, - "Microsoft.Identity.Client/4.73.1": { - "type": "package", - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "6.35.0", - "System.Diagnostics.DiagnosticSource": "6.0.1" - }, - "compile": { - "lib/net8.0/Microsoft.Identity.Client.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Identity.Client.dll": { - "related": ".xml" - } - } - }, - "Microsoft.Identity.Client.Extensions.Msal/4.73.1": { - "type": "package", - "dependencies": { - "Microsoft.Identity.Client": "4.73.1", - "System.Security.Cryptography.ProtectedData": "4.5.0" - }, - "compile": { - "lib/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll": { - "related": ".xml" - } - } - }, - "Microsoft.Identity.Client.TestOnlySilentCBA/0.10.6": { - "type": "package", - "dependencies": { - "HtmlAgilityPack": "1.11.60", - "Microsoft.Identity.Client": "4.73.0", - "Newtonsoft.Json": "13.0.3" - }, - "compile": { - "lib/netstandard2.0/Microsoft.Identity.Client.TestOnlySilentCBA.dll": {} - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Identity.Client.TestOnlySilentCBA.dll": {} - } - }, - "Microsoft.IdentityModel.Abstractions/6.35.0": { - "type": "package", - "compile": { - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { - "related": ".xml" - } - } - }, - "MSTest.Analyzers/3.9.3": { - "type": "package", - "build": { - "buildTransitive/MSTest.Analyzers.props": {}, - "buildTransitive/MSTest.Analyzers.targets": {} - } - }, - "MSTest.TestFramework/3.9.3": { - "type": "package", - "dependencies": { - "MSTest.Analyzers": "3.9.3" - }, - "compile": { - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": { - "related": ".xml" - } - }, - "resource": { - "lib/net8.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "zh-Hant" - } - }, - "build": { - "buildTransitive/net8.0/MSTest.TestFramework.targets": {} - } - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "compile": { - "lib/net6.0/Newtonsoft.Json.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "related": ".xml" - } - } - }, - "System.ClientModel/1.4.2": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "8.0.3", - "System.Memory.Data": "6.0.1" - }, - "compile": { - "lib/net8.0/System.ClientModel.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.ClientModel.dll": { - "related": ".xml" - } - } - }, - "System.Diagnostics.DiagnosticSource/6.0.1": { - "type": "package", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "compile": { - "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - } - }, - "System.Memory/4.5.5": { - "type": "package", - "compile": { - "ref/netcoreapp2.1/_._": {} - }, - "runtime": { - "lib/netcoreapp2.1/_._": {} - } - }, - "System.Memory.Data/6.0.1": { - "type": "package", - "compile": { - "lib/net6.0/System.Memory.Data.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Memory.Data.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "compile": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - } - }, - "System.Security.Cryptography.ProtectedData/4.5.0": { - "type": "package", - "compile": { - "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {} - }, - "runtimeTargets": { - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "assetType": "runtime", - "rid": "win" - } - } - } - } - }, - "libraries": { - "Azure.Core/1.46.2": { - "sha512": "HFcvd1besmgBFPIZ7iSFHZOgzGfHTZNTzG8gWYdIP8ZJQySrb+vAdArcmFw7je3kFRMDbbtMoWKNVGj2vvH1sw==", - "type": "package", - "path": "azure.core/1.46.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "CHANGELOG.md", - "README.md", - "azure.core.1.46.2.nupkg.sha512", - "azure.core.nuspec", - "azureicon.png", - "lib/net462/Azure.Core.dll", - "lib/net462/Azure.Core.xml", - "lib/net472/Azure.Core.dll", - "lib/net472/Azure.Core.xml", - "lib/net6.0/Azure.Core.dll", - "lib/net6.0/Azure.Core.xml", - "lib/net8.0/Azure.Core.dll", - "lib/net8.0/Azure.Core.xml", - "lib/netstandard2.0/Azure.Core.dll", - "lib/netstandard2.0/Azure.Core.xml" - ] - }, - "Azure.Identity/1.14.2": { - "sha512": "YhNMwOTwT+I2wIcJKSdP0ADyB2aK+JaYWZxO8LSRDm5w77LFr0ykR9xmt2ZV5T1gaI7xU6iNFIh/yW1dAlpddQ==", - "type": "package", - "path": "azure.identity/1.14.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "CHANGELOG.md", - "README.md", - "azure.identity.1.14.2.nupkg.sha512", - "azure.identity.nuspec", - "azureicon.png", - "lib/net8.0/Azure.Identity.dll", - "lib/net8.0/Azure.Identity.xml", - "lib/netstandard2.0/Azure.Identity.dll", - "lib/netstandard2.0/Azure.Identity.xml" - ] - }, - "Azure.Security.KeyVault.Secrets/4.8.0": { - "sha512": "tmcIgo+de2K5+PTBRNlnFLQFbmSoyuT9RpDr5MwKS6mIfNxLPQpARkRAP91r3tmeiJ9j/UCO0F+hTlk1Bk7HNQ==", - "type": "package", - "path": "azure.security.keyvault.secrets/4.8.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "CHANGELOG.md", - "README.md", - "azure.security.keyvault.secrets.4.8.0.nupkg.sha512", - "azure.security.keyvault.secrets.nuspec", - "azureicon.png", - "lib/net8.0/Azure.Security.KeyVault.Secrets.dll", - "lib/net8.0/Azure.Security.KeyVault.Secrets.xml", - "lib/netstandard2.0/Azure.Security.KeyVault.Secrets.dll", - "lib/netstandard2.0/Azure.Security.KeyVault.Secrets.xml" - ] - }, - "HtmlAgilityPack/1.11.60": { - "sha512": "7Uzaf1Mxeuxne33LpTZfSsuRW4sRRX6FWMolOSxXcaAwcKvFevH2E+P6tb4dMWhdyUdBfi0N0yyPZ8hqodfEYg==", - "type": "package", - "path": "htmlagilitypack/1.11.60", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "htmlagilitypack.1.11.60.nupkg.sha512", - "htmlagilitypack.nuspec", - "lib/Net35/HtmlAgilityPack.dll", - "lib/Net35/HtmlAgilityPack.pdb", - "lib/Net35/HtmlAgilityPack.xml", - "lib/Net40-client/HtmlAgilityPack.dll", - "lib/Net40-client/HtmlAgilityPack.pdb", - "lib/Net40-client/HtmlAgilityPack.xml", - "lib/Net40/HtmlAgilityPack.XML", - "lib/Net40/HtmlAgilityPack.dll", - "lib/Net40/HtmlAgilityPack.pdb", - "lib/Net45/HtmlAgilityPack.XML", - "lib/Net45/HtmlAgilityPack.dll", - "lib/Net45/HtmlAgilityPack.pdb", - "lib/NetCore45/HtmlAgilityPack.XML", - "lib/NetCore45/HtmlAgilityPack.dll", - "lib/NetCore45/HtmlAgilityPack.pdb", - "lib/netstandard1.3/HtmlAgilityPack.deps.json", - "lib/netstandard1.3/HtmlAgilityPack.dll", - "lib/netstandard1.3/HtmlAgilityPack.pdb", - "lib/netstandard1.3/HtmlAgilityPack.xml", - "lib/netstandard1.6/HtmlAgilityPack.deps.json", - "lib/netstandard1.6/HtmlAgilityPack.dll", - "lib/netstandard1.6/HtmlAgilityPack.pdb", - "lib/netstandard1.6/HtmlAgilityPack.xml", - "lib/netstandard2.0/HtmlAgilityPack.deps.json", - "lib/netstandard2.0/HtmlAgilityPack.dll", - "lib/netstandard2.0/HtmlAgilityPack.pdb", - "lib/netstandard2.0/HtmlAgilityPack.xml", - "lib/portable-net45+netcore45+wp8+MonoAndroid+MonoTouch/HtmlAgilityPack.XML", - "lib/portable-net45+netcore45+wp8+MonoAndroid+MonoTouch/HtmlAgilityPack.dll", - "lib/portable-net45+netcore45+wp8+MonoAndroid+MonoTouch/HtmlAgilityPack.pdb", - "lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid+MonoTouch/HtmlAgilityPack.XML", - "lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid+MonoTouch/HtmlAgilityPack.dll", - "lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid+MonoTouch/HtmlAgilityPack.pdb", - "lib/uap10.0/HtmlAgilityPack.XML", - "lib/uap10.0/HtmlAgilityPack.dll", - "lib/uap10.0/HtmlAgilityPack.pdb", - "lib/uap10.0/HtmlAgilityPack.pri" - ] - }, - "Microsoft.Bcl.AsyncInterfaces/8.0.0": { - "sha512": "3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw==", - "type": "package", - "path": "microsoft.bcl.asyncinterfaces/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Bcl.AsyncInterfaces.targets", - "buildTransitive/net462/_._", - "lib/net462/Microsoft.Bcl.AsyncInterfaces.dll", - "lib/net462/Microsoft.Bcl.AsyncInterfaces.xml", - "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll", - "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml", - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll", - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml", - "microsoft.bcl.asyncinterfaces.8.0.0.nupkg.sha512", - "microsoft.bcl.asyncinterfaces.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": { - "sha512": "3iE7UF7MQkCv1cxzCahz+Y/guQbTqieyxyaWKhrRO91itI9cOKO76OHeQDahqG4MmW5umr3CcCvGmK92lWNlbg==", - "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg.sha512", - "microsoft.extensions.dependencyinjection.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Logging.Abstractions/8.0.3": { - "sha512": "dL0QGToTxggRLMYY4ZYX5AMwBb+byQBd/5dMiZE07Nv73o6I5Are3C7eQTh7K2+A4ct0PVISSr7TZANbiNb2yQ==", - "type": "package", - "path": "microsoft.extensions.logging.abstractions/8.0.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", - "microsoft.extensions.logging.abstractions.8.0.3.nupkg.sha512", - "microsoft.extensions.logging.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Identity.Client/4.73.1": { - "sha512": "NnDLS8QwYqO5ZZecL2oioi1LUqjh5Ewk4bMLzbgiXJbQmZhDLtKwLxL3DpGMlQAJ2G4KgEnvGPKa+OOgffeJbw==", - "type": "package", - "path": "microsoft.identity.client/4.73.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/net462/Microsoft.Identity.Client.dll", - "lib/net462/Microsoft.Identity.Client.xml", - "lib/net472/Microsoft.Identity.Client.dll", - "lib/net472/Microsoft.Identity.Client.xml", - "lib/net8.0-android34.0/Microsoft.Identity.Client.aar", - "lib/net8.0-android34.0/Microsoft.Identity.Client.dll", - "lib/net8.0-android34.0/Microsoft.Identity.Client.xml", - "lib/net8.0-ios18.0/Microsoft.Identity.Client.dll", - "lib/net8.0-ios18.0/Microsoft.Identity.Client.xml", - "lib/net8.0/Microsoft.Identity.Client.dll", - "lib/net8.0/Microsoft.Identity.Client.xml", - "lib/netstandard2.0/Microsoft.Identity.Client.dll", - "lib/netstandard2.0/Microsoft.Identity.Client.xml", - "microsoft.identity.client.4.73.1.nupkg.sha512", - "microsoft.identity.client.nuspec" - ] - }, - "Microsoft.Identity.Client.Extensions.Msal/4.73.1": { - "sha512": "xDztAiV2F0wI0W8FLKv5cbaBefyLD6JVaAsvgSN7bjWNCzGYzHbcOEIP5s4TJXUpQzMfUyBsFl1mC6Zmgpz0PQ==", - "type": "package", - "path": "microsoft.identity.client.extensions.msal/4.73.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll", - "lib/net8.0/Microsoft.Identity.Client.Extensions.Msal.xml", - "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll", - "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.xml", - "microsoft.identity.client.extensions.msal.4.73.1.nupkg.sha512", - "microsoft.identity.client.extensions.msal.nuspec" - ] - }, - "Microsoft.Identity.Client.TestOnlySilentCBA/0.10.6": { - "sha512": "vEmDn+HUk9tK9kHuqQ8SdyNmamnypPCjr8tLdGXaMxJO4hdi5KE48YdzUbEGMkSYXuvmc7JyxRUnda271usqyg==", - "type": "package", - "path": "microsoft.identity.client.testonlysilentcba/0.10.6", - "files": [ - ".nupkg.metadata", - "lib/netstandard2.0/Microsoft.Identity.Client.TestOnlySilentCBA.dll", - "microsoft.identity.client.testonlysilentcba.0.10.6.nupkg.sha512", - "microsoft.identity.client.testonlysilentcba.nuspec", - "readme.md" - ] - }, - "Microsoft.IdentityModel.Abstractions/6.35.0": { - "sha512": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==", - "type": "package", - "path": "microsoft.identitymodel.abstractions/6.35.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Abstractions.dll", - "lib/net45/Microsoft.IdentityModel.Abstractions.xml", - "lib/net461/Microsoft.IdentityModel.Abstractions.dll", - "lib/net461/Microsoft.IdentityModel.Abstractions.xml", - "lib/net462/Microsoft.IdentityModel.Abstractions.dll", - "lib/net462/Microsoft.IdentityModel.Abstractions.xml", - "lib/net472/Microsoft.IdentityModel.Abstractions.dll", - "lib/net472/Microsoft.IdentityModel.Abstractions.xml", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", - "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", - "microsoft.identitymodel.abstractions.nuspec" - ] - }, - "MSTest.Analyzers/3.9.3": { - "sha512": "M8dR1yQZErWiH8BtQT1L66xnuRbSLa8WgQLwI/A0yU/rFmEAorbU+hUj3JeJRqyVFwrDpjeQ4rmg7Vo6zSgzRw==", - "type": "package", - "path": "mstest.analyzers/3.9.3", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "analyzers/dotnet/cs/MSTest.Analyzers.CodeFixes.dll", - "analyzers/dotnet/cs/MSTest.Analyzers.dll", - "analyzers/dotnet/cs/cs/MSTest.Analyzers.CodeFixes.resources.dll", - "analyzers/dotnet/cs/cs/MSTest.Analyzers.resources.dll", - "analyzers/dotnet/cs/de/MSTest.Analyzers.CodeFixes.resources.dll", - "analyzers/dotnet/cs/de/MSTest.Analyzers.resources.dll", - "analyzers/dotnet/cs/es/MSTest.Analyzers.CodeFixes.resources.dll", - "analyzers/dotnet/cs/es/MSTest.Analyzers.resources.dll", - "analyzers/dotnet/cs/fr/MSTest.Analyzers.CodeFixes.resources.dll", - "analyzers/dotnet/cs/fr/MSTest.Analyzers.resources.dll", - "analyzers/dotnet/cs/it/MSTest.Analyzers.CodeFixes.resources.dll", - "analyzers/dotnet/cs/it/MSTest.Analyzers.resources.dll", - "analyzers/dotnet/cs/ja/MSTest.Analyzers.CodeFixes.resources.dll", - "analyzers/dotnet/cs/ja/MSTest.Analyzers.resources.dll", - "analyzers/dotnet/cs/ko/MSTest.Analyzers.CodeFixes.resources.dll", - "analyzers/dotnet/cs/ko/MSTest.Analyzers.resources.dll", - "analyzers/dotnet/cs/pl/MSTest.Analyzers.CodeFixes.resources.dll", - "analyzers/dotnet/cs/pl/MSTest.Analyzers.resources.dll", - "analyzers/dotnet/cs/pt-BR/MSTest.Analyzers.CodeFixes.resources.dll", - "analyzers/dotnet/cs/pt-BR/MSTest.Analyzers.resources.dll", - "analyzers/dotnet/cs/ru/MSTest.Analyzers.CodeFixes.resources.dll", - "analyzers/dotnet/cs/ru/MSTest.Analyzers.resources.dll", - "analyzers/dotnet/cs/tr/MSTest.Analyzers.CodeFixes.resources.dll", - "analyzers/dotnet/cs/tr/MSTest.Analyzers.resources.dll", - "analyzers/dotnet/cs/zh-Hans/MSTest.Analyzers.CodeFixes.resources.dll", - "analyzers/dotnet/cs/zh-Hans/MSTest.Analyzers.resources.dll", - "analyzers/dotnet/cs/zh-Hant/MSTest.Analyzers.CodeFixes.resources.dll", - "analyzers/dotnet/cs/zh-Hant/MSTest.Analyzers.resources.dll", - "analyzers/dotnet/vb/MSTest.Analyzers.dll", - "analyzers/dotnet/vb/cs/MSTest.Analyzers.resources.dll", - "analyzers/dotnet/vb/de/MSTest.Analyzers.resources.dll", - "analyzers/dotnet/vb/es/MSTest.Analyzers.resources.dll", - "analyzers/dotnet/vb/fr/MSTest.Analyzers.resources.dll", - "analyzers/dotnet/vb/it/MSTest.Analyzers.resources.dll", - "analyzers/dotnet/vb/ja/MSTest.Analyzers.resources.dll", - "analyzers/dotnet/vb/ko/MSTest.Analyzers.resources.dll", - "analyzers/dotnet/vb/pl/MSTest.Analyzers.resources.dll", - "analyzers/dotnet/vb/pt-BR/MSTest.Analyzers.resources.dll", - "analyzers/dotnet/vb/ru/MSTest.Analyzers.resources.dll", - "analyzers/dotnet/vb/tr/MSTest.Analyzers.resources.dll", - "analyzers/dotnet/vb/zh-Hans/MSTest.Analyzers.resources.dll", - "analyzers/dotnet/vb/zh-Hant/MSTest.Analyzers.resources.dll", - "buildTransitive/MSTest.Analyzers.props", - "buildTransitive/MSTest.Analyzers.targets", - "globalconfigs/mstest-all.globalconfig", - "globalconfigs/mstest-default.globalconfig", - "globalconfigs/mstest-none.globalconfig", - "globalconfigs/mstest-recommended.globalconfig", - "mstest.analyzers.3.9.3.nupkg.sha512", - "mstest.analyzers.nuspec", - "tools/install.ps1", - "tools/uninstall.ps1" - ] - }, - "MSTest.TestFramework/3.9.3": { - "sha512": "GkswaCXXGhSx6bHkl01ybBffVtRR/IPgyzIHDWywd6/yVNH96MaGuUeEtpuGaJXHe2sdMBgB2etp6panY4w6pQ==", - "type": "package", - "path": "mstest.testframework/3.9.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "build/net6.0/MSTest.TestFramework.targets", - "build/net7.0/MSTest.TestFramework.targets", - "build/net8.0/MSTest.TestFramework.targets", - "build/net9.0/MSTest.TestFramework.targets", - "buildTransitive/net6.0/MSTest.TestFramework.targets", - "buildTransitive/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", - "buildTransitive/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", - "buildTransitive/net6.0/winui/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", - "buildTransitive/net6.0/winui/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", - "buildTransitive/net7.0/MSTest.TestFramework.targets", - "buildTransitive/net7.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", - "buildTransitive/net7.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", - "buildTransitive/net8.0/MSTest.TestFramework.targets", - "buildTransitive/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", - "buildTransitive/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", - "buildTransitive/net9.0/MSTest.TestFramework.targets", - "buildTransitive/net9.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", - "buildTransitive/net9.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", - "buildTransitive/net9.0/uwp/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", - "buildTransitive/net9.0/uwp/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", - "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", - "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", - "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", - "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", - "lib/net462/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net462/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net462/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net462/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net462/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net462/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net462/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net462/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net462/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net462/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net462/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net462/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net462/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", - "lib/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", - "lib/net6.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net6.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net6.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net6.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net6.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net6.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net6.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net6.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net6.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net6.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net7.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", - "lib/net7.0/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", - "lib/net7.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net7.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net7.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net7.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net7.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net7.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net7.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net7.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net7.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net7.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net7.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net7.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net7.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", - "lib/net8.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net8.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net8.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net8.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net8.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net8.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net8.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net8.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net8.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net8.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net9.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", - "lib/net9.0/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", - "lib/net9.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net9.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net9.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net9.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net9.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net9.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net9.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net9.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net9.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net9.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net9.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net9.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/net9.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", - "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", - "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", - "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", - "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", - "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", - "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", - "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", - "lib/netstandard2.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/netstandard2.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/netstandard2.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/netstandard2.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/netstandard2.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/netstandard2.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/netstandard2.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/netstandard2.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/netstandard2.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/netstandard2.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", - "lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", - "lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", - "lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", - "lib/uap10.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/uap10.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/uap10.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/uap10.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/uap10.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/uap10.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/uap10.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/uap10.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/uap10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/uap10.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/uap10.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/uap10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "lib/uap10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "mstest.testframework.3.9.3.nupkg.sha512", - "mstest.testframework.nuspec" - ] - }, - "Newtonsoft.Json/13.0.3": { - "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "type": "package", - "path": "newtonsoft.json/13.0.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.md", - "README.md", - "lib/net20/Newtonsoft.Json.dll", - "lib/net20/Newtonsoft.Json.xml", - "lib/net35/Newtonsoft.Json.dll", - "lib/net35/Newtonsoft.Json.xml", - "lib/net40/Newtonsoft.Json.dll", - "lib/net40/Newtonsoft.Json.xml", - "lib/net45/Newtonsoft.Json.dll", - "lib/net45/Newtonsoft.Json.xml", - "lib/net6.0/Newtonsoft.Json.dll", - "lib/net6.0/Newtonsoft.Json.xml", - "lib/netstandard1.0/Newtonsoft.Json.dll", - "lib/netstandard1.0/Newtonsoft.Json.xml", - "lib/netstandard1.3/Newtonsoft.Json.dll", - "lib/netstandard1.3/Newtonsoft.Json.xml", - "lib/netstandard2.0/Newtonsoft.Json.dll", - "lib/netstandard2.0/Newtonsoft.Json.xml", - "newtonsoft.json.13.0.3.nupkg.sha512", - "newtonsoft.json.nuspec", - "packageIcon.png" - ] - }, - "System.ClientModel/1.4.2": { - "sha512": "goGitN7trB9hoQ01dIpxaSYcruI+lGt/xq471AUv8irFvsIX+4HCqk1pDT/4ZPTLmU6ZUuNzhCb4MJAIwG7+Uw==", - "type": "package", - "path": "system.clientmodel/1.4.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "CHANGELOG.md", - "DotNetPackageIcon.png", - "README.md", - "analyzers/dotnet/cs/System.ClientModel.SourceGeneration.dll", - "lib/net6.0/System.ClientModel.dll", - "lib/net6.0/System.ClientModel.xml", - "lib/net8.0/System.ClientModel.dll", - "lib/net8.0/System.ClientModel.xml", - "lib/netstandard2.0/System.ClientModel.dll", - "lib/netstandard2.0/System.ClientModel.xml", - "system.clientmodel.1.4.2.nupkg.sha512", - "system.clientmodel.nuspec" - ] - }, - "System.Diagnostics.DiagnosticSource/6.0.1": { - "sha512": "KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==", - "type": "package", - "path": "system.diagnostics.diagnosticsource/6.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Diagnostics.DiagnosticSource.dll", - "lib/net461/System.Diagnostics.DiagnosticSource.xml", - "lib/net5.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net5.0/System.Diagnostics.DiagnosticSource.xml", - "lib/net6.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net6.0/System.Diagnostics.DiagnosticSource.xml", - "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll", - "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml", - "system.diagnostics.diagnosticsource.6.0.1.nupkg.sha512", - "system.diagnostics.diagnosticsource.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Memory/4.5.5": { - "sha512": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==", - "type": "package", - "path": "system.memory/4.5.5", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/System.Memory.dll", - "lib/net461/System.Memory.xml", - "lib/netcoreapp2.1/_._", - "lib/netstandard1.1/System.Memory.dll", - "lib/netstandard1.1/System.Memory.xml", - "lib/netstandard2.0/System.Memory.dll", - "lib/netstandard2.0/System.Memory.xml", - "ref/netcoreapp2.1/_._", - "system.memory.4.5.5.nupkg.sha512", - "system.memory.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Memory.Data/6.0.1": { - "sha512": "yliDgLh9S9Mcy5hBIdZmX6yphYIW3NH+3HN1kV1m7V1e0s7LNTw/tHNjJP4U9nSMEgl3w1TzYv/KA1Tg9NYy6w==", - "type": "package", - "path": "system.memory.data/6.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Memory.Data.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Memory.Data.dll", - "lib/net461/System.Memory.Data.xml", - "lib/net6.0/System.Memory.Data.dll", - "lib/net6.0/System.Memory.Data.xml", - "lib/netstandard2.0/System.Memory.Data.dll", - "lib/netstandard2.0/System.Memory.Data.xml", - "system.memory.data.6.0.1.nupkg.sha512", - "system.memory.data.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "sha512": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "type": "package", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net461/System.Runtime.CompilerServices.Unsafe.xml", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", - "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", - "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", - "system.runtime.compilerservices.unsafe.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Security.Cryptography.ProtectedData/4.5.0": { - "sha512": "wLBKzFnDCxP12VL9ANydSYhk59fC4cvOr9ypYQLPnAj48NQIhqnjdD2yhP8yEKyBJEjERWS9DisKL7rX5eU25Q==", - "type": "package", - "path": "system.security.cryptography.protecteddata/4.5.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.ProtectedData.dll", - "lib/net461/System.Security.Cryptography.ProtectedData.dll", - "lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll", - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.ProtectedData.dll", - "ref/net461/System.Security.Cryptography.ProtectedData.dll", - "ref/net461/System.Security.Cryptography.ProtectedData.xml", - "ref/netstandard1.3/System.Security.Cryptography.ProtectedData.dll", - "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", - "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/win/lib/net46/System.Security.Cryptography.ProtectedData.dll", - "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.dll", - "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll", - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", - "system.security.cryptography.protecteddata.4.5.0.nupkg.sha512", - "system.security.cryptography.protecteddata.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - } - }, - "projectFileDependencyGroups": { - "net8.0": [ - "Azure.Identity >= 1.14.2", - "Azure.Security.KeyVault.Secrets >= 4.8.0", - "MSTest.TestFramework >= 3.9.3", - "Microsoft.Identity.Client >= 4.73.1", - "Microsoft.Identity.Client.TestOnlySilentCBA >= 0.10.6" - ] - }, - "packageFolders": { - "Q:\\.tools\\.nuget\\packages\\": {}, - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "Q:\\Repos\\LoadTestingSystem\\LoadTestingSystem\\LoadTestingSystem.csproj", - "projectName": "LoadTestingSystem", - "projectPath": "Q:\\Repos\\LoadTestingSystem\\LoadTestingSystem\\LoadTestingSystem.csproj", - "packagesPath": "Q:\\.tools\\.nuget\\packages\\", - "outputPath": "Q:\\Repos\\LoadTestingSystem\\LoadTestingSystem\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\Users\\giladt\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net8.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Program Files\\dotnet\\library-packs": {}, - "Q:\\Repos\\LoadTestingSytem\\LoadTestingSytem": {}, - "Q:\\Repos\\LoadTesting\\LoadTesting": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "direct" - }, - "SdkAnalysisLevel": "9.0.300" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Azure.Identity": { - "target": "Package", - "version": "[1.14.2, )" - }, - "Azure.Security.KeyVault.Secrets": { - "target": "Package", - "version": "[4.8.0, )" - }, - "MSTest.TestFramework": { - "target": "Package", - "version": "[3.9.3, )" - }, - "Microsoft.Identity.Client": { - "target": "Package", - "version": "[4.73.1, )" - }, - "Microsoft.Identity.Client.TestOnlySilentCBA": { - "target": "Package", - "version": "[0.10.6, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.302/PortableRuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/LoadTestingSystem/obj/project.nuget.cache b/LoadTestingSystem/obj/project.nuget.cache deleted file mode 100644 index aa35062..0000000 --- a/LoadTestingSystem/obj/project.nuget.cache +++ /dev/null @@ -1,29 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "NipCe458TKI=", - "success": true, - "projectFilePath": "Q:\\Repos\\LoadTestingSystem\\LoadTestingSystem\\LoadTestingSystem.csproj", - "expectedPackageFiles": [ - "Q:\\.tools\\.nuget\\packages\\azure.core\\1.46.2\\azure.core.1.46.2.nupkg.sha512", - "Q:\\.tools\\.nuget\\packages\\azure.identity\\1.14.2\\azure.identity.1.14.2.nupkg.sha512", - "Q:\\.tools\\.nuget\\packages\\azure.security.keyvault.secrets\\4.8.0\\azure.security.keyvault.secrets.4.8.0.nupkg.sha512", - "Q:\\.tools\\.nuget\\packages\\htmlagilitypack\\1.11.60\\htmlagilitypack.1.11.60.nupkg.sha512", - "Q:\\.tools\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\8.0.0\\microsoft.bcl.asyncinterfaces.8.0.0.nupkg.sha512", - "Q:\\.tools\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\8.0.2\\microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg.sha512", - "Q:\\.tools\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\8.0.3\\microsoft.extensions.logging.abstractions.8.0.3.nupkg.sha512", - "Q:\\.tools\\.nuget\\packages\\microsoft.identity.client\\4.73.1\\microsoft.identity.client.4.73.1.nupkg.sha512", - "Q:\\.tools\\.nuget\\packages\\microsoft.identity.client.extensions.msal\\4.73.1\\microsoft.identity.client.extensions.msal.4.73.1.nupkg.sha512", - "Q:\\.tools\\.nuget\\packages\\microsoft.identity.client.testonlysilentcba\\0.10.6\\microsoft.identity.client.testonlysilentcba.0.10.6.nupkg.sha512", - "Q:\\.tools\\.nuget\\packages\\microsoft.identitymodel.abstractions\\6.35.0\\microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", - "Q:\\.tools\\.nuget\\packages\\mstest.analyzers\\3.9.3\\mstest.analyzers.3.9.3.nupkg.sha512", - "Q:\\.tools\\.nuget\\packages\\mstest.testframework\\3.9.3\\mstest.testframework.3.9.3.nupkg.sha512", - "Q:\\.tools\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512", - "Q:\\.tools\\.nuget\\packages\\system.clientmodel\\1.4.2\\system.clientmodel.1.4.2.nupkg.sha512", - "Q:\\.tools\\.nuget\\packages\\system.diagnostics.diagnosticsource\\6.0.1\\system.diagnostics.diagnosticsource.6.0.1.nupkg.sha512", - "Q:\\.tools\\.nuget\\packages\\system.memory\\4.5.5\\system.memory.4.5.5.nupkg.sha512", - "Q:\\.tools\\.nuget\\packages\\system.memory.data\\6.0.1\\system.memory.data.6.0.1.nupkg.sha512", - "Q:\\.tools\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", - "Q:\\.tools\\.nuget\\packages\\system.security.cryptography.protecteddata\\4.5.0\\system.security.cryptography.protecteddata.4.5.0.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/README.md b/README.md index 273d44e..7b1a63c 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# LoadTestingSystem \ No newline at end of file +# LoadTestingSystem + +A load testing system for Microsoft Fabric and Power BI services. + +## Repository + +This repository should be located at: `https://github.com/microsoft/LoadTestingSystem` + +If you're viewing this from a different location, the repository may need to be transferred to the Microsoft organization on GitHub. \ No newline at end of file