diff --git a/.gitignore b/.gitignore index 7e04e0d..b80a00b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1,36 @@ +*.swp +*.*~ +project.lock.json +.DS_Store +*.pyc -/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk/obj -/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Sample/obj -/Optimizely.Graph.Source.Sdk/.vs/ProjectEvaluation -/Optimizely.Graph.Source.Sdk/ClassLibrary1/obj -/Optimizely.Graph.Source.Sdk/.vs -/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Sample/bin -/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk/bin -/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin -/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0 -/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0 +# Visual Studio Code +.vscode + +# 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/ +msbuild.log +msbuild.err +msbuild.wrn + +# Visual Studio 2015 +.vs/ + +# Rider +.idea/ -*.dll -*.sqlite -*.pdb -*.log -*.cache -*.v2 -*.vsidx -*.vs -/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin -/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj -/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json deleted file mode 100644 index 9b36f9f..0000000 --- a/.vs/VSWorkspaceState.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "ExpandedNodes": [ - "", - "\\Optimizely.Graph.Source.Sdk", - "\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk", - "\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Sample", - "\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests", - "\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\RepositoryTests", - "\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk\\Repositories" - ], - "SelectedNode": "\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Sample\\Program.cs", - "PreviewInSolutionExplorer": false -} \ No newline at end of file diff --git a/.vs/graph-source-sdk/v17/.wsuo b/.vs/graph-source-sdk/v17/.wsuo deleted file mode 100644 index 6cbb768..0000000 Binary files a/.vs/graph-source-sdk/v17/.wsuo and /dev/null differ diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite deleted file mode 100644 index d4ed23f..0000000 Binary files a/.vs/slnx.sqlite and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Core/obj/Optimizely.Graph.Source.Sdk.Core.csproj.nuget.dgspec.json b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Core/obj/Optimizely.Graph.Source.Sdk.Core.csproj.nuget.dgspec.json deleted file mode 100644 index 4d52510..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Core/obj/Optimizely.Graph.Source.Sdk.Core.csproj.nuget.dgspec.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "format": 1, - "restore": { - "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Core\\Optimizely.Graph.Source.Sdk.Core.csproj": {} - }, - "projects": { - "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Core\\Optimizely.Graph.Source.Sdk.Core.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Core\\Optimizely.Graph.Source.Sdk.Core.csproj", - "projectName": "Optimizely.Graph.Source.Sdk.Core", - "projectPath": "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Core\\Optimizely.Graph.Source.Sdk.Core.csproj", - "packagesPath": "C:\\Users\\jamin\\.nuget\\packages\\", - "outputPath": "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Core\\obj\\", - "projectStyle": "PackageReference", - "configFilePaths": [ - "C:\\Users\\jamin\\NuGet.Config", - "C:\\Users\\jamin\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net8.0" - ], - "sources": { - "https://api.nuget.optimizely.com/v3/index.json": {}, - "https://api.nuget.org/v3/index.json": {}, - "https://nuget.pkg.github.com/episerver/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101/PortableRuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Core/obj/Optimizely.Graph.Source.Sdk.Core.csproj.nuget.g.props b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Core/obj/Optimizely.Graph.Source.Sdk.Core.csproj.nuget.g.props deleted file mode 100644 index 734cfa9..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Core/obj/Optimizely.Graph.Source.Sdk.Core.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\jamin\.nuget\packages\ - PackageReference - 6.8.0 - - - - - \ No newline at end of file diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Core/obj/Optimizely.Graph.Source.Sdk.Core.csproj.nuget.g.targets b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Core/obj/Optimizely.Graph.Source.Sdk.Core.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Core/obj/Optimizely.Graph.Source.Sdk.Core.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Core/obj/project.assets.json b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Core/obj/project.assets.json deleted file mode 100644 index af57baf..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Core/obj/project.assets.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "version": 3, - "targets": { - "net8.0": {} - }, - "libraries": {}, - "projectFileDependencyGroups": { - "net8.0": [] - }, - "packageFolders": { - "C:\\Users\\jamin\\.nuget\\packages\\": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Core\\Optimizely.Graph.Source.Sdk.Core.csproj", - "projectName": "Optimizely.Graph.Source.Sdk.Core", - "projectPath": "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Core\\Optimizely.Graph.Source.Sdk.Core.csproj", - "packagesPath": "C:\\Users\\jamin\\.nuget\\packages\\", - "outputPath": "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Core\\obj\\", - "projectStyle": "PackageReference", - "configFilePaths": [ - "C:\\Users\\jamin\\NuGet.Config", - "C:\\Users\\jamin\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net8.0" - ], - "sources": { - "https://api.nuget.optimizely.com/v3/index.json": {}, - "https://api.nuget.org/v3/index.json": {}, - "https://nuget.pkg.github.com/episerver/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101/PortableRuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Core/obj/project.nuget.cache b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Core/obj/project.nuget.cache deleted file mode 100644 index 89c50ad..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Core/obj/project.nuget.cache +++ /dev/null @@ -1,8 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "uxkBJYAzEKrjupvwui+eS8nRjIEgLZv9oAYc2BoFMX64OZI8YxoVOpZHRDE8v41ePuDmQsK2CquItlIsrNJkiw==", - "success": true, - "projectFilePath": "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Core\\Optimizely.Graph.Source.Sdk.Core.csproj", - "expectedPackageFiles": [], - "logs": [] -} \ No newline at end of file diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Repositories/obj/Optimizely.Graph.Source.Sdk.Repositories.csproj.nuget.dgspec.json b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Repositories/obj/Optimizely.Graph.Source.Sdk.Repositories.csproj.nuget.dgspec.json deleted file mode 100644 index b7d5953..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Repositories/obj/Optimizely.Graph.Source.Sdk.Repositories.csproj.nuget.dgspec.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "format": 1, - "restore": { - "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Repositories\\Optimizely.Graph.Source.Sdk.Repositories.csproj": {} - }, - "projects": { - "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Repositories\\Optimizely.Graph.Source.Sdk.Repositories.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Repositories\\Optimizely.Graph.Source.Sdk.Repositories.csproj", - "projectName": "Optimizely.Graph.Source.Sdk.Repositories", - "projectPath": "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Repositories\\Optimizely.Graph.Source.Sdk.Repositories.csproj", - "packagesPath": "C:\\Users\\jamin\\.nuget\\packages\\", - "outputPath": "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Repositories\\obj\\", - "projectStyle": "PackageReference", - "configFilePaths": [ - "C:\\Users\\jamin\\NuGet.Config", - "C:\\Users\\jamin\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net8.0" - ], - "sources": { - "https://api.nuget.optimizely.com/v3/index.json": {}, - "https://api.nuget.org/v3/index.json": {}, - "https://nuget.pkg.github.com/episerver/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101/PortableRuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Repositories/obj/Optimizely.Graph.Source.Sdk.Repositories.csproj.nuget.g.props b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Repositories/obj/Optimizely.Graph.Source.Sdk.Repositories.csproj.nuget.g.props deleted file mode 100644 index 734cfa9..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Repositories/obj/Optimizely.Graph.Source.Sdk.Repositories.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\jamin\.nuget\packages\ - PackageReference - 6.8.0 - - - - - \ No newline at end of file diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Repositories/obj/Optimizely.Graph.Source.Sdk.Repositories.csproj.nuget.g.targets b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Repositories/obj/Optimizely.Graph.Source.Sdk.Repositories.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Repositories/obj/Optimizely.Graph.Source.Sdk.Repositories.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Repositories/obj/project.assets.json b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Repositories/obj/project.assets.json deleted file mode 100644 index 101bcab..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Repositories/obj/project.assets.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "version": 3, - "targets": { - "net8.0": {} - }, - "libraries": {}, - "projectFileDependencyGroups": { - "net8.0": [] - }, - "packageFolders": { - "C:\\Users\\jamin\\.nuget\\packages\\": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Repositories\\Optimizely.Graph.Source.Sdk.Repositories.csproj", - "projectName": "Optimizely.Graph.Source.Sdk.Repositories", - "projectPath": "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Repositories\\Optimizely.Graph.Source.Sdk.Repositories.csproj", - "packagesPath": "C:\\Users\\jamin\\.nuget\\packages\\", - "outputPath": "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Repositories\\obj\\", - "projectStyle": "PackageReference", - "configFilePaths": [ - "C:\\Users\\jamin\\NuGet.Config", - "C:\\Users\\jamin\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net8.0" - ], - "sources": { - "https://api.nuget.optimizely.com/v3/index.json": {}, - "https://api.nuget.org/v3/index.json": {}, - "https://nuget.pkg.github.com/episerver/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101/PortableRuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Repositories/obj/project.nuget.cache b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Repositories/obj/project.nuget.cache deleted file mode 100644 index b65190a..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Repositories/obj/project.nuget.cache +++ /dev/null @@ -1,8 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "hGWp3B/3KsavWOxTuJB8RPKSv+r44/28LBP07RbBGuyeJmluKnM1ax5syJ8PNdPV7/UlqgGYYg0okxeaFMGbag==", - "success": true, - "projectFilePath": "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Repositories\\Optimizely.Graph.Source.Sdk.Repositories.csproj", - "expectedPackageFiles": [], - "logs": [] -} \ No newline at end of file diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Castle.Core.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Castle.Core.dll deleted file mode 100644 index eb7fd3b..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Castle.Core.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/CoverletSourceRootsMapping_Optimizely.Graph.Source.Sdk.Tests b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/CoverletSourceRootsMapping_Optimizely.Graph.Source.Sdk.Tests deleted file mode 100644 index f934ce9..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/CoverletSourceRootsMapping_Optimizely.Graph.Source.Sdk.Tests and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.AdapterUtilities.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.AdapterUtilities.dll deleted file mode 100644 index 00a6ac7..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.AdapterUtilities.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.CommunicationUtilities.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.CommunicationUtilities.dll deleted file mode 100644 index e45af4e..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.CommunicationUtilities.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.CoreUtilities.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.CoreUtilities.dll deleted file mode 100644 index c868e1f..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.CoreUtilities.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.CrossPlatEngine.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.CrossPlatEngine.dll deleted file mode 100644 index 8201a76..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.CrossPlatEngine.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll deleted file mode 100644 index 36c3817..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.Utilities.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.Utilities.dll deleted file mode 100644 index 75e8966..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.TestPlatform.Utilities.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll deleted file mode 100644 index 224bb02..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.Common.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.Common.dll deleted file mode 100644 index 357b697..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.Common.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll deleted file mode 100644 index 32072ab..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll deleted file mode 100644 index fb5f860..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll deleted file mode 100644 index 4e17acc..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll deleted file mode 100644 index f2fe7a2..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml deleted file mode 100644 index 9ee7ab4..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml +++ /dev/null @@ -1,173 +0,0 @@ - - - - Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions - - - - - Used to specify deployment item (file or directory) for per-test deployment. - Can be specified on test class or test method. - Can have multiple instances of the attribute to specify more than one item. - The item path can be absolute or relative, if relative, it is relative to RunConfig.RelativePathRoot. - - - If specified on a test class, the class needs to contain at least one test method. This means that the - attribute cannot be combined with a test class that would contain only a AssemblyInitialize or ClassInitialize - method. - - - [DeploymentItem("file1.xml")] - [DeploymentItem("file2.xml", "DataFiles")] - [DeploymentItem("bin\Debug")]. - - - - - Initializes a new instance of the class. - - The file or directory to deploy. The path is relative to the build output directory. The item will be copied to the same directory as the deployed test assemblies. - - - - Initializes a new instance of the class. - - The relative or absolute path to the file or directory to deploy. The path is relative to the build output directory. The item will be copied to the same directory as the deployed test assemblies. - The path of the directory to which the items are to be copied. It can be either absolute or relative to the deployment directory. All files and directories identified by will be copied to this directory. - - - - Gets the path of the source file or folder to be copied. - - - - - Gets the path of the directory to which the item is copied. - - - - - Used to store information that is provided to unit tests. - - - - - Gets test properties for a test. - - - - - Gets or sets the cancellation token source. This token source is canceled when test times out. Also when explicitly canceled the test will be aborted. - - - - - Gets base directory for the test run, under which deployed files and result files are stored. - - - - - Gets directory for files deployed for the test run. Typically a subdirectory of . - - - - - Gets base directory for results from the test run. Typically a subdirectory of . - - - - - Gets directory for test run result files. Typically a subdirectory of . - - - - - Gets directory for test result files. - - - - - Gets base directory for the test run, under which deployed files and result files are stored. - Same as . Use that property instead. - - - - - Gets directory for files deployed for the test run. Typically a subdirectory of . - Same as . Use that property instead. - - - - - Gets directory for test run result files. Typically a subdirectory of . - Same as . Use that property for test run result files, or - for test-specific result files instead. - - - - - Gets the Fully-qualified name of the class containing the test method currently being executed. - - - This property can be useful in attributes derived from ExpectedExceptionBaseAttribute. - Those attributes have access to the test context, and provide messages that are included - in the test results. Users can benefit from messages that include the fully-qualified - class name in addition to the name of the test method currently being executed. - - - - - Gets the fully specified type name metadata format. - - - - - Gets the fully specified method name metadata format. - - - - - Gets the name of the test method currently being executed. - - - - - Gets the current test outcome. - - - - - Adds a file name to the list in TestResult.ResultFileNames. - - - The file Name. - - - - - Used to write trace messages while the test is running. - - formatted message string. - - - - Used to write trace messages while the test is running. - - format string. - the arguments. - - - - Used to write trace messages while the test is running. - - formatted message string. - - - - Used to write trace messages while the test is running. - - format string. - the arguments. - - - diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll deleted file mode 100644 index 8c97d77..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Moq.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Moq.dll deleted file mode 100644 index 3c9679c..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Moq.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Newtonsoft.Json.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Newtonsoft.Json.dll deleted file mode 100644 index d035c38..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Newtonsoft.Json.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/NuGet.Frameworks.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/NuGet.Frameworks.dll deleted file mode 100644 index 0fabf0c..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/NuGet.Frameworks.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.deps.json b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.deps.json deleted file mode 100644 index f7a2049..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.deps.json +++ /dev/null @@ -1,522 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v8.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v8.0": { - "Optimizely.Graph.Source.Sdk.Tests/1.0.0": { - "dependencies": { - "MSTest.TestAdapter": "3.0.4", - "MSTest.TestFramework": "3.0.4", - "Microsoft.NET.Test.Sdk": "17.6.0", - "Moq": "4.20.70", - "Optimizely.Graph.Source.Sdk": "1.0.0", - "coverlet.collector": "6.0.0", - "Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions": "14.0.0.0" - }, - "runtime": { - "Optimizely.Graph.Source.Sdk.Tests.dll": {} - } - }, - "Castle.Core/5.1.1": { - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - }, - "runtime": { - "lib/net6.0/Castle.Core.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.1.1.0" - } - } - }, - "coverlet.collector/6.0.0": {}, - "Microsoft.CodeCoverage/17.6.0": { - "runtime": { - "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "17.600.1123.17103" - } - } - }, - "Microsoft.NET.Test.Sdk/17.6.0": { - "dependencies": { - "Microsoft.CodeCoverage": "17.6.0", - "Microsoft.TestPlatform.TestHost": "17.6.0" - } - }, - "Microsoft.TestPlatform.ObjectModel/17.6.0": { - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - } - }, - "resources": { - "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.TestPlatform.TestHost/17.6.0": { - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.6.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netcoreapp3.1/testhost.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - } - }, - "resources": { - "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Moq/4.20.70": { - "dependencies": { - "Castle.Core": "5.1.1" - }, - "runtime": { - "lib/net6.0/Moq.dll": { - "assemblyVersion": "4.20.70.0", - "fileVersion": "4.20.70.0" - } - } - }, - "MSTest.TestAdapter/3.0.4": {}, - "MSTest.TestFramework/3.0.4": { - "runtime": { - "lib/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": { - "assemblyVersion": "14.0.0.0", - "fileVersion": "14.0.8501.1" - } - }, - "resources": { - "lib/net6.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "cs" - }, - "lib/net6.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "de" - }, - "lib/net6.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "es" - }, - "lib/net6.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "fr" - }, - "lib/net6.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "it" - }, - "lib/net6.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "ja" - }, - "lib/net6.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "ko" - }, - "lib/net6.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "pl" - }, - "lib/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "pt-BR" - }, - "lib/net6.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "ru" - }, - "lib/net6.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "tr" - }, - "lib/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "NuGet.Frameworks/5.11.0": { - "runtime": { - "lib/netstandard2.0/NuGet.Frameworks.dll": { - "assemblyVersion": "5.11.0.10", - "fileVersion": "5.11.0.10" - } - } - }, - "System.Diagnostics.EventLog/6.0.0": { - "runtime": { - "lib/net6.0/System.Diagnostics.EventLog.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "0.0.0.0" - }, - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Reflection.Metadata/1.6.0": {}, - "Optimizely.Graph.Source.Sdk/1.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "Optimizely.Graph.Source.Sdk.dll": {} - } - }, - "Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions/14.0.0.0": { - "runtime": { - "Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": { - "assemblyVersion": "14.0.0.0", - "fileVersion": "14.0.8501.1" - } - } - } - } - }, - "libraries": { - "Optimizely.Graph.Source.Sdk.Tests/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Castle.Core/5.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rpYtIczkzGpf+EkZgDr9CClTdemhsrwA/W5hMoPjLkRFnXzH44zDLoovXeKtmxb1ykXK9aJVODSpiJml8CTw2g==", - "path": "castle.core/5.1.1", - "hashPath": "castle.core.5.1.1.nupkg.sha512" - }, - "coverlet.collector/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tW3lsNS+dAEII6YGUX/VMoJjBS1QvsxqJeqLaJXub08y1FSjasFPtQ4UBUsudE9PNrzLjooClMsPtY2cZLdXpQ==", - "path": "coverlet.collector/6.0.0", - "hashPath": "coverlet.collector.6.0.0.nupkg.sha512" - }, - "Microsoft.CodeCoverage/17.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5v2GwzpR7JEuQUzupjx3zLwn2FutADW/weLzLt726DR3WXxsM+ICPoJG6pxuKFsumtZp890UrVuudTUhsE8Qyg==", - "path": "microsoft.codecoverage/17.6.0", - "hashPath": "microsoft.codecoverage.17.6.0.nupkg.sha512" - }, - "Microsoft.NET.Test.Sdk/17.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tHyg4C6c89QvLv6Utz3xKlba4EeoyJyIz59Q1NrjRENV7gfGnSE6I+sYPIbVOzQttoo2zpHDgOK/p6Hw2OlD7A==", - "path": "microsoft.net.test.sdk/17.6.0", - "hashPath": "microsoft.net.test.sdk.17.6.0.nupkg.sha512" - }, - "Microsoft.TestPlatform.ObjectModel/17.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AA/rrf5zwC5/OBLEOajkhjbVTM3SvxRXy8kcQ8e4mJKojbyZvqqhpfNg362N9vXU94DLg9NUTFOAnoYVT0pTJw==", - "path": "microsoft.testplatform.objectmodel/17.6.0", - "hashPath": "microsoft.testplatform.objectmodel.17.6.0.nupkg.sha512" - }, - "Microsoft.TestPlatform.TestHost/17.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7YdgUcIeCPVKLC7n7LNKDiEHWc7z3brkkYPdUbDnFsvf6WvY9UfzS0VSUJ8P2NgN0CDSD223GCJFSjSBLZRqOQ==", - "path": "microsoft.testplatform.testhost/17.6.0", - "hashPath": "microsoft.testplatform.testhost.17.6.0.nupkg.sha512" - }, - "Moq/4.20.70": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4rNnAwdpXJBuxqrOCzCyICXHSImOTRktCgCWXWykuF1qwoIsVvEnR7PjbMk/eLOxWvhmj5Kwt+kDV3RGUYcNwg==", - "path": "moq/4.20.70", - "hashPath": "moq.4.20.70.nupkg.sha512" - }, - "MSTest.TestAdapter/3.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-18THEGVcU4fbAOZWvRtEyvQCnZ/o+3LFAiFbAkWYh63GC5TmHoJ10IUiF9L02SMmbLbWpH1/PxvO7mcInIY4/Q==", - "path": "mstest.testadapter/3.0.4", - "hashPath": "mstest.testadapter.3.0.4.nupkg.sha512" - }, - "MSTest.TestFramework/3.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hYq5xOOr2k09rtXpmcHkJ4Tdt/yS4cy8jiFPNMdDJP+lB6OY8yekOmQC4Fsvug4rhLpXGDd6zbPWYeoewqfePA==", - "path": "mstest.testframework/3.0.4", - "hashPath": "mstest.testframework.3.0.4.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "NuGet.Frameworks/5.11.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==", - "path": "nuget.frameworks/5.11.0", - "hashPath": "nuget.frameworks.5.11.0.nupkg.sha512" - }, - "System.Diagnostics.EventLog/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==", - "path": "system.diagnostics.eventlog/6.0.0", - "hashPath": "system.diagnostics.eventlog.6.0.0.nupkg.sha512" - }, - "System.Reflection.Metadata/1.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==", - "path": "system.reflection.metadata/1.6.0", - "hashPath": "system.reflection.metadata.1.6.0.nupkg.sha512" - }, - "Optimizely.Graph.Source.Sdk/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions/14.0.0.0": { - "type": "reference", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.dll deleted file mode 100644 index a29b803..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.pdb b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.pdb deleted file mode 100644 index 7a5af12..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.pdb and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.runtimeconfig.json b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.runtimeconfig.json deleted file mode 100644 index becfaea..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.runtimeconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net8.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "8.0.0" - }, - "configProperties": { - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Optimizely.Graph.Source.Sdk.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Optimizely.Graph.Source.Sdk.dll deleted file mode 100644 index 1e1c5db..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Optimizely.Graph.Source.Sdk.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Optimizely.Graph.Source.Sdk.pdb b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Optimizely.Graph.Source.Sdk.pdb deleted file mode 100644 index 0cc1651..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/Optimizely.Graph.Source.Sdk.pdb and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/System.Diagnostics.EventLog.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/System.Diagnostics.EventLog.dll deleted file mode 100644 index 8a65e71..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/System.Diagnostics.EventLog.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index cb28e97..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index b9f081d..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 74ebedb..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 98cbcb7..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 7333544..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100644 index ec70942..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 7bfd5b1..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 6a248d6..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index a1861dd..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 505dddd..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 4645b6b..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100644 index f90cfdb..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 1668698..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 6bd079a..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 6430c84..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index e683698..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 1442ee8..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100644 index 527b529..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Castle.Core.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Castle.Core.dll deleted file mode 100644 index eb7fd3b..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Castle.Core.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/CoverletSourceRootsMapping_Optimizely.Graph.Source.Sdk.Tests b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/CoverletSourceRootsMapping_Optimizely.Graph.Source.Sdk.Tests deleted file mode 100644 index 79777e7..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/CoverletSourceRootsMapping_Optimizely.Graph.Source.Sdk.Tests and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.TestPlatform.AdapterUtilities.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.TestPlatform.AdapterUtilities.dll deleted file mode 100644 index 00a6ac7..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.TestPlatform.AdapterUtilities.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.TestPlatform.CommunicationUtilities.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.TestPlatform.CommunicationUtilities.dll deleted file mode 100644 index e45af4e..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.TestPlatform.CommunicationUtilities.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.TestPlatform.CoreUtilities.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.TestPlatform.CoreUtilities.dll deleted file mode 100644 index c868e1f..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.TestPlatform.CoreUtilities.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.TestPlatform.CrossPlatEngine.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.TestPlatform.CrossPlatEngine.dll deleted file mode 100644 index 8201a76..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.TestPlatform.CrossPlatEngine.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.TestPlatform.PlatformAbstractions.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.TestPlatform.PlatformAbstractions.dll deleted file mode 100644 index 36c3817..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.TestPlatform.PlatformAbstractions.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.TestPlatform.Utilities.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.TestPlatform.Utilities.dll deleted file mode 100644 index 75e8966..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.TestPlatform.Utilities.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.VisualStudio.CodeCoverage.Shim.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.VisualStudio.CodeCoverage.Shim.dll deleted file mode 100644 index 224bb02..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.VisualStudio.CodeCoverage.Shim.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.VisualStudio.TestPlatform.Common.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.VisualStudio.TestPlatform.Common.dll deleted file mode 100644 index 357b697..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.VisualStudio.TestPlatform.Common.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll deleted file mode 100644 index 32072ab..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll deleted file mode 100644 index fb5f860..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll deleted file mode 100644 index 4e17acc..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll deleted file mode 100644 index f2fe7a2..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml deleted file mode 100644 index 9ee7ab4..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml +++ /dev/null @@ -1,173 +0,0 @@ - - - - Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions - - - - - Used to specify deployment item (file or directory) for per-test deployment. - Can be specified on test class or test method. - Can have multiple instances of the attribute to specify more than one item. - The item path can be absolute or relative, if relative, it is relative to RunConfig.RelativePathRoot. - - - If specified on a test class, the class needs to contain at least one test method. This means that the - attribute cannot be combined with a test class that would contain only a AssemblyInitialize or ClassInitialize - method. - - - [DeploymentItem("file1.xml")] - [DeploymentItem("file2.xml", "DataFiles")] - [DeploymentItem("bin\Debug")]. - - - - - Initializes a new instance of the class. - - The file or directory to deploy. The path is relative to the build output directory. The item will be copied to the same directory as the deployed test assemblies. - - - - Initializes a new instance of the class. - - The relative or absolute path to the file or directory to deploy. The path is relative to the build output directory. The item will be copied to the same directory as the deployed test assemblies. - The path of the directory to which the items are to be copied. It can be either absolute or relative to the deployment directory. All files and directories identified by will be copied to this directory. - - - - Gets the path of the source file or folder to be copied. - - - - - Gets the path of the directory to which the item is copied. - - - - - Used to store information that is provided to unit tests. - - - - - Gets test properties for a test. - - - - - Gets or sets the cancellation token source. This token source is canceled when test times out. Also when explicitly canceled the test will be aborted. - - - - - Gets base directory for the test run, under which deployed files and result files are stored. - - - - - Gets directory for files deployed for the test run. Typically a subdirectory of . - - - - - Gets base directory for results from the test run. Typically a subdirectory of . - - - - - Gets directory for test run result files. Typically a subdirectory of . - - - - - Gets directory for test result files. - - - - - Gets base directory for the test run, under which deployed files and result files are stored. - Same as . Use that property instead. - - - - - Gets directory for files deployed for the test run. Typically a subdirectory of . - Same as . Use that property instead. - - - - - Gets directory for test run result files. Typically a subdirectory of . - Same as . Use that property for test run result files, or - for test-specific result files instead. - - - - - Gets the Fully-qualified name of the class containing the test method currently being executed. - - - This property can be useful in attributes derived from ExpectedExceptionBaseAttribute. - Those attributes have access to the test context, and provide messages that are included - in the test results. Users can benefit from messages that include the fully-qualified - class name in addition to the name of the test method currently being executed. - - - - - Gets the fully specified type name metadata format. - - - - - Gets the fully specified method name metadata format. - - - - - Gets the name of the test method currently being executed. - - - - - Gets the current test outcome. - - - - - Adds a file name to the list in TestResult.ResultFileNames. - - - The file Name. - - - - - Used to write trace messages while the test is running. - - formatted message string. - - - - Used to write trace messages while the test is running. - - format string. - the arguments. - - - - Used to write trace messages while the test is running. - - formatted message string. - - - - Used to write trace messages while the test is running. - - format string. - the arguments. - - - diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.VisualStudio.TestPlatform.TestFramework.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.VisualStudio.TestPlatform.TestFramework.dll deleted file mode 100644 index 8c97d77..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Microsoft.VisualStudio.TestPlatform.TestFramework.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Moq.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Moq.dll deleted file mode 100644 index 3c9679c..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Moq.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Newtonsoft.Json.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Newtonsoft.Json.dll deleted file mode 100644 index d035c38..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Newtonsoft.Json.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/NuGet.Frameworks.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/NuGet.Frameworks.dll deleted file mode 100644 index 0fabf0c..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/NuGet.Frameworks.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Optimizely.Graph.Source.Sdk.Tests.deps.json b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Optimizely.Graph.Source.Sdk.Tests.deps.json deleted file mode 100644 index f7a2049..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Optimizely.Graph.Source.Sdk.Tests.deps.json +++ /dev/null @@ -1,522 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v8.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v8.0": { - "Optimizely.Graph.Source.Sdk.Tests/1.0.0": { - "dependencies": { - "MSTest.TestAdapter": "3.0.4", - "MSTest.TestFramework": "3.0.4", - "Microsoft.NET.Test.Sdk": "17.6.0", - "Moq": "4.20.70", - "Optimizely.Graph.Source.Sdk": "1.0.0", - "coverlet.collector": "6.0.0", - "Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions": "14.0.0.0" - }, - "runtime": { - "Optimizely.Graph.Source.Sdk.Tests.dll": {} - } - }, - "Castle.Core/5.1.1": { - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - }, - "runtime": { - "lib/net6.0/Castle.Core.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.1.1.0" - } - } - }, - "coverlet.collector/6.0.0": {}, - "Microsoft.CodeCoverage/17.6.0": { - "runtime": { - "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "17.600.1123.17103" - } - } - }, - "Microsoft.NET.Test.Sdk/17.6.0": { - "dependencies": { - "Microsoft.CodeCoverage": "17.6.0", - "Microsoft.TestPlatform.TestHost": "17.6.0" - } - }, - "Microsoft.TestPlatform.ObjectModel/17.6.0": { - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - } - }, - "resources": { - "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.TestPlatform.TestHost/17.6.0": { - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.6.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netcoreapp3.1/testhost.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - } - }, - "resources": { - "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Moq/4.20.70": { - "dependencies": { - "Castle.Core": "5.1.1" - }, - "runtime": { - "lib/net6.0/Moq.dll": { - "assemblyVersion": "4.20.70.0", - "fileVersion": "4.20.70.0" - } - } - }, - "MSTest.TestAdapter/3.0.4": {}, - "MSTest.TestFramework/3.0.4": { - "runtime": { - "lib/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": { - "assemblyVersion": "14.0.0.0", - "fileVersion": "14.0.8501.1" - } - }, - "resources": { - "lib/net6.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "cs" - }, - "lib/net6.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "de" - }, - "lib/net6.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "es" - }, - "lib/net6.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "fr" - }, - "lib/net6.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "it" - }, - "lib/net6.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "ja" - }, - "lib/net6.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "ko" - }, - "lib/net6.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "pl" - }, - "lib/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "pt-BR" - }, - "lib/net6.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "ru" - }, - "lib/net6.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "tr" - }, - "lib/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "NuGet.Frameworks/5.11.0": { - "runtime": { - "lib/netstandard2.0/NuGet.Frameworks.dll": { - "assemblyVersion": "5.11.0.10", - "fileVersion": "5.11.0.10" - } - } - }, - "System.Diagnostics.EventLog/6.0.0": { - "runtime": { - "lib/net6.0/System.Diagnostics.EventLog.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "0.0.0.0" - }, - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Reflection.Metadata/1.6.0": {}, - "Optimizely.Graph.Source.Sdk/1.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "Optimizely.Graph.Source.Sdk.dll": {} - } - }, - "Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions/14.0.0.0": { - "runtime": { - "Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": { - "assemblyVersion": "14.0.0.0", - "fileVersion": "14.0.8501.1" - } - } - } - } - }, - "libraries": { - "Optimizely.Graph.Source.Sdk.Tests/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Castle.Core/5.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rpYtIczkzGpf+EkZgDr9CClTdemhsrwA/W5hMoPjLkRFnXzH44zDLoovXeKtmxb1ykXK9aJVODSpiJml8CTw2g==", - "path": "castle.core/5.1.1", - "hashPath": "castle.core.5.1.1.nupkg.sha512" - }, - "coverlet.collector/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tW3lsNS+dAEII6YGUX/VMoJjBS1QvsxqJeqLaJXub08y1FSjasFPtQ4UBUsudE9PNrzLjooClMsPtY2cZLdXpQ==", - "path": "coverlet.collector/6.0.0", - "hashPath": "coverlet.collector.6.0.0.nupkg.sha512" - }, - "Microsoft.CodeCoverage/17.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5v2GwzpR7JEuQUzupjx3zLwn2FutADW/weLzLt726DR3WXxsM+ICPoJG6pxuKFsumtZp890UrVuudTUhsE8Qyg==", - "path": "microsoft.codecoverage/17.6.0", - "hashPath": "microsoft.codecoverage.17.6.0.nupkg.sha512" - }, - "Microsoft.NET.Test.Sdk/17.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tHyg4C6c89QvLv6Utz3xKlba4EeoyJyIz59Q1NrjRENV7gfGnSE6I+sYPIbVOzQttoo2zpHDgOK/p6Hw2OlD7A==", - "path": "microsoft.net.test.sdk/17.6.0", - "hashPath": "microsoft.net.test.sdk.17.6.0.nupkg.sha512" - }, - "Microsoft.TestPlatform.ObjectModel/17.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AA/rrf5zwC5/OBLEOajkhjbVTM3SvxRXy8kcQ8e4mJKojbyZvqqhpfNg362N9vXU94DLg9NUTFOAnoYVT0pTJw==", - "path": "microsoft.testplatform.objectmodel/17.6.0", - "hashPath": "microsoft.testplatform.objectmodel.17.6.0.nupkg.sha512" - }, - "Microsoft.TestPlatform.TestHost/17.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7YdgUcIeCPVKLC7n7LNKDiEHWc7z3brkkYPdUbDnFsvf6WvY9UfzS0VSUJ8P2NgN0CDSD223GCJFSjSBLZRqOQ==", - "path": "microsoft.testplatform.testhost/17.6.0", - "hashPath": "microsoft.testplatform.testhost.17.6.0.nupkg.sha512" - }, - "Moq/4.20.70": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4rNnAwdpXJBuxqrOCzCyICXHSImOTRktCgCWXWykuF1qwoIsVvEnR7PjbMk/eLOxWvhmj5Kwt+kDV3RGUYcNwg==", - "path": "moq/4.20.70", - "hashPath": "moq.4.20.70.nupkg.sha512" - }, - "MSTest.TestAdapter/3.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-18THEGVcU4fbAOZWvRtEyvQCnZ/o+3LFAiFbAkWYh63GC5TmHoJ10IUiF9L02SMmbLbWpH1/PxvO7mcInIY4/Q==", - "path": "mstest.testadapter/3.0.4", - "hashPath": "mstest.testadapter.3.0.4.nupkg.sha512" - }, - "MSTest.TestFramework/3.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hYq5xOOr2k09rtXpmcHkJ4Tdt/yS4cy8jiFPNMdDJP+lB6OY8yekOmQC4Fsvug4rhLpXGDd6zbPWYeoewqfePA==", - "path": "mstest.testframework/3.0.4", - "hashPath": "mstest.testframework.3.0.4.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "NuGet.Frameworks/5.11.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==", - "path": "nuget.frameworks/5.11.0", - "hashPath": "nuget.frameworks.5.11.0.nupkg.sha512" - }, - "System.Diagnostics.EventLog/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==", - "path": "system.diagnostics.eventlog/6.0.0", - "hashPath": "system.diagnostics.eventlog.6.0.0.nupkg.sha512" - }, - "System.Reflection.Metadata/1.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==", - "path": "system.reflection.metadata/1.6.0", - "hashPath": "system.reflection.metadata.1.6.0.nupkg.sha512" - }, - "Optimizely.Graph.Source.Sdk/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions/14.0.0.0": { - "type": "reference", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Optimizely.Graph.Source.Sdk.Tests.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Optimizely.Graph.Source.Sdk.Tests.dll deleted file mode 100644 index 088fe79..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Optimizely.Graph.Source.Sdk.Tests.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Optimizely.Graph.Source.Sdk.Tests.pdb b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Optimizely.Graph.Source.Sdk.Tests.pdb deleted file mode 100644 index 0b0ca93..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Optimizely.Graph.Source.Sdk.Tests.pdb and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Optimizely.Graph.Source.Sdk.Tests.runtimeconfig.json b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Optimizely.Graph.Source.Sdk.Tests.runtimeconfig.json deleted file mode 100644 index becfaea..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Optimizely.Graph.Source.Sdk.Tests.runtimeconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net8.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "8.0.0" - }, - "configProperties": { - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Optimizely.Graph.Source.Sdk.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Optimizely.Graph.Source.Sdk.dll deleted file mode 100644 index 448e6ed..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Optimizely.Graph.Source.Sdk.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Optimizely.Graph.Source.Sdk.pdb b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Optimizely.Graph.Source.Sdk.pdb deleted file mode 100644 index 81d43e6..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/Optimizely.Graph.Source.Sdk.pdb and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/System.Diagnostics.EventLog.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/System.Diagnostics.EventLog.dll deleted file mode 100644 index 8a65e71..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/System.Diagnostics.EventLog.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index cb28e97..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index b9f081d..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 74ebedb..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 98cbcb7..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 7333544..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100644 index ec70942..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 7bfd5b1..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/de/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/de/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 6a248d6..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/de/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index a1861dd..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 505dddd..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 4645b6b..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100644 index f90cfdb..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 1668698..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/es/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/es/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 6bd079a..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/es/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 6430c84..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index e683698..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 1442ee8..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100644 index 527b529..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index c7759cf..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index c207945..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 0bc035b..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 8d900d5..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 6f0b7cd..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100644 index 987ef65..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 266057d..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/it/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/it/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 0d3887a..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/it/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 80d55d5..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index f7a9f3d..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 6abdb0f..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100644 index 27eb0b0..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 3a39a78..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index ea6315e..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 470173a..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 0d53bff..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index b09e823..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100644 index 4dbf6ab..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 0114575..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index a0d681f..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 6ad80ed..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 44520a2..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 9aceed9..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100644 index d704c46..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 7dc061e..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index ddce776..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 5d9cc06..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 9129485..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 93dfb6d..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100644 index 68d9ed8..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 6f009dc..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index a52d361..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 08d86f9..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 9e7e899..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 4841034..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100644 index 54904db..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index d4f74e0..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index f6b8ea3..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index c926fc1..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 9aa81a0..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 193cfe8..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100644 index a26f5cb..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll deleted file mode 100644 index bc23526..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll deleted file mode 100644 index 03b44f1..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/testhost.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/testhost.dll deleted file mode 100644 index b15bd81..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/testhost.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/testhost.exe b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/testhost.exe deleted file mode 100644 index de9292b..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/testhost.exe and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 0103c73..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 1af1a2b..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 8208c4a..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 1e34b72..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 764f76d..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100644 index 7d6fad5..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index cfbbe73..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index d8b7fb2..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 1911bc8..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 7de1876..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index c7908a2..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100644 index 83670d4..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index edb16db..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 432e72c..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 82406ca..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 8545af8..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index b2092e0..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100644 index 0024bae..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/build-output/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/coverage-tool-output/Cobertura.xml b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/coverage-tool-output/Cobertura.xml deleted file mode 100644 index 9c2436d..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/coverage-tool-output/Cobertura.xml +++ /dev/null @@ -1,3013 +0,0 @@ - - - - - C:\Users\jamin\ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/coverage-tool-output/Optimizely.Graph.Source.Sdk.Tests.coverage.xml b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/coverage-tool-output/Optimizely.Graph.Source.Sdk.Tests.coverage.xml deleted file mode 100644 index 42e81b4..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/coverage-tool-output/Optimizely.Graph.Source.Sdk.Tests.coverage.xml +++ /dev/null @@ -1,4218 +0,0 @@ - - - - C:\Users\jamin\ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/coverage-tool-output/diagnostics.log b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/coverage-tool-output/diagnostics.log deleted file mode 100644 index 16e3611..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/coverage-tool-output/diagnostics.log +++ /dev/null @@ -1,491 +0,0 @@ -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.464, 1870582067896, vstest.console.dll, Version: 17.8.0-release-23578-02 Current process architecture: X64 -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.466, 1870582089103, vstest.console.dll, Runtime location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1 -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.469, 1870582116839, vstest.console.dll, ArtifactProcessingPostProcessModeProcessorExecutor.Initialize: ArtifactProcessingMode.Collect -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.469, 1870582117667, vstest.console.dll, TestSessionCorrelationIdProcessorModeProcessorExecutor.Initialize: TestSessionCorrelationId '26512_8dc294b9-60c6-4dc5-9628-7c588b4c63d8' -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.484, 1870582268430, vstest.console.dll, FilePatternParser: The given file C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\fine-code-coverage\build-output\Optimizely.Graph.Source.Sdk.Tests.dll is a full path. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.490, 1870582325393, vstest.console.dll, TestPluginCache.DiscoverTestExtensions: finding test extensions in assemblies ends with: RuntimeProvider.dll TPluginInfo: Microsoft.VisualStudio.TestPlatform.Common.ExtensionFramework.Utilities.TestRuntimePluginInformation TExtension: Microsoft.VisualStudio.TestPlatform.ObjectModel.Host.ITestRuntimeProvider -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.490, 1870582327383, vstest.console.dll, TestPluginCache.GetExtensionPaths: Filtered extension paths: -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.490, 1870582327970, vstest.console.dll, TestPluginCache.GetExtensionPaths: Added default extension paths: C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.Diagnostics.NETCore.Client.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.Extensions.BlameDataCollector.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.Extensions.EventLogCollector.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.TestHostRuntimeProvider.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.dll -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.490, 1870582328179, vstest.console.dll, TestPluginCache.GetExtensionPaths: Added unfilterableExtensionPaths: -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.490, 1870582331588, vstest.console.dll, AssemblyResolver.ctor: Creating AssemblyResolver with searchDirectories C:\Program Files\dotnet\sdk\8.0.101\Extensions,C:\Program Files\dotnet\sdk\8.0.101 -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.492, 1870582351868, vstest.console.dll, TestPluginCache.DiscoverTestExtensions: Discovering the extensions using extension path. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.492, 1870582352675, vstest.console.dll, TestPluginCache.GetExtensionPaths: Filtered extension paths: -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.492, 1870582352947, vstest.console.dll, TestPluginCache.GetExtensionPaths: Added default extension paths: C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.Diagnostics.NETCore.Client.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.Extensions.BlameDataCollector.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.Extensions.EventLogCollector.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.TestHostRuntimeProvider.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.dll -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.492, 1870582353118, vstest.console.dll, TestPluginCache.GetExtensionPaths: Added unfilterableExtensionPaths: -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.493, 1870582353783, vstest.console.dll, TestPluginCache.DiscoverTestExtensions: Discovering the extensions using allExtensionPaths: C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.Diagnostics.NETCore.Client.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.Extensions.BlameDataCollector.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.Extensions.EventLogCollector.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.TestHostRuntimeProvider.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.dll -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.493, 1870582354367, vstest.console.dll, AssemblyResolver.AddSearchDirectories: Adding more searchDirectories C:\Program Files\dotnet\sdk\8.0.101\Extensions,C:\Program Files\dotnet\sdk\8.0.101 -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.493, 1870582354656, vstest.console.dll, AssemblyResolver.AddSearchDirectories: Adding more searchDirectories C:\Program Files\dotnet\sdk\8.0.101\Extensions,C:\Program Files\dotnet\sdk\8.0.101 -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.493, 1870582354860, vstest.console.dll, AssemblyResolver.AddSearchDirectories: Adding more searchDirectories C:\Program Files\dotnet\sdk\8.0.101\Extensions,C:\Program Files\dotnet\sdk\8.0.101 -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.493, 1870582355022, vstest.console.dll, AssemblyResolver.AddSearchDirectories: Adding more searchDirectories C:\Program Files\dotnet\sdk\8.0.101\Extensions,C:\Program Files\dotnet\sdk\8.0.101 -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.493, 1870582355181, vstest.console.dll, AssemblyResolver.AddSearchDirectories: Adding more searchDirectories C:\Program Files\dotnet\sdk\8.0.101\Extensions,C:\Program Files\dotnet\sdk\8.0.101 -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.493, 1870582355357, vstest.console.dll, AssemblyResolver.AddSearchDirectories: Adding more searchDirectories C:\Program Files\dotnet\sdk\8.0.101\Extensions,C:\Program Files\dotnet\sdk\8.0.101 -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.493, 1870582358639, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Diagnostics.NETCore.Client: Resolving assembly. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.493, 1870582359171, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Diagnostics.NETCore.Client: Searching in: 'C:\Program Files\dotnet\sdk\8.0.101\Extensions'. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.502, 1870582445964, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Diagnostics.NETCore.Client: Loading assembly 'C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.Diagnostics.NETCore.Client.dll'. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.503, 1870582457129, vstest.console.dll, AssemblyResolver.OnResolve: Resolved assembly: Microsoft.Diagnostics.NETCore.Client, from path: C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.Diagnostics.NETCore.Client.dll -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.505, 1870582482420, vstest.console.dll, MetadataReaderExtensionsHelper: Discovering extensions inside assembly 'Microsoft.Diagnostics.NETCore.Client, Version=0.2.8.21101, Culture=neutral, PublicKeyToken=31bf3856ad364e35' file path 'C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.Diagnostics.NETCore.Client.dll' -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.511, 1870582538968, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Bcl.AsyncInterfaces: Resolving assembly. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.511, 1870582539408, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Bcl.AsyncInterfaces: Searching in: 'C:\Program Files\dotnet\sdk\8.0.101\Extensions'. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.511, 1870582540085, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Bcl.AsyncInterfaces: Assembly path does not exist: 'C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.Bcl.AsyncInterfaces.dll', returning. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.511, 1870582540821, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Bcl.AsyncInterfaces: Assembly path does not exist: 'C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.Bcl.AsyncInterfaces.exe', returning. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.511, 1870582541065, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Bcl.AsyncInterfaces: Searching in: 'C:\Program Files\dotnet\sdk\8.0.101'. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.511, 1870582541525, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Bcl.AsyncInterfaces: Assembly path does not exist: 'C:\Program Files\dotnet\sdk\8.0.101\Microsoft.Bcl.AsyncInterfaces.dll', returning. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.511, 1870582541932, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Bcl.AsyncInterfaces: Assembly path does not exist: 'C:\Program Files\dotnet\sdk\8.0.101\Microsoft.Bcl.AsyncInterfaces.exe', returning. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.511, 1870582542100, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Bcl.AsyncInterfaces: Failed to load assembly. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.511, 1870582542293, vstest.console.dll, CurrentDomainAssemblyResolve: Resolving assembly 'Microsoft.Bcl.AsyncInterfaces'. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.511, 1870582542642, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Bcl.AsyncInterfaces: Resolving assembly. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.511, 1870582542845, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Bcl.AsyncInterfaces: Resolved from cache. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.511, 1870582542996, vstest.console.dll, CurrentDomainAssemblyResolve: Resolving assembly 'Microsoft.Bcl.AsyncInterfaces'. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.511, 1870582543178, vstest.console.dll, CurrentDomainAssemblyResolve: Failed to resolve assembly 'Microsoft.Bcl.AsyncInterfaces'. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.512, 1870582553639, vstest.console.dll, CurrentDomainAssemblyResolve: Failed to resolve assembly 'Microsoft.Bcl.AsyncInterfaces'. -TpTrace Warning: 0 : 35576, 1, 2024/08/30, 15:26:47.524, 1870582664267, vstest.console.dll, TestPluginDiscoverer: Failed to get types from assembly 'Microsoft.Diagnostics.NETCore.Client, Version=0.2.8.21101, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Error: System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. -Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified. - at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) - at System.Reflection.RuntimeModule.GetTypes() - at Microsoft.VisualStudio.TestPlatform.Common.ExtensionFramework.TestPluginDiscoverer.GetTestExtensionsFromAssembly[TPluginInfo,TExtension](Assembly assembly, Dictionary`2 pluginInfos, String filePath) in /_/src/Microsoft.TestPlatform.Common/ExtensionFramework/TestPluginDiscoverer.cs:line 158 -System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified. -File name: 'Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' - ---> System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified. -File name: 'Microsoft.Bcl.AsyncInterfaces, Culture=neutral, PublicKeyToken=null' - at System.Reflection.RuntimeAssembly.InternalLoad(AssemblyName assemblyName, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext, RuntimeAssembly requestingAssembly, Boolean throwOnFileNotFound) - at System.Reflection.Assembly.Load(AssemblyName assemblyRef) - at Microsoft.VisualStudio.TestPlatform.Common.ExtensionFramework.TestPluginCache.CurrentDomainAssemblyResolve(Object sender, AssemblyResolveEventArgs args) in /_/src/Microsoft.TestPlatform.Common/ExtensionFramework/TestPluginCache.cs:line 513 - at System.Runtime.Loader.AssemblyLoadContext.GetFirstResolvedAssemblyFromResolvingEvent(AssemblyName assemblyName) - at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName) - at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingResolvingEvent(IntPtr gchManagedAssemblyLoadContext, AssemblyName assemblyName) -TpTrace Warning: 0 : 35576, 1, 2024/08/30, 15:26:47.524, 1870582666424, vstest.console.dll, LoaderExceptions: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified. -File name: 'Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' - ---> System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified. -File name: 'Microsoft.Bcl.AsyncInterfaces, Culture=neutral, PublicKeyToken=null' - at System.Reflection.RuntimeAssembly.InternalLoad(AssemblyName assemblyName, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext, RuntimeAssembly requestingAssembly, Boolean throwOnFileNotFound) - at System.Reflection.Assembly.Load(AssemblyName assemblyRef) - at Microsoft.VisualStudio.TestPlatform.Common.ExtensionFramework.TestPluginCache.CurrentDomainAssemblyResolve(Object sender, AssemblyResolveEventArgs args) in /_/src/Microsoft.TestPlatform.Common/ExtensionFramework/TestPluginCache.cs:line 513 - at System.Runtime.Loader.AssemblyLoadContext.GetFirstResolvedAssemblyFromResolvingEvent(AssemblyName assemblyName) - at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName) - at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingResolvingEvent(IntPtr gchManagedAssemblyLoadContext, AssemblyName assemblyName) -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.524, 1870582667337, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.TestPlatform.Extensions.BlameDataCollector: Resolving assembly. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.524, 1870582667598, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.TestPlatform.Extensions.BlameDataCollector: Searching in: 'C:\Program Files\dotnet\sdk\8.0.101\Extensions'. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.525, 1870582676147, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.TestPlatform.Extensions.BlameDataCollector: Loading assembly 'C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.Extensions.BlameDataCollector.dll'. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.526, 1870582687221, vstest.console.dll, AssemblyResolver.OnResolve: Resolved assembly: Microsoft.TestPlatform.Extensions.BlameDataCollector, from path: C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.Extensions.BlameDataCollector.dll -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.526, 1870582687788, vstest.console.dll, MetadataReaderExtensionsHelper: Discovering extensions inside assembly 'Microsoft.TestPlatform.Extensions.BlameDataCollector, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' file path 'C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.Extensions.BlameDataCollector.dll' -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.527, 1870582702761, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.TestPlatform.Extensions.EventLogCollector: Resolving assembly. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.527, 1870582703501, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.TestPlatform.Extensions.EventLogCollector: Searching in: 'C:\Program Files\dotnet\sdk\8.0.101\Extensions'. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.528, 1870582711846, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.TestPlatform.Extensions.EventLogCollector: Loading assembly 'C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.Extensions.EventLogCollector.dll'. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.529, 1870582721520, vstest.console.dll, AssemblyResolver.OnResolve: Resolved assembly: Microsoft.TestPlatform.Extensions.EventLogCollector, from path: C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.Extensions.EventLogCollector.dll -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.529, 1870582721942, vstest.console.dll, MetadataReaderExtensionsHelper: Discovering extensions inside assembly 'Microsoft.TestPlatform.Extensions.EventLogCollector, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' file path 'C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.Extensions.EventLogCollector.dll' -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.534, 1870582772966, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.TestPlatform.TestHostRuntimeProvider: Resolving assembly. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.535, 1870582773765, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.TestPlatform.TestHostRuntimeProvider: Searching in: 'C:\Program Files\dotnet\sdk\8.0.101\Extensions'. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.535, 1870582782570, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.TestPlatform.TestHostRuntimeProvider: Loading assembly 'C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.TestHostRuntimeProvider.dll'. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.536, 1870582793608, vstest.console.dll, AssemblyResolver.OnResolve: Resolved assembly: Microsoft.TestPlatform.TestHostRuntimeProvider, from path: C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.TestHostRuntimeProvider.dll -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.537, 1870582794104, vstest.console.dll, MetadataReaderExtensionsHelper: Discovering extensions inside assembly 'Microsoft.TestPlatform.TestHostRuntimeProvider, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' file path 'C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.TestHostRuntimeProvider.dll' -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.538, 1870582809355, vstest.console.dll, GetTestExtensionFromType: Register extension with identifier data 'HostProvider://DefaultTestHost' and type 'Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.Hosting.DefaultTestHostManager, Microsoft.TestPlatform.TestHostRuntimeProvider, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' inside file 'C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.TestHostRuntimeProvider.dll' -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.538, 1870582811195, vstest.console.dll, GetTestExtensionFromType: Register extension with identifier data 'HostProvider://DotnetTestHost' and type 'Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.Hosting.DotnetTestHostManager, Microsoft.TestPlatform.TestHostRuntimeProvider, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' inside file 'C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.TestHostRuntimeProvider.dll' -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.538, 1870582811735, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger: Resolving assembly. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.538, 1870582811965, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger: Searching in: 'C:\Program Files\dotnet\sdk\8.0.101\Extensions'. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.539, 1870582821050, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger: Loading assembly 'C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.dll'. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.540, 1870582832329, vstest.console.dll, AssemblyResolver.OnResolve: Resolved assembly: Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger, from path: C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.dll -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.540, 1870582832819, vstest.console.dll, MetadataReaderExtensionsHelper: Discovering extensions inside assembly 'Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' file path 'C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.dll' -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.541, 1870582843558, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger: Resolving assembly. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.542, 1870582843958, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger: Searching in: 'C:\Program Files\dotnet\sdk\8.0.101\Extensions'. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.542, 1870582852041, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger: Loading assembly 'C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.dll'. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.543, 1870582863215, vstest.console.dll, AssemblyResolver.OnResolve: Resolved assembly: Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger, from path: C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.dll -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.544, 1870582863685, vstest.console.dll, MetadataReaderExtensionsHelper: Discovering extensions inside assembly 'Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' file path 'C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.dll' -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.545, 1870582875663, vstest.console.dll, TestPluginCache: Discovered the extensions using extension path ''. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.545, 1870582876093, vstest.console.dll, TestPluginCache: Discoverers are ''. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.545, 1870582876306, vstest.console.dll, TestPluginCache: Executors are ''. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.545, 1870582876452, vstest.console.dll, TestPluginCache: Executors2 are ''. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.545, 1870582876596, vstest.console.dll, TestPluginCache: Setting providers are ''. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.545, 1870582876735, vstest.console.dll, TestPluginCache: Loggers are ''. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.545, 1870582877162, vstest.console.dll, TestPluginCache: TestHosts are 'HostProvider://DefaultTestHost,HostProvider://DotnetTestHost'. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.545, 1870582877346, vstest.console.dll, TestPluginCache: DataCollectors are ''. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.557, 1870582997832, vstest.console.dll, RunTestsArgumentProcessor:Execute: Test run is starting. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.557, 1870582998290, vstest.console.dll, RunTestsArgumentProcessor:Execute: Queuing Test run. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.557, 1870582999923, vstest.console.dll, TestRequestManager.RunTests: run tests started. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.578, 1870583207530, vstest.console.dll, AssemblyMetadataProvider.GetFrameworkName: Determined framework:'.NETCoreApp,Version=v8.0' for source: 'C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\fine-code-coverage\build-output\Optimizely.Graph.Source.Sdk.Tests.dll' -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.578, 1870583209397, vstest.console.dll, Determined framework for all sources: .NETCoreApp,Version=v8.0 -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.578, 1870583212606, vstest.console.dll, TestRequestManager.UpdateRunSettingsIfRequired: Default architecture: X64 IsDefaultTargetArchitecture: True, Current process architecture: X64 OperatingSystem: Windows. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.581, 1870583238281, vstest.console.dll, AssemblyMetadataProvider.GetArchitecture: Determined architecture:AnyCPU info for assembly: C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\fine-code-coverage\build-output\Optimizely.Graph.Source.Sdk.Tests.dll -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.581, 1870583238760, vstest.console.dll, Determined platform for source 'C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\fine-code-coverage\build-output\Optimizely.Graph.Source.Sdk.Tests.dll' was AnyCPU and it will use the default plaform X64. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.581, 1870583238935, vstest.console.dll, None of the sources provided any runnable platform, using the default platform: X64 -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.581, 1870583239621, vstest.console.dll, Platform was updated to 'X64'. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.583, 1870583259925, vstest.console.dll, InferRunSettingsHelper.IsTestSettingsEnabled: Unable to navigate to RunSettings/MSTest. Current node: RunSettings -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.584, 1870583264545, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.VisualStudio.TestPlatform.Fakes: Resolving assembly. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.584, 1870583265007, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.VisualStudio.TestPlatform.Fakes: Searching in: 'C:\Program Files\dotnet\sdk\8.0.101\Extensions'. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.584, 1870583265801, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.VisualStudio.TestPlatform.Fakes: Assembly path does not exist: 'C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.VisualStudio.TestPlatform.Fakes.dll', returning. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.584, 1870583266308, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.VisualStudio.TestPlatform.Fakes: Assembly path does not exist: 'C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.VisualStudio.TestPlatform.Fakes.exe', returning. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.584, 1870583266537, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.VisualStudio.TestPlatform.Fakes: Searching in: 'C:\Program Files\dotnet\sdk\8.0.101'. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.584, 1870583267022, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.VisualStudio.TestPlatform.Fakes: Assembly path does not exist: 'C:\Program Files\dotnet\sdk\8.0.101\Microsoft.VisualStudio.TestPlatform.Fakes.dll', returning. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.584, 1870583267448, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.VisualStudio.TestPlatform.Fakes: Assembly path does not exist: 'C:\Program Files\dotnet\sdk\8.0.101\Microsoft.VisualStudio.TestPlatform.Fakes.exe', returning. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.584, 1870583267660, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.VisualStudio.TestPlatform.Fakes: Failed to load assembly. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.584, 1870583269553, vstest.console.dll, Failed to load assembly Microsoft.VisualStudio.TestPlatform.Fakes, Version=17.0.0.0, Culture=neutral. Reason:System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualStudio.TestPlatform.Fakes, Version=17.0.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified. -File name: 'Microsoft.VisualStudio.TestPlatform.Fakes, Version=17.0.0.0, Culture=neutral, PublicKeyToken=null' - at System.Reflection.RuntimeAssembly.InternalLoad(AssemblyName assemblyName, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext, RuntimeAssembly requestingAssembly, Boolean throwOnFileNotFound) - at System.Reflection.Assembly.Load(AssemblyName assemblyRef) - at Microsoft.VisualStudio.TestPlatform.Common.Utilities.FakesUtilities.LoadTestPlatformAssembly() in /_/src/Microsoft.TestPlatform.Common/Utilities/FakesUtilities.cs:line 272 -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.587, 1870583294097, vstest.console.dll, TestPluginCache.DiscoverTestExtensions: finding test extensions in assemblies ends with: TestLogger.dll TPluginInfo: Microsoft.VisualStudio.TestPlatform.Common.ExtensionFramework.Utilities.TestLoggerPluginInformation TExtension: Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestLogger -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.587, 1870583294712, vstest.console.dll, TestPluginCache.GetExtensionPaths: Filtered extension paths: -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.587, 1870583294927, vstest.console.dll, TestPluginCache.GetExtensionPaths: Added default extension paths: C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.Diagnostics.NETCore.Client.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.Extensions.BlameDataCollector.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.Extensions.EventLogCollector.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.TestHostRuntimeProvider.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.dll -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.587, 1870583295099, vstest.console.dll, TestPluginCache.GetExtensionPaths: Added unfilterableExtensionPaths: -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.587, 1870583296159, vstest.console.dll, AssemblyResolver.AddSearchDirectories: Adding more searchDirectories C:\Program Files\dotnet\sdk\8.0.101\Extensions,C:\Program Files\dotnet\sdk\8.0.101 -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.587, 1870583296466, vstest.console.dll, TestPluginCache.DiscoverTestExtensions: Discovering the extensions using extension path. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.587, 1870583296676, vstest.console.dll, TestPluginCache.GetExtensionPaths: Filtered extension paths: -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.587, 1870583296867, vstest.console.dll, TestPluginCache.GetExtensionPaths: Added default extension paths: C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.Diagnostics.NETCore.Client.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.Extensions.BlameDataCollector.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.Extensions.EventLogCollector.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.TestHostRuntimeProvider.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.dll -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.587, 1870583297099, vstest.console.dll, TestPluginCache.GetExtensionPaths: Added unfilterableExtensionPaths: -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.587, 1870583297350, vstest.console.dll, TestPluginCache.DiscoverTestExtensions: Discovering the extensions using allExtensionPaths: C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.Diagnostics.NETCore.Client.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.Extensions.BlameDataCollector.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.Extensions.EventLogCollector.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.TestHostRuntimeProvider.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.dll -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.587, 1870583297635, vstest.console.dll, AssemblyResolver.AddSearchDirectories: Adding more searchDirectories C:\Program Files\dotnet\sdk\8.0.101\Extensions,C:\Program Files\dotnet\sdk\8.0.101 -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.587, 1870583297840, vstest.console.dll, AssemblyResolver.AddSearchDirectories: Adding more searchDirectories C:\Program Files\dotnet\sdk\8.0.101\Extensions,C:\Program Files\dotnet\sdk\8.0.101 -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.587, 1870583298032, vstest.console.dll, AssemblyResolver.AddSearchDirectories: Adding more searchDirectories C:\Program Files\dotnet\sdk\8.0.101\Extensions,C:\Program Files\dotnet\sdk\8.0.101 -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.587, 1870583298200, vstest.console.dll, AssemblyResolver.AddSearchDirectories: Adding more searchDirectories C:\Program Files\dotnet\sdk\8.0.101\Extensions,C:\Program Files\dotnet\sdk\8.0.101 -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.587, 1870583298366, vstest.console.dll, AssemblyResolver.AddSearchDirectories: Adding more searchDirectories C:\Program Files\dotnet\sdk\8.0.101\Extensions,C:\Program Files\dotnet\sdk\8.0.101 -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.587, 1870583298581, vstest.console.dll, AssemblyResolver.AddSearchDirectories: Adding more searchDirectories C:\Program Files\dotnet\sdk\8.0.101\Extensions,C:\Program Files\dotnet\sdk\8.0.101 -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.587, 1870583299209, vstest.console.dll, MetadataReaderExtensionsHelper: Discovering extensions inside assembly 'Microsoft.Diagnostics.NETCore.Client, Version=0.2.8.21101, Culture=neutral, PublicKeyToken=31bf3856ad364e35' file path 'C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.Diagnostics.NETCore.Client.dll' -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.588, 1870583310871, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Bcl.AsyncInterfaces: Resolving assembly. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.588, 1870583311316, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Bcl.AsyncInterfaces: Resolved from cache. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.588, 1870583311495, vstest.console.dll, CurrentDomainAssemblyResolve: Resolving assembly 'Microsoft.Bcl.AsyncInterfaces'. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.588, 1870583311769, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Bcl.AsyncInterfaces: Resolving assembly. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.588, 1870583311935, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Bcl.AsyncInterfaces: Resolved from cache. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.588, 1870583312116, vstest.console.dll, CurrentDomainAssemblyResolve: Resolving assembly 'Microsoft.Bcl.AsyncInterfaces'. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.588, 1870583312268, vstest.console.dll, CurrentDomainAssemblyResolve: Failed to resolve assembly 'Microsoft.Bcl.AsyncInterfaces'. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.588, 1870583313096, vstest.console.dll, CurrentDomainAssemblyResolve: Failed to resolve assembly 'Microsoft.Bcl.AsyncInterfaces'. -TpTrace Warning: 0 : 35576, 1, 2024/08/30, 15:26:47.589, 1870583315498, vstest.console.dll, TestPluginDiscoverer: Failed to get types from assembly 'Microsoft.Diagnostics.NETCore.Client, Version=0.2.8.21101, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Error: System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. -Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified. - at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) - at System.Reflection.RuntimeModule.GetTypes() - at Microsoft.VisualStudio.TestPlatform.Common.ExtensionFramework.TestPluginDiscoverer.GetTestExtensionsFromAssembly[TPluginInfo,TExtension](Assembly assembly, Dictionary`2 pluginInfos, String filePath) in /_/src/Microsoft.TestPlatform.Common/ExtensionFramework/TestPluginDiscoverer.cs:line 158 -System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified. -File name: 'Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' - ---> System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified. -File name: 'Microsoft.Bcl.AsyncInterfaces, Culture=neutral, PublicKeyToken=null' - at System.Reflection.RuntimeAssembly.InternalLoad(AssemblyName assemblyName, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext, RuntimeAssembly requestingAssembly, Boolean throwOnFileNotFound) - at System.Reflection.Assembly.Load(AssemblyName assemblyRef) - at Microsoft.VisualStudio.TestPlatform.Common.ExtensionFramework.TestPluginCache.CurrentDomainAssemblyResolve(Object sender, AssemblyResolveEventArgs args) in /_/src/Microsoft.TestPlatform.Common/ExtensionFramework/TestPluginCache.cs:line 513 - at System.Runtime.Loader.AssemblyLoadContext.GetFirstResolvedAssemblyFromResolvingEvent(AssemblyName assemblyName) - at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName) - at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingResolvingEvent(IntPtr gchManagedAssemblyLoadContext, AssemblyName assemblyName) -TpTrace Warning: 0 : 35576, 1, 2024/08/30, 15:26:47.589, 1870583316565, vstest.console.dll, LoaderExceptions: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified. -File name: 'Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' - ---> System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified. -File name: 'Microsoft.Bcl.AsyncInterfaces, Culture=neutral, PublicKeyToken=null' - at System.Reflection.RuntimeAssembly.InternalLoad(AssemblyName assemblyName, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext, RuntimeAssembly requestingAssembly, Boolean throwOnFileNotFound) - at System.Reflection.Assembly.Load(AssemblyName assemblyRef) - at Microsoft.VisualStudio.TestPlatform.Common.ExtensionFramework.TestPluginCache.CurrentDomainAssemblyResolve(Object sender, AssemblyResolveEventArgs args) in /_/src/Microsoft.TestPlatform.Common/ExtensionFramework/TestPluginCache.cs:line 513 - at System.Runtime.Loader.AssemblyLoadContext.GetFirstResolvedAssemblyFromResolvingEvent(AssemblyName assemblyName) - at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName) - at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingResolvingEvent(IntPtr gchManagedAssemblyLoadContext, AssemblyName assemblyName) -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.589, 1870583317068, vstest.console.dll, MetadataReaderExtensionsHelper: Discovering extensions inside assembly 'Microsoft.TestPlatform.Extensions.BlameDataCollector, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' file path 'C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.Extensions.BlameDataCollector.dll' -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.590, 1870583327217, vstest.console.dll, GetTestExtensionFromType: Register extension with identifier data 'logger://Microsoft/TestPlatform/Extensions/Blame/v1' and type 'Microsoft.TestPlatform.Extensions.BlameDataCollector.BlameLogger, Microsoft.TestPlatform.Extensions.BlameDataCollector, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' inside file 'C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.Extensions.BlameDataCollector.dll' -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.590, 1870583327697, vstest.console.dll, MetadataReaderExtensionsHelper: Discovering extensions inside assembly 'Microsoft.TestPlatform.Extensions.EventLogCollector, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' file path 'C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.Extensions.EventLogCollector.dll' -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.591, 1870583337217, vstest.console.dll, MetadataReaderExtensionsHelper: Discovering extensions inside assembly 'Microsoft.TestPlatform.TestHostRuntimeProvider, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' file path 'C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.TestHostRuntimeProvider.dll' -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.592, 1870583346790, vstest.console.dll, MetadataReaderExtensionsHelper: Discovering extensions inside assembly 'Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' file path 'C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.dll' -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.593, 1870583357128, vstest.console.dll, GetTestExtensionFromType: Register extension with identifier data 'logger://Microsoft/TestPlatform/HtmlLogger/v1' and type 'Microsoft.VisualStudio.TestPlatform.Extensions.HtmlLogger.HtmlLogger, Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' inside file 'C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.dll' -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.593, 1870583357642, vstest.console.dll, MetadataReaderExtensionsHelper: Discovering extensions inside assembly 'Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' file path 'C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.dll' -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.594, 1870583366778, vstest.console.dll, GetTestExtensionFromType: Register extension with identifier data 'logger://Microsoft/TestPlatform/TrxLogger/v1' and type 'Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.TrxLogger, Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' inside file 'C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.dll' -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.594, 1870583367288, vstest.console.dll, TestPluginCache: Discovered the extensions using extension path ''. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.594, 1870583367578, vstest.console.dll, TestPluginCache: Discoverers are ''. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.594, 1870583367724, vstest.console.dll, TestPluginCache: Executors are ''. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.594, 1870583368009, vstest.console.dll, TestPluginCache: Executors2 are ''. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.594, 1870583368183, vstest.console.dll, TestPluginCache: Setting providers are ''. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.594, 1870583368568, vstest.console.dll, TestPluginCache: Loggers are 'logger://Microsoft/TestPlatform/Extensions/Blame/v1,logger://Microsoft/TestPlatform/HtmlLogger/v1,logger://Microsoft/TestPlatform/TrxLogger/v1'. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.594, 1870583368894, vstest.console.dll, TestPluginCache: TestHosts are 'HostProvider://DefaultTestHost,HostProvider://DotnetTestHost'. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.594, 1870583369072, vstest.console.dll, TestPluginCache: DataCollectors are ''. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.595, 1870583374563, vstest.console.dll, TestPluginManager.CreateTestExtension: Attempting to load test extension: Microsoft.TestPlatform.Extensions.BlameDataCollector.BlameLogger -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.602, 1870583449087, vstest.console.dll, TestEngine: Initializing Parallel Execution as MaxCpuCount is set to: 1 -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.603, 1870583458110, vstest.console.dll, TestPluginManager.CreateTestExtension: Attempting to load test extension: Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.Hosting.DefaultTestHostManager -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.605, 1870583478565, vstest.console.dll, TestPluginManager.CreateTestExtension: Attempting to load test extension: Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.Hosting.DotnetTestHostManager -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.605, 1870583481894, vstest.console.dll, InferRunSettingsHelper.IsTestSettingsEnabled: Unable to navigate to RunSettings/MSTest. Current node: RunSettings -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.606, 1870583485942, vstest.console.dll, ParallelOperationManager.ClearSlots: Clearing all slots. Slots should accept more work: True -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.606, 1870583489812, vstest.console.dll, ParallelOperationManager.SetOccupiedSlotCount: Setting slot counts AvailableSlotCount = 1, OccupiedSlotCount = 0. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.606, 1870583491740, vstest.console.dll, Occupied slots: - -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.608, 1870583511885, vstest.console.dll, TestEngine.GetExecutionManager: Chosen execution manager 'Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.Client.Parallel.ParallelProxyExecutionManager, Microsoft.TestPlatform.CrossPlatEngine, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' ParallelLevel '1'. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.608, 1870583512743, vstest.console.dll, TestRunRequest.ExecuteAsync: Creating test run request. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.609, 1870583514077, vstest.console.dll, TestRunRequest.ExecuteAsync: Starting. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.609, 1870583521015, vstest.console.dll, TestRunRequest.ExecuteAsync: Starting run with settings:TestRunCriteria: - KeepAlive=False,FrequencyOfRunStatsChangeEvent=10,RunStatsChangeEventTimeout=00:00:01.5000000,TestCaseFilter=,TestExecutorLauncher= - Settingsxml= - - C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\fine-code-coverage\coverage-tool-output - X64 - .NETCoreApp,Version=v8.0 - False - False - - - - - - - - - - - - C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\fine-code-coverage\coverage-tool-output - - - - - - -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.609, 1870583521464, vstest.console.dll, TestRunRequest.ExecuteAsync: Wait for the first run request is over. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.609, 1870583523449, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: TestRun.TestRunStart: Invoking callbacks was skipped because there are no subscribers. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:47.610, 1870583524728, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestRunStart: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.610, 1870583530070, vstest.console.dll, ParallelProxyExecutionManager: Start execution. Total sources: 1 -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.610, 1870583532212, vstest.console.dll, ParallelOperationManager.StartWork: Starting adding 1 workloads. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.610, 1870583532628, vstest.console.dll, ParallelOperationManager.ClearSlots: Clearing all slots. Slots should accept more work: True -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.610, 1870583533028, vstest.console.dll, ParallelOperationManager.SetOccupiedSlotCount: Setting slot counts AvailableSlotCount = 1, OccupiedSlotCount = 0. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.610, 1870583533240, vstest.console.dll, Occupied slots: - -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.611, 1870583541165, vstest.console.dll, TestRequestSender is acting as server. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.612, 1870583547553, vstest.console.dll, ParallelOperationManager.RunWorkInParallel: Adding 1 workload to slot, remaining workloads 0. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.612, 1870583548017, vstest.console.dll, ParallelOperationManager.SetOccupiedSlotCount: Setting slot counts AvailableSlotCount = 0, OccupiedSlotCount = 1. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.612, 1870583548728, vstest.console.dll, Occupied slots: -0: C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\fine-code-coverage\build-output\Optimizely.Graph.Source.Sdk.Tests.dll -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.613, 1870583554381, vstest.console.dll, ParallelOperationManager.RunWorkInParallel: Started host in slot number 0 for work (source): C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\fine-code-coverage\build-output\Optimizely.Graph.Source.Sdk.Tests.dll. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.613, 1870583563463, vstest.console.dll, ParallelOperationManager.RunWorkInParallel: We started 1 work items, which is the max parallel level. Won't start more work. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.614, 1870583564076, vstest.console.dll, ParallelOperationManager.RunWorkInParallel: We started 1 work items in here, returning True. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:47.614, 1870583564288, vstest.console.dll, TestRunRequest.ExecuteAsync: Started. -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:47.614, 1870583565271, vstest.console.dll, ParallelProxyExecutionManager.StartTestRunOnConcurrentManager: Initializing uninitialized client. Started clients: 0 -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:47.614, 1870583566317, vstest.console.dll, DataCollectionRequestSender.InitializeCommunication : Initialize communication. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:47.614, 1870583567917, vstest.console.dll, TestRunRequest.WaitForCompletion: Waiting with timeout -1. -TpTrace Information: 0 : 35576, 5, 2024/08/30, 15:26:47.626, 1870583687716, vstest.console.dll, Listening on Endpoint : 127.0.0.1:51624 -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:47.631, 1870583741182, vstest.console.dll, DotnetDataCollectionLauncher: Adding --runtimeconfig "C:\Program Files\dotnet\sdk\8.0.101\datacollector.runtimeconfig.json" in args -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:47.631, 1870583742160, vstest.console.dll, DotnetDataCollectionLauncher: Adding --depsfile "C:\Program Files\dotnet\sdk\8.0.101\datacollector.deps.json" in args -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:47.631, 1870583743484, vstest.console.dll, DotnetDataCollectionLauncher: Full path of dotnet.exe is C:\Program Files\dotnet\dotnet.exe -TpTrace Information: 0 : 35576, 5, 2024/08/30, 15:26:47.642, 1870583843903, vstest.console.dll, ProxyDataCollectionManager.Initialize: Launched datacollector processId: 47348 port: 51624 -TpTrace Information: 0 : 35576, 5, 2024/08/30, 15:26:47.642, 1870583844980, vstest.console.dll, ProxyDataCollectionManager.Initialize: waiting for connection with timeout: 90 seconds -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:47.642, 1870583845311, vstest.console.dll, DataCollectionRequestSender.WaitForRequestHandlerConnection : Waiting for connection with timeout: 90000 -TpTrace Information: 0 : 35576, 7, 2024/08/30, 15:26:47.838, 1870585804166, vstest.console.dll, Using the buffer size of 16384 bytes -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:47.838, 1870585804440, vstest.console.dll, SocketCommunicationManager.WaitForClientConnection took: 195 ms, with 90000 ms timeout, and finished with True. -TpTrace Information: 0 : 35576, 7, 2024/08/30, 15:26:47.838, 1870585805151, vstest.console.dll, Accepted Client request and set the flag -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:47.838, 1870585806574, vstest.console.dll, ProxyDataCollectionManager.InvokeDataCollectionServiceAction: Starting. -TpTrace Information: 0 : 35576, 5, 2024/08/30, 15:26:47.838, 1870585807111, vstest.console.dll, ProxyDataCollectionManager.BeforeTestRunStart: Get environment variable and port for datacollector processId: 47348 port: 51624 -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:47.838, 1870585807864, vstest.console.dll, DataCollectionRequestSender.SendBeforeTestRunStartAndGetResult: Send BeforeTestRunStart message with settingsXml C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\fine-code-coverage\coverage-tool-outputX64.NETCoreApp,Version=v8.0FalseFalseC:\Program Files\dotnet\sdk\8.0.101\ExtensionsC:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\fine-code-coverage\coverage-tool-output and sources System.Collections.Generic.List`1[System.String]: -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:47.887, 1870586296898, vstest.console.dll, DataCollectionRequestSender.SendBeforeTestRunStartAndGetResult: Received message: (DataCollection.SendMessage) -> {"MessageType":"DataCollection.SendMessage","Payload":{"FriendlyName":null,"Uri":null,"TestCaseId":"00000000-0000-0000-0000-000000000000","Message":"Logging DataCollector Diagnostics in file: C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\coverage-tool-output\\diagnostics.datacollector.24-08-30_15-26-47_63158_5.log","Level":0}} -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:47.953, 1870586957217, vstest.console.dll, DataCollectionRequestSender.SendBeforeTestRunStartAndGetResult: Received message: (DataCollection.BeforeTestRunStartResult) -> {"MessageType":"DataCollection.BeforeTestRunStartResult","Payload":{"EnvironmentVariables":{},"DataCollectionEventsPort":51626}} -TpTrace Information: 0 : 35576, 5, 2024/08/30, 15:26:47.956, 1870586986039, vstest.console.dll, ProxyDataCollectionManager.BeforeTestRunStart: SendBeforeTestRunStartAndGetResult successful, env variable from datacollector: and testhost port: 51626 -TpTrace Information: 0 : 35576, 5, 2024/08/30, 15:26:47.956, 1870586986650, vstest.console.dll, ProxyDataCollectionManager.InvokeDataCollectionServiceAction: Completed. -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:47.956, 1870586986910, vstest.console.dll, ParallelProxyExecutionManager.StartTestRunOnConcurrentManager: Initializing test run. Started clients: 0 -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:47.956, 1870586987441, vstest.console.dll, ProxyExecutionManager: Test host is always Lazy initialize. -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:47.956, 1870586989134, vstest.console.dll, TestRequestSender.InitializeCommunication: initialize communication. -TpTrace Information: 0 : 35576, 5, 2024/08/30, 15:26:47.956, 1870586992920, vstest.console.dll, SocketServer.Start: Listening on endpoint : 127.0.0.1:51627 -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:47.957, 1870586997972, vstest.console.dll, DotnetTestHostmanager.GetTestHostProcessStartInfo: Platform environment 'X64' target architecture 'X64' framework '.NETCoreApp,Version=v8.0' OS 'Windows' -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:47.957, 1870586999843, vstest.console.dll, DotnetTestHostmanager: Adding --runtimeconfig "C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\fine-code-coverage\build-output\Optimizely.Graph.Source.Sdk.Tests.runtimeconfig.json" in args -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:47.957, 1870587000664, vstest.console.dll, DotnetTestHostmanager: Adding --depsfile "C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\fine-code-coverage\build-output\Optimizely.Graph.Source.Sdk.Tests.deps.json" in args -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:47.957, 1870587001980, vstest.console.dll, DotnetTestHostmanager.IsWinOnArm: Current PROCESSOR_ARCHITECTURE from environment variable 'AMD64' -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:47.957, 1870587002396, vstest.console.dll, DotnetTestHostmanager.IsWinOnArm: Is Windows on ARM 'False' -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:47.957, 1870587003180, vstest.console.dll, DotnetTestHostManager: testhost.exe found at path: C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\fine-code-coverage\build-output\testhost.exe -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:47.957, 1870587003459, vstest.console.dll, DotnetTestHostmanager: Full path of host exe is C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\fine-code-coverage\build-output\testhost.exe -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:47.958, 1870587004319, vstest.console.dll, DotnetTestHostmanager.LaunchTestHostAsync: Found 'VSTEST_WINAPPHOST_DOTNET_ROOT' in env variables, value 'C:\Program Files\dotnet', forwarding to 'DOTNET_ROOT' -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:47.958, 1870587005196, vstest.console.dll, DotnetTestHostManager: Starting process 'C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\fine-code-coverage\build-output\testhost.exe' with command line ' --runtimeconfig "C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\fine-code-coverage\build-output\Optimizely.Graph.Source.Sdk.Tests.runtimeconfig.json" --depsfile "C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\fine-code-coverage\build-output\Optimizely.Graph.Source.Sdk.Tests.deps.json" --port 51627 --endpoint 127.0.0.1:051627 --role client --parentprocessid 35576 --diag "C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\fine-code-coverage\coverage-tool-output\diagnostics.host.24-08-30_15-26-47_95717_5.log" --tracelevel 4 --datacollectionport 51626 --telemetryoptedin false' -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:47.968, 1870587108357, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: HostProviderEvents.OnHostLaunched: Invoking callback 1/2 for Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.Client.ProxyExecutionManagerWithDataCollection., took 0 ms. -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:47.968, 1870587110363, vstest.console.dll, Test Runtime launched -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:47.968, 1870587110806, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: HostProviderEvents.OnHostLaunched: Invoking callback 2/2 for Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.Client.ProxyOperationManager., took 0 ms. -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:47.968, 1870587111482, vstest.console.dll, TestRequestSender.WaitForRequestHandlerConnection: waiting for connection with timeout: 90000. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.179, 1870589217247, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: SocketServer: ClientConnected: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.TestRequestSender., took 0 ms. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.179, 1870589218621, vstest.console.dll, SocketServer.OnClientConnected: Client connected for endPoint: 127.0.0.1:51627, starting MessageLoopAsync: -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:48.179, 1870589217641, vstest.console.dll, TestRequestSender.WaitForRequestHandlerConnection: waiting took 210 ms, with timeout 90000 ms, and result 0, which is success. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.180, 1870589223909, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: Polling on remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:48.180, 1870589227223, vstest.console.dll, TestRequestSender.CheckVersionWithTestHost: Sending check version message: {"MessageType":"ProtocolVersion","Payload":7} -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.263, 1870590061891, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: NotifyDataAvailable remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.264, 1870590064112, vstest.console.dll, TestRequestSender.CheckVersionWithTestHost: onMessageReceived received message: (ProtocolVersion) -> {"MessageType":"ProtocolVersion","Payload":7} -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.264, 1870590068050, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: LengthPrefixCommunicationChannel: MessageReceived: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.TestRequestSender+<>c__DisplayClass29_0., took 0 ms. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.264, 1870590068922, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: Polling on remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:48.264, 1870590069586, vstest.console.dll, TestPluginCache.GetExtensionPaths: Filtered extension paths: -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:48.264, 1870590070208, vstest.console.dll, TestPluginCache.GetExtensionPaths: Added default extension paths: C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.Diagnostics.NETCore.Client.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.Extensions.BlameDataCollector.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.Extensions.EventLogCollector.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.TestPlatform.TestHostRuntimeProvider.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.dll -C:\Program Files\dotnet\sdk\8.0.101\Extensions\Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.dll -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:48.264, 1870590070469, vstest.console.dll, TestPluginCache.GetExtensionPaths: Added unfilterableExtensionPaths: -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:48.266, 1870590092096, vstest.console.dll, TestRequestSender.InitializeExecution: Sending initialize execution with message: {"Version":7,"MessageType":"TestExecution.Initialize","Payload":["C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll"]} -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:48.266, 1870590093610, vstest.console.dll, ParallelProxyExecutionManager.StartTestRunOnConcurrentManager: Execution starting. Started clients: 1 -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.267, 1870590093988, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: NotifyDataAvailable remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.267, 1870590094889, vstest.console.dll, LengthPrefixCommunicationChannel.NotifyDataAvailable: New data are waiting to be received, but there is no subscriber to be notified. Not reading them from the stream. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.267, 1870590095310, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: Polling on remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.267, 1870590095560, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: NotifyDataAvailable remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.267, 1870590095737, vstest.console.dll, LengthPrefixCommunicationChannel.NotifyDataAvailable: New data are waiting to be received, but there is no subscriber to be notified. Not reading them from the stream. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.267, 1870590096160, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: Polling on remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.267, 1870590096347, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: NotifyDataAvailable remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.267, 1870590096658, vstest.console.dll, LengthPrefixCommunicationChannel.NotifyDataAvailable: New data are waiting to be received, but there is no subscriber to be notified. Not reading them from the stream. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.267, 1870590096830, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: Polling on remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.267, 1870590097241, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: NotifyDataAvailable remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:48.267, 1870590095718, vstest.console.dll, TestRunRequest:SendTestRunMessage: Starting. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.267, 1870590097531, vstest.console.dll, LengthPrefixCommunicationChannel.NotifyDataAvailable: New data are waiting to be received, but there is no subscriber to be notified. Not reading them from the stream. -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:48.267, 1870590099275, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: TestRun.LogMessages: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.TestRunResultAggregator., took 0 ms. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.267, 1870590099282, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: Polling on remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Information: 0 : 35576, 5, 2024/08/30, 15:26:48.267, 1870590099638, vstest.console.dll, TestRunRequest:SendTestRunMessage: Completed. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.267, 1870590100025, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: NotifyDataAvailable remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.267, 1870590100505, vstest.console.dll, LengthPrefixCommunicationChannel.NotifyDataAvailable: New data are waiting to be received, but there is no subscriber to be notified. Not reading them from the stream. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.267, 1870590100729, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: Polling on remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.267, 1870590100912, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: NotifyDataAvailable remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.267, 1870590100877, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestRunMessage: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.267, 1870590101081, vstest.console.dll, LengthPrefixCommunicationChannel.NotifyDataAvailable: New data are waiting to be received, but there is no subscriber to be notified. Not reading them from the stream. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.267, 1870590102678, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: Polling on remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.267, 1870590103025, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: NotifyDataAvailable remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.267, 1870590103207, vstest.console.dll, LengthPrefixCommunicationChannel.NotifyDataAvailable: New data are waiting to be received, but there is no subscriber to be notified. Not reading them from the stream. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.267, 1870590103368, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: Polling on remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Warning: 0 : 35576, 5, 2024/08/30, 15:26:48.267, 1870590103345, vstest.console.dll, InferRunSettingsHelper.MakeRunsettingsCompatible: Removing the following settings: TargetPlatform from RunSettings file. To use those settings please move to latest version of Microsoft.NET.Test.Sdk -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.268, 1870590104590, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: NotifyDataAvailable remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.268, 1870590105067, vstest.console.dll, LengthPrefixCommunicationChannel.NotifyDataAvailable: New data are waiting to be received, but there is no subscriber to be notified. Not reading them from the stream. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.268, 1870590105302, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: Polling on remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.268, 1870590105547, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: NotifyDataAvailable remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.268, 1870590105705, vstest.console.dll, LengthPrefixCommunicationChannel.NotifyDataAvailable: New data are waiting to be received, but there is no subscriber to be notified. Not reading them from the stream. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.268, 1870590105860, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: Polling on remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.268, 1870590106041, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: NotifyDataAvailable remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.268, 1870590107543, vstest.console.dll, TestRequestSender.OnExecutionMessageReceived: Received message: {"Version":7,"MessageType":"TestSession.Message","Payload":{"MessageLevel":0,"Message":"Logging TestHost Diagnostics in file: C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\coverage-tool-output\\diagnostics.host.24-08-30_15-26-47_95717_5.log"}} -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.269, 1870590122312, vstest.console.dll, TestRunRequest:SendTestRunMessage: Starting. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.269, 1870590123018, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: TestRun.LogMessages: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.TestRunResultAggregator., took 0 ms. -TpTrace Information: 0 : 35576, 12, 2024/08/30, 15:26:48.269, 1870590123394, vstest.console.dll, TestRunRequest:SendTestRunMessage: Completed. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.269, 1870590123674, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: LengthPrefixCommunicationChannel: MessageReceived: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.TestRequestSender+<>c__DisplayClass34_0., took 1 ms. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.270, 1870590123869, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: Polling on remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.270, 1870590124076, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestRunMessage: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:48.271, 1870590138585, vstest.console.dll, TestRequestSender.StartTestRun: Sending test run with message: {"Version":7,"MessageType":"TestExecution.StartWithSources","Payload":{"AdapterSourceMap":{"_none_":["C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll"]},"RunSettings":"\r\n \r\n C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\coverage-tool-output\r\n .NETCoreApp,Version=v8.0\r\n False\r\n False\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\coverage-tool-output\r\n \r\n \r\n \r\n \r\n","TestExecutionContext":{"FrequencyOfRunStatsChangeEvent":10,"RunStatsChangeEventTimeout":"00:00:01.5000000","InIsolation":false,"KeepAlive":false,"AreTestCaseLevelEventsRequired":false,"IsDebug":false,"TestCaseFilter":null,"FilterOptions":null},"Package":null}} -TpTrace Verbose: 0 : 35576, 5, 2024/08/30, 15:26:48.271, 1870590140364, vstest.console.dll, ParallelProxyExecutionManager.StartTestRunOnConcurrentManager: Execution started. Started clients: 1 -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.663, 1870594056438, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: NotifyDataAvailable remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.663, 1870594060421, vstest.console.dll, TestRequestSender.OnExecutionMessageReceived: Received message: {"Version":7,"MessageType":"TestExecution.StatsChange","Payload":{"NewTestResults":[{"TestCase":{"Id":"6fdc96ff-4fab-69e6-eade-d01648b6c48e","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.GraphSourceClientTests.Create_ReturnsConfiguredClient","DisplayName":"Create_ReturnsConfiguredClient","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.GraphSourceClientTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Create_ReturnsConfiguredClient"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.GraphSourceClientTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests","GraphSourceClientTests","Create_ReturnsConfiguredClient"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"Create_ReturnsConfiguredClient","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0129360","StartTime":"2024-08-30T15:26:48.507034-04:00","EndTime":"2024-08-30T15:26:48.5286448-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"0341b4f6-9dcf-989b-dc58-826c15cf3ff2","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.GraphSourceClientTests.Create_ThrowsForInvalidAppKey","DisplayName":"Create_ThrowsForInvalidAppKey ()","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.GraphSourceClientTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Create_ThrowsForInvalidAppKey(System.String)"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.GraphSourceClientTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests","GraphSourceClientTests","Create_ThrowsForInvalidAppKey(System.String)"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.DynamicDataType","Label":"DynamicDataType","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2},{"Key":{"Id":"MSTest.DynamicData","Label":"DynamicData","Category":"","Description":"","Attributes":1,"ValueType":"System.String[]"},"Value":[null,null]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"Create_ThrowsForInvalidAppKey ()","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0005600","StartTime":"2024-08-30T15:26:48.5407518-04:00","EndTime":"2024-08-30T15:26:48.5422628-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"282265d3-c172-82fa-e603-bedb4c2277f3","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.GraphSourceClientTests.Create_ThrowsForInvalidAppKey","DisplayName":"Create_ThrowsForInvalidAppKey ()","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.GraphSourceClientTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Create_ThrowsForInvalidAppKey(System.String)"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.GraphSourceClientTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests","GraphSourceClientTests","Create_ThrowsForInvalidAppKey(System.String)"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.DynamicDataType","Label":"DynamicDataType","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2},{"Key":{"Id":"MSTest.DynamicData","Label":"DynamicData","Category":"","Description":"","Attributes":1,"ValueType":"System.String[]"},"Value":["System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e","\"\""]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"Create_ThrowsForInvalidAppKey ()","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0001138","StartTime":"2024-08-30T15:26:48.5449878-04:00","EndTime":"2024-08-30T15:26:48.5461468-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"407d1113-2f46-0573-5fcf-4a6598f41efa","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.GraphSourceClientTests.Create_ThrowsForInvalidAppKey","DisplayName":"Create_ThrowsForInvalidAppKey ( )","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.GraphSourceClientTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Create_ThrowsForInvalidAppKey(System.String)"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.GraphSourceClientTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests","GraphSourceClientTests","Create_ThrowsForInvalidAppKey(System.String)"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.DynamicDataType","Label":"DynamicDataType","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2},{"Key":{"Id":"MSTest.DynamicData","Label":"DynamicData","Category":"","Description":"","Attributes":1,"ValueType":"System.String[]"},"Value":["System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e","\" \""]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"Create_ThrowsForInvalidAppKey ( )","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0000341","StartTime":"2024-08-30T15:26:48.5483322-04:00","EndTime":"2024-08-30T15:26:48.5485171-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"ad41e7c6-e316-2d67-ab22-771a2c596ded","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.GraphSourceClientTests.Create_ThrowsForInvalidSecretKey","DisplayName":"Create_ThrowsForInvalidSecretKey ()","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.GraphSourceClientTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Create_ThrowsForInvalidSecretKey(System.String)"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.GraphSourceClientTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests","GraphSourceClientTests","Create_ThrowsForInvalidSecretKey(System.String)"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.DynamicDataType","Label":"DynamicDataType","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2},{"Key":{"Id":"MSTest.DynamicData","Label":"DynamicData","Category":"","Description":"","Attributes":1,"ValueType":"System.String[]"},"Value":[null,null]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"Create_ThrowsForInvalidSecretKey ()","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0001609","StartTime":"2024-08-30T15:26:48.551005-04:00","EndTime":"2024-08-30T15:26:48.5513011-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"c62a3a70-4803-4725-da90-27be0737f16a","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.GraphSourceClientTests.Create_ThrowsForInvalidSecretKey","DisplayName":"Create_ThrowsForInvalidSecretKey ()","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.GraphSourceClientTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Create_ThrowsForInvalidSecretKey(System.String)"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.GraphSourceClientTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests","GraphSourceClientTests","Create_ThrowsForInvalidSecretKey(System.String)"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.DynamicDataType","Label":"DynamicDataType","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2},{"Key":{"Id":"MSTest.DynamicData","Label":"DynamicData","Category":"","Description":"","Attributes":1,"ValueType":"System.String[]"},"Value":["System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e","\"\""]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"Create_ThrowsForInvalidSecretKey ()","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0001072","StartTime":"2024-08-30T15:26:48.5533672-04:00","EndTime":"2024-08-30T15:26:48.5536197-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"b04edea2-7663-d4ad-f4de-e94a2030a919","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.GraphSourceClientTests.Create_ThrowsForInvalidSecretKey","DisplayName":"Create_ThrowsForInvalidSecretKey ( )","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.GraphSourceClientTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Create_ThrowsForInvalidSecretKey(System.String)"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.GraphSourceClientTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests","GraphSourceClientTests","Create_ThrowsForInvalidSecretKey(System.String)"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.DynamicDataType","Label":"DynamicDataType","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2},{"Key":{"Id":"MSTest.DynamicData","Label":"DynamicData","Category":"","Description":"","Attributes":1,"ValueType":"System.String[]"},"Value":["System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e","\" \""]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"Create_ThrowsForInvalidSecretKey ( )","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0000293","StartTime":"2024-08-30T15:26:48.5557005-04:00","EndTime":"2024-08-30T15:26:48.55597-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"4417c9d1-cef9-04af-068a-b0f1a5c7713c","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests.Ctor_CreatesHttpClient","DisplayName":"Ctor_CreatesHttpClient","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Ctor_CreatesHttpClient"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests","RestClientTests","Ctor_CreatesHttpClient"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"Ctor_CreatesHttpClient","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0618948","StartTime":"2024-08-30T15:26:48.5579383-04:00","EndTime":"2024-08-30T15:26:48.6201755-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"46cbc8e1-3910-9433-a85c-d2f2605fe54f","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests.SendAsync_ReturnsARequest","DisplayName":"SendAsync_ReturnsARequest","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"SendAsync_ReturnsARequest"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests","RestClientTests","SendAsync_ReturnsARequest"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"SendAsync_ReturnsARequest","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0235550","StartTime":"2024-08-30T15:26:48.6228491-04:00","EndTime":"2024-08-30T15:26:48.6468063-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]}],"TestRunStatistics":{"ExecutedTests":9,"Stats":{"Passed":9}},"ActiveTests":[{"Id":"ca5f5519-aef1-187d-4b0a-dbf98d6982fe","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests.SendAsync_ReturnsARequest_WithCancellationToken","DisplayName":"SendAsync_ReturnsARequest_WithCancellationToken","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"SendAsync_ReturnsARequest_WithCancellationToken"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests","RestClientTests","SendAsync_ReturnsARequest_WithCancellationToken"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]}]}} -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.702, 1870594447002, vstest.console.dll, TestRunRequest:SendTestRunStatsChange: Starting. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.702, 1870594448455, vstest.console.dll, InProgress is SendAsync_ReturnsARequest_WithCancellationToken -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.702, 1870594450042, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: TestRun.RunStatsChanged: Invoking callbacks was skipped because there are no subscribers. -TpTrace Information: 0 : 35576, 12, 2024/08/30, 15:26:48.702, 1870594450369, vstest.console.dll, TestRunRequest:SendTestRunStatsChange: Completed. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.702, 1870594450592, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: LengthPrefixCommunicationChannel: MessageReceived: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.TestRequestSender+<>c__DisplayClass34_0., took 39 ms. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.702, 1870594450841, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: Polling on remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.702, 1870594451178, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: NotifyDataAvailable remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.703, 1870594453742, vstest.console.dll, TestRequestSender.OnExecutionMessageReceived: Received message: {"Version":7,"MessageType":"TestExecution.StatsChange","Payload":{"NewTestResults":[{"TestCase":{"Id":"ca5f5519-aef1-187d-4b0a-dbf98d6982fe","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests.SendAsync_ReturnsARequest_WithCancellationToken","DisplayName":"SendAsync_ReturnsARequest_WithCancellationToken","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"SendAsync_ReturnsARequest_WithCancellationToken"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests","RestClientTests","SendAsync_ReturnsARequest_WithCancellationToken"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"SendAsync_ReturnsARequest_WithCancellationToken","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0014104","StartTime":"2024-08-30T15:26:48.6644841-04:00","EndTime":"2024-08-30T15:26:48.6661231-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"56a66597-fd4b-6013-8c59-6e41b84765f7","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests.SendAsync_WithCommunicationError_ThrowsCommunicationException","DisplayName":"SendAsync_WithCommunicationError_ThrowsCommunicationException","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"SendAsync_WithCommunicationError_ThrowsCommunicationException"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests","RestClientTests","SendAsync_WithCommunicationError_ThrowsCommunicationException"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"SendAsync_WithCommunicationError_ThrowsCommunicationException","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0027216","StartTime":"2024-08-30T15:26:48.6683073-04:00","EndTime":"2024-08-30T15:26:48.6712245-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"58d28926-ac39-d2d2-b19b-12badbdf1bee","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests.HandleResponse_BadRequest_ThrowsValidationException","DisplayName":"HandleResponse_BadRequest_ThrowsValidationException","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"HandleResponse_BadRequest_ThrowsValidationException"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests","RestClientTests","HandleResponse_BadRequest_ThrowsValidationException"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"HandleResponse_BadRequest_ThrowsValidationException","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0016187","StartTime":"2024-08-30T15:26:48.6731009-04:00","EndTime":"2024-08-30T15:26:48.6748767-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"03ad2912-7f4d-d6eb-7423-c0c4f9cd324f","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests.HandleResponse_NotFound_ThrowsNotFoundException","DisplayName":"HandleResponse_NotFound_ThrowsNotFoundException","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"HandleResponse_NotFound_ThrowsNotFoundException"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests","RestClientTests","HandleResponse_NotFound_ThrowsNotFoundException"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"HandleResponse_NotFound_ThrowsNotFoundException","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0011557","StartTime":"2024-08-30T15:26:48.6765989-04:00","EndTime":"2024-08-30T15:26:48.6779026-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"c15302a2-4b66-7228-fcbe-f3d064051e21","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests.HandleResponse_WithInternalServerError_ThrowsServiceErrorException","DisplayName":"HandleResponse_WithInternalServerError_ThrowsServiceErrorException","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"HandleResponse_WithInternalServerError_ThrowsServiceErrorException"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests","RestClientTests","HandleResponse_WithInternalServerError_ThrowsServiceErrorException"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"HandleResponse_WithInternalServerError_ThrowsServiceErrorException","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0006202","StartTime":"2024-08-30T15:26:48.6796969-04:00","EndTime":"2024-08-30T15:26:48.6804927-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"614c4b49-1a9f-0886-ed53-f24d4bbf0431","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests.HandleResponse_WithTimeout_ThrowsTimeoutException","DisplayName":"HandleResponse_WithTimeout_ThrowsTimeoutException","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"HandleResponse_WithTimeout_ThrowsTimeoutException"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests","RestClientTests","HandleResponse_WithTimeout_ThrowsTimeoutException"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"HandleResponse_WithTimeout_ThrowsTimeoutException","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0006880","StartTime":"2024-08-30T15:26:48.6828377-04:00","EndTime":"2024-08-30T15:26:48.6837174-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"36479821-d980-5eac-67be-76c9f93fa7dc","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests.HandleResponse_WithNotAuthorized_ThrowsNotAuthorizedException","DisplayName":"HandleResponse_WithNotAuthorized_ThrowsNotAuthorizedException","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"HandleResponse_WithNotAuthorized_ThrowsNotAuthorizedException"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests","RestClientTests","HandleResponse_WithNotAuthorized_ThrowsNotAuthorizedException"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"HandleResponse_WithNotAuthorized_ThrowsNotAuthorizedException","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0006708","StartTime":"2024-08-30T15:26:48.6859214-04:00","EndTime":"2024-08-30T15:26:48.6867696-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"788860a6-8133-5fac-75bc-66040b9e5bef","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests.HandleResponse_ThrowsServiceErrorException_ByDefault","DisplayName":"HandleResponse_ThrowsServiceErrorException_ByDefault","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"HandleResponse_ThrowsServiceErrorException_ByDefault"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests.RestClientTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.RestClientHelperTests","RestClientTests","HandleResponse_ThrowsServiceErrorException_ByDefault"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"HandleResponse_ThrowsServiceErrorException_ByDefault","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0006167","StartTime":"2024-08-30T15:26:48.6885189-04:00","EndTime":"2024-08-30T15:26:48.6893337-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"694559e7-3ab6-e11e-ec4e-a024569187e1","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests.GraphSourceRepositoryTests.Constructor_WithEmptySource_ThrowsArgumentNullException","DisplayName":"Constructor_WithEmptySource_ThrowsArgumentNullException","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests.GraphSourceRepositoryTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Constructor_WithEmptySource_ThrowsArgumentNullException"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests.GraphSourceRepositoryTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests","GraphSourceRepositoryTests","Constructor_WithEmptySource_ThrowsArgumentNullException"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"Constructor_WithEmptySource_ThrowsArgumentNullException","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0024561","StartTime":"2024-08-30T15:26:48.6910979-04:00","EndTime":"2024-08-30T15:26:48.6937856-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]}],"TestRunStatistics":{"ExecutedTests":18,"Stats":{"Passed":18}},"ActiveTests":[{"Id":"905cf3e6-5cf7-d2b6-dc0b-04cf121e4fa1","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests.GraphSourceRepositoryTests.AddLanguage_SetsExpectedValue_InSourceConfigurationModel","DisplayName":"AddLanguage_SetsExpectedValue_InSourceConfigurationModel","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests.GraphSourceRepositoryTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"AddLanguage_SetsExpectedValue_InSourceConfigurationModel"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests.GraphSourceRepositoryTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests","GraphSourceRepositoryTests","AddLanguage_SetsExpectedValue_InSourceConfigurationModel"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]}]}} -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.704, 1870594464118, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 1 ms. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.704, 1870594466454, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.704, 1870594467063, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.704, 1870594467376, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.704, 1870594467749, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.704, 1870594468098, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.705, 1870594473991, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.705, 1870594474689, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.705, 1870594475045, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.706, 1870594484315, vstest.console.dll, TestRunRequest:SendTestRunStatsChange: Starting. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.706, 1870594485135, vstest.console.dll, InProgress is AddLanguage_SetsExpectedValue_InSourceConfigurationModel -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.706, 1870594485596, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: TestRun.RunStatsChanged: Invoking callbacks was skipped because there are no subscribers. -TpTrace Information: 0 : 35576, 12, 2024/08/30, 15:26:48.706, 1870594485807, vstest.console.dll, TestRunRequest:SendTestRunStatsChange: Completed. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.706, 1870594485935, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.706, 1870594486013, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: LengthPrefixCommunicationChannel: MessageReceived: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.TestRequestSender+<>c__DisplayClass34_0., took 3 ms. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.706, 1870594486303, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: Polling on remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.706, 1870594486423, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.706, 1870594486818, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.706, 1870594487184, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.706, 1870594487485, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.706, 1870594487884, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.706, 1870594488176, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.706, 1870594488436, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.706, 1870594488690, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.753, 1870594955349, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: NotifyDataAvailable remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.753, 1870594958931, vstest.console.dll, TestRequestSender.OnExecutionMessageReceived: Received message: {"Version":7,"MessageType":"TestExecution.StatsChange","Payload":{"NewTestResults":[{"TestCase":{"Id":"905cf3e6-5cf7-d2b6-dc0b-04cf121e4fa1","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests.GraphSourceRepositoryTests.AddLanguage_SetsExpectedValue_InSourceConfigurationModel","DisplayName":"AddLanguage_SetsExpectedValue_InSourceConfigurationModel","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests.GraphSourceRepositoryTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"AddLanguage_SetsExpectedValue_InSourceConfigurationModel"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests.GraphSourceRepositoryTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests","GraphSourceRepositoryTests","AddLanguage_SetsExpectedValue_InSourceConfigurationModel"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"AddLanguage_SetsExpectedValue_InSourceConfigurationModel","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0009348","StartTime":"2024-08-30T15:26:48.697621-04:00","EndTime":"2024-08-30T15:26:48.6987899-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"63b2bcdb-7946-d0be-f042-07e8177daddf","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests.GraphSourceRepositoryTests.ConfigureContentType_SetsExpectedContentTypes_InSourceConfigurationModel","DisplayName":"ConfigureContentType_SetsExpectedContentTypes_InSourceConfigurationModel","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests.GraphSourceRepositoryTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"ConfigureContentType_SetsExpectedContentTypes_InSourceConfigurationModel"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests.GraphSourceRepositoryTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests","GraphSourceRepositoryTests","ConfigureContentType_SetsExpectedContentTypes_InSourceConfigurationModel"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"ConfigureContentType_SetsExpectedContentTypes_InSourceConfigurationModel","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0038326","StartTime":"2024-08-30T15:26:48.7008345-04:00","EndTime":"2024-08-30T15:26:48.7048758-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"65593e98-e38a-fbcb-4c7c-9cb9e95a9482","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests.GraphSourceRepositoryTests.ConfigurePropertyType_SetsExpectedPropertyTypes_InSourceConfigurationModel","DisplayName":"ConfigurePropertyType_SetsExpectedPropertyTypes_InSourceConfigurationModel","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests.GraphSourceRepositoryTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"ConfigurePropertyType_SetsExpectedPropertyTypes_InSourceConfigurationModel"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests.GraphSourceRepositoryTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests","GraphSourceRepositoryTests","ConfigurePropertyType_SetsExpectedPropertyTypes_InSourceConfigurationModel"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"ConfigurePropertyType_SetsExpectedPropertyTypes_InSourceConfigurationModel","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0008112","StartTime":"2024-08-30T15:26:48.7070061-04:00","EndTime":"2024-08-30T15:26:48.7079811-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"0a0e3f5b-a968-813c-2eed-f1be86b79c34","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests.GraphSourceRepositoryTests.SaveTypesAsync_BuildsExpectedJsonString_AndCallsGraphClient","DisplayName":"SaveTypesAsync_BuildsExpectedJsonString_AndCallsGraphClient","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests.GraphSourceRepositoryTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"SaveTypesAsync_BuildsExpectedJsonString_AndCallsGraphClient"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests.GraphSourceRepositoryTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests","GraphSourceRepositoryTests","SaveTypesAsync_BuildsExpectedJsonString_AndCallsGraphClient"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"SaveTypesAsync_BuildsExpectedJsonString_AndCallsGraphClient","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0118348","StartTime":"2024-08-30T15:26:48.70966-04:00","EndTime":"2024-08-30T15:26:48.7216934-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"4bf2756e-6e04-7a02-1c21-e13f5ea832fd","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests.GraphSourceRepositoryTests.SaveContentAsync_SerializesData_AndCallsGraphClient","DisplayName":"SaveContentAsync_SerializesData_AndCallsGraphClient","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests.GraphSourceRepositoryTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"SaveContentAsync_SerializesData_AndCallsGraphClient"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests.GraphSourceRepositoryTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests","GraphSourceRepositoryTests","SaveContentAsync_SerializesData_AndCallsGraphClient"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"SaveContentAsync_SerializesData_AndCallsGraphClient","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0065248","StartTime":"2024-08-30T15:26:48.7239212-04:00","EndTime":"2024-08-30T15:26:48.7306332-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"0c2a6909-323a-26fd-c589-83aafe639e50","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests.GraphSourceRepositoryTests.DeleteContentAsync_ThrowsNotImplementedException","DisplayName":"DeleteContentAsync_ThrowsNotImplementedException","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests.GraphSourceRepositoryTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"DeleteContentAsync_ThrowsNotImplementedException"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests.GraphSourceRepositoryTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.RepositoryTests","GraphSourceRepositoryTests","DeleteContentAsync_ThrowsNotImplementedException"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"DeleteContentAsync_ThrowsNotImplementedException","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0020885","StartTime":"2024-08-30T15:26:48.732469-04:00","EndTime":"2024-08-30T15:26:48.7347251-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"e802c59a-648b-0390-74eb-1dde739941ca","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.HttpClientHelperTests.CachingHttpClientFactoryTests.Create_ReturnsExpectedClient","DisplayName":"Create_ReturnsExpectedClient","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.HttpClientHelperTests.CachingHttpClientFactoryTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Create_ReturnsExpectedClient"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.HttpClientHelperTests.CachingHttpClientFactoryTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.HttpClientHelperTests","CachingHttpClientFactoryTests","Create_ReturnsExpectedClient"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"Create_ReturnsExpectedClient","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0097198","StartTime":"2024-08-30T15:26:48.7364466-04:00","EndTime":"2024-08-30T15:26:48.7463995-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"60bec865-fa7d-ebfa-41e3-e298b7d59941","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.HttpClientHelperTests.CachingHttpClientFactoryTests.Create_ReturnsExistingClientUponRepeatRequests","DisplayName":"Create_ReturnsExistingClientUponRepeatRequests","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.HttpClientHelperTests.CachingHttpClientFactoryTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Create_ReturnsExistingClientUponRepeatRequests"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.HttpClientHelperTests.CachingHttpClientFactoryTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.HttpClientHelperTests","CachingHttpClientFactoryTests","Create_ReturnsExistingClientUponRepeatRequests"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"Create_ReturnsExistingClientUponRepeatRequests","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0009582","StartTime":"2024-08-30T15:26:48.7482908-04:00","EndTime":"2024-08-30T15:26:48.7493931-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"4b66785d-6012-1cfb-febd-2e7b7ab198ef","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.HttpClientHelperTests.HttpClientFactoryTests.Create_ThrowsForNullServiceBaseAddress","DisplayName":"Create_ThrowsForNullServiceBaseAddress","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.HttpClientHelperTests.HttpClientFactoryTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Create_ThrowsForNullServiceBaseAddress"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.HttpClientHelperTests.HttpClientFactoryTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.HttpClientHelperTests","HttpClientFactoryTests","Create_ThrowsForNullServiceBaseAddress"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"Create_ThrowsForNullServiceBaseAddress","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0001829","StartTime":"2024-08-30T15:26:48.7511103-04:00","EndTime":"2024-08-30T15:26:48.75146-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]}],"TestRunStatistics":{"ExecutedTests":27,"Stats":{"Passed":27}},"ActiveTests":[{"Id":"e8167f7e-9886-cf7f-b07f-7b506892d657","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.HttpClientHelperTests.HttpClientFactoryTests.Create_CreatesHttpClient","DisplayName":"Create_CreatesHttpClient","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.HttpClientHelperTests.HttpClientFactoryTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Create_CreatesHttpClient"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.HttpClientHelperTests.HttpClientFactoryTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.HttpClientHelperTests","HttpClientFactoryTests","Create_CreatesHttpClient"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]}]}} -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.756, 1870594985147, vstest.console.dll, TestRunRequest:SendTestRunStatsChange: Starting. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.756, 1870594985632, vstest.console.dll, InProgress is Create_CreatesHttpClient -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.756, 1870594986046, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: TestRun.RunStatsChanged: Invoking callbacks was skipped because there are no subscribers. -TpTrace Information: 0 : 35576, 12, 2024/08/30, 15:26:48.756, 1870594986257, vstest.console.dll, TestRunRequest:SendTestRunStatsChange: Completed. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.756, 1870594986482, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: LengthPrefixCommunicationChannel: MessageReceived: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.TestRequestSender+<>c__DisplayClass34_0., took 2 ms. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.756, 1870594986694, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: Polling on remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.756, 1870594987194, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.756, 1870594987828, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.756, 1870594988213, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.756, 1870594988501, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.756, 1870594988808, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.756, 1870594989124, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.756, 1870594989402, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.756, 1870594990604, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.756, 1870594991097, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.790, 1870595330025, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: NotifyDataAvailable remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.790, 1870595333104, vstest.console.dll, TestRequestSender.OnExecutionMessageReceived: Received message: {"Version":7,"MessageType":"TestExecution.Completed","Payload":{"TestRunCompleteArgs":{"TestRunStatistics":{"ExecutedTests":35,"Stats":{"Passed":35}},"IsCanceled":false,"IsAborted":false,"Error":null,"AttachmentSets":[],"InvokedDataCollectors":[],"ElapsedTimeInRunningTests":"00:00:00.4318934","Metrics":{},"DiscoveredExtensions":{"TestDiscoverers":["Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestDiscoverer, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"],"TestExecutors":["executor://MSTestAdapter/v2"],"TestExecutors2":[],"TestSettingsProviders":[]}},"LastRunTests":{"NewTestResults":[{"TestCase":{"Id":"e8167f7e-9886-cf7f-b07f-7b506892d657","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.HttpClientHelperTests.HttpClientFactoryTests.Create_CreatesHttpClient","DisplayName":"Create_CreatesHttpClient","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.HttpClientHelperTests.HttpClientFactoryTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Create_CreatesHttpClient"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.HttpClientHelperTests.HttpClientFactoryTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.HttpClientHelperTests","HttpClientFactoryTests","Create_CreatesHttpClient"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"Create_CreatesHttpClient","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0001535","StartTime":"2024-08-30T15:26:48.7540014-04:00","EndTime":"2024-08-30T15:26:48.7542634-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"0ced045b-4c2d-17bb-dacd-c9b50d6de63b","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.BasicAuthTests.BasicAuthClientFactoryTests.Create_CreatesHttpClient","DisplayName":"Create_CreatesHttpClient","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.BasicAuthTests.BasicAuthClientFactoryTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Create_CreatesHttpClient"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.BasicAuthTests.BasicAuthClientFactoryTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.BasicAuthTests","BasicAuthClientFactoryTests","Create_CreatesHttpClient"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"Create_CreatesHttpClient","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0002667","StartTime":"2024-08-30T15:26:48.7560802-04:00","EndTime":"2024-08-30T15:26:48.7565122-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"579ef75d-6e51-3e3b-9127-7ed8b0b26f5b","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.BasicAuthTests.BasicAuthClientFactoryTests.Constructor_WithEmptyAppKey_ThrowsArgumentNullException","DisplayName":"Constructor_WithEmptyAppKey_ThrowsArgumentNullException","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.BasicAuthTests.BasicAuthClientFactoryTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Constructor_WithEmptyAppKey_ThrowsArgumentNullException"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.BasicAuthTests.BasicAuthClientFactoryTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.BasicAuthTests","BasicAuthClientFactoryTests","Constructor_WithEmptyAppKey_ThrowsArgumentNullException"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"Constructor_WithEmptyAppKey_ThrowsArgumentNullException","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0002354","StartTime":"2024-08-30T15:26:48.7582988-04:00","EndTime":"2024-08-30T15:26:48.7586444-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"8f685b26-3e32-df3e-2874-52f748361053","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.BasicAuthTests.BasicAuthClientFactoryTests.Constructor_WithEmptySecret_ThrowsArgumentNullException","DisplayName":"Constructor_WithEmptySecret_ThrowsArgumentNullException","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.BasicAuthTests.BasicAuthClientFactoryTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Constructor_WithEmptySecret_ThrowsArgumentNullException"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.BasicAuthTests.BasicAuthClientFactoryTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.BasicAuthTests","BasicAuthClientFactoryTests","Constructor_WithEmptySecret_ThrowsArgumentNullException"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"Constructor_WithEmptySecret_ThrowsArgumentNullException","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0001168","StartTime":"2024-08-30T15:26:48.7604006-04:00","EndTime":"2024-08-30T15:26:48.7606222-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"8f598148-3391-7152-8283-4390c5fb5828","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.BasicAuthTests.BasicAuthClientTests.SendRequest_WithoutCancellation_AddsAuthHeaderAndCallsInner","DisplayName":"SendRequest_WithoutCancellation_AddsAuthHeaderAndCallsInner","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.BasicAuthTests.BasicAuthClientTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"SendRequest_WithoutCancellation_AddsAuthHeaderAndCallsInner"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.BasicAuthTests.BasicAuthClientTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.BasicAuthTests","BasicAuthClientTests","SendRequest_WithoutCancellation_AddsAuthHeaderAndCallsInner"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"SendRequest_WithoutCancellation_AddsAuthHeaderAndCallsInner","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0037195","StartTime":"2024-08-30T15:26:48.7651238-04:00","EndTime":"2024-08-30T15:26:48.7690405-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"5cbcdf85-15bd-cb95-a590-350cfe8f38e3","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.BasicAuthTests.BasicAuthClientTests.SendRequest_WithCancellation_AddsAuthHeaderAndCallsInner","DisplayName":"SendRequest_WithCancellation_AddsAuthHeaderAndCallsInner","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.BasicAuthTests.BasicAuthClientTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"SendRequest_WithCancellation_AddsAuthHeaderAndCallsInner"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.BasicAuthTests.BasicAuthClientTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.BasicAuthTests","BasicAuthClientTests","SendRequest_WithCancellation_AddsAuthHeaderAndCallsInner"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"SendRequest_WithCancellation_AddsAuthHeaderAndCallsInner","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0019488","StartTime":"2024-08-30T15:26:48.7709185-04:00","EndTime":"2024-08-30T15:26:48.7730118-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"63f2fcac-f4d6-7962-45a9-88396340c9ec","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.BasicAuthTests.BasicAuthClientTests.HandleResponse_WithType_CallsInner","DisplayName":"HandleResponse_WithType_CallsInner","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.BasicAuthTests.BasicAuthClientTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"HandleResponse_WithType_CallsInner"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.BasicAuthTests.BasicAuthClientTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.BasicAuthTests","BasicAuthClientTests","HandleResponse_WithType_CallsInner"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"HandleResponse_WithType_CallsInner","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0011204","StartTime":"2024-08-30T15:26:48.7747767-04:00","EndTime":"2024-08-30T15:26:48.7760608-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]},{"TestCase":{"Id":"a2621de5-e91f-c7b1-ea76-25593280a274","FullyQualifiedName":"Optimizely.Graph.Source.Sdk.Tests.BasicAuthTests.BasicAuthClientTests.HandleResponse_WithoutType_CallsInner","DisplayName":"HandleResponse_WithoutType_CallsInner","ExecutorUri":"executor://MSTestAdapter/v2","Source":"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\bin\\Debug\\net8.0\\fine-code-coverage\\build-output\\Optimizely.Graph.Source.Sdk.Tests.dll","CodeFilePath":null,"LineNumber":-1,"Properties":[{"Key":{"Id":"TestCase.ManagedType","Label":"ManagedType","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.BasicAuthTests.BasicAuthClientTests"},{"Key":{"Id":"TestCase.ManagedMethod","Label":"ManagedMethod","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"HandleResponse_WithoutType_CallsInner"},{"Key":{"Id":"MSTestDiscoverer.TestClassName","Label":"ClassName","Category":"","Description":"","Attributes":1,"ValueType":"System.String"},"Value":"Optimizely.Graph.Source.Sdk.Tests.BasicAuthTests.BasicAuthClientTests"},{"Key":{"Id":"TestCase.Hierarchy","Label":"Hierarchy","Category":"","Description":"","Attributes":2,"ValueType":"System.String[]"},"Value":[null,"Optimizely.Graph.Source.Sdk.Tests.BasicAuthTests","BasicAuthClientTests","HandleResponse_WithoutType_CallsInner"]},{"Key":{"Id":"TestObject.Traits","Label":"Traits","Category":"","Description":"","Attributes":5,"ValueType":"System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"},"Value":[]},{"Key":{"Id":"MSTest.TestIdGenerationStrategy","Label":"TestIdGenerationStrategy","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":2}]},"Attachments":[],"Outcome":1,"ErrorMessage":null,"ErrorStackTrace":null,"DisplayName":"HandleResponse_WithoutType_CallsInner","Messages":[],"ComputerName":"EPUSLPTJAMIN","Duration":"00:00:00.0006831","StartTime":"2024-08-30T15:26:48.7778121-04:00","EndTime":"2024-08-30T15:26:48.7790623-04:00","Properties":[{"Key":{"Id":"ExecutionId","Label":"ExecutionId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"ParentExecId","Label":"ParentExecId","Category":"","Description":"","Attributes":1,"ValueType":"System.Guid"},"Value":"00000000-0000-0000-0000-000000000000"},{"Key":{"Id":"InnerResultsCount","Label":"InnerResultsCount","Category":"","Description":"","Attributes":1,"ValueType":"System.Int32"},"Value":0}]}],"TestRunStatistics":{"ExecutedTests":35,"Stats":{"Passed":35}},"ActiveTests":[]},"RunAttachments":[],"ExecutorUris":["executor://mstestadapter/v2"]}} -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.791, 1870595335135, vstest.console.dll, TestRequestSender.EndSession: Sending end session. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.791, 1870595336629, vstest.console.dll, ProxyOperationManager.Close: waiting for test host to exit for 100 ms -TpTrace Verbose: 0 : 35576, 13, 2024/08/30, 15:26:48.802, 1870595450176, vstest.console.dll, TestHostManagerCallbacks.ctor: Experimental forwarding output is disabled. -TpTrace Warning: 0 : 35576, 13, 2024/08/30, 15:26:48.802, 1870595451185, vstest.console.dll, TestHostManagerCallbacks.ErrorReceivedCallback Test host standard error line: -TpTrace Verbose: 0 : 35576, 13, 2024/08/30, 15:26:48.810, 1870595527485, vstest.console.dll, TestHostProvider.ExitCallBack: Host exited starting callback. -TpTrace Information: 0 : 35576, 13, 2024/08/30, 15:26:48.810, 1870595528564, vstest.console.dll, TestHostManagerCallbacks.ExitCallBack: Testhost processId: 32488 exited with exitcode: 0 error: '' -TpTrace Verbose: 0 : 35576, 13, 2024/08/30, 15:26:48.810, 1870595528897, vstest.console.dll, DotnetTestHostManager.OnHostExited: invoking OnHostExited callback -TpTrace Verbose: 0 : 35576, 13, 2024/08/30, 15:26:48.810, 1870595529367, vstest.console.dll, CrossPlatEngine.TestHostManagerHostExited: calling on client process exit callback. -TpTrace Information: 0 : 35576, 13, 2024/08/30, 15:26:48.810, 1870595529726, vstest.console.dll, TestRequestSender.OnClientProcessExit: Test host process exited. Standard error: -TpTrace Information: 0 : 35576, 13, 2024/08/30, 15:26:48.810, 1870595529987, vstest.console.dll, SocketServer.Stop: Stop server endPoint: 127.0.0.1:51627 -TpTrace Information: 0 : 35576, 13, 2024/08/30, 15:26:48.810, 1870595530158, vstest.console.dll, SocketServer.Stop: Cancellation requested. Stopping message loop. -TpTrace Information: 0 : 35576, 12, 2024/08/30, 15:26:48.810, 1870595530261, vstest.console.dll, SocketServer.Stop: Stop server endPoint: 127.0.0.1:51627 -TpTrace Information: 0 : 35576, 12, 2024/08/30, 15:26:48.810, 1870595530789, vstest.console.dll, SocketServer.Stop: Cancellation requested. Stopping message loop. -TpTrace Verbose: 0 : 35576, 13, 2024/08/30, 15:26:48.810, 1870595530731, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: HostProviderEvents.OnHostExited: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.Client.ProxyOperationManager., took 0 ms. -TpTrace Information: 0 : 35576, 12, 2024/08/30, 15:26:48.810, 1870595531624, vstest.console.dll, Closing the connection -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.810, 1870595533093, vstest.console.dll, ProxyDataCollectionManager.InvokeDataCollectionServiceAction: Starting. -TpTrace Information: 0 : 35576, 12, 2024/08/30, 15:26:48.810, 1870595533389, vstest.console.dll, ProxyDataCollectionManager.AfterTestRunEnd: Get attachment set and invoked data collectors processId: 47348 port: 51624 -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.811, 1870595533704, vstest.console.dll, DataCollectionRequestSender.SendAfterTestRunStartAndGetResult: Send AfterTestRunEnd message with isCancelled: False -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.815, 1870595574143, vstest.console.dll, DataCollectionRequestSender.SendAfterTestRunStartAndGetResult: Received message: (DataCollection.AfterTestRunEndResult) -> {"MessageType":"DataCollection.AfterTestRunEndResult","Payload":{"AttachmentSets":[],"InvokedDataCollectors":[{"Uri":"datacollector://Microsoft/TestPlatform/Extensions/Blame/v1","FriendlyName":"Blame","AssemblyQualifiedName":"Microsoft.TestPlatform.Extensions.BlameDataCollector.BlameCollector, Microsoft.TestPlatform.Extensions.BlameDataCollector, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a","FilePath":"C:\\Program Files\\dotnet\\sdk\\8.0.101\\Extensions\\Microsoft.TestPlatform.Extensions.BlameDataCollector.dll","HasAttachmentProcessor":false}],"Metrics":{}}} -TpTrace Information: 0 : 35576, 12, 2024/08/30, 15:26:48.818, 1870595610569, vstest.console.dll, ProxyDataCollectionManager.InvokeDataCollectionServiceAction: Completed. -TpTrace Warning: 0 : 35576, 11, 2024/08/30, 15:26:48.821, 1870595633931, vstest.console.dll, DataCollectionLauncher.ErrorReceivedCallback datacollector standard error line: -TpTrace Information: 0 : 35576, 11, 2024/08/30, 15:26:48.826, 1870595690193, vstest.console.dll, DataCollectionLauncher.ExitCallBack: Data collector exited with exitcode: 0 error: '' -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.850, 1870595931799, vstest.console.dll, TestRunRequest:SendTestRunStatsChange: Starting. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.850, 1870595932860, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: TestRun.RunStatsChanged: Invoking callbacks was skipped because there are no subscribers. -TpTrace Information: 0 : 35576, 12, 2024/08/30, 15:26:48.850, 1870595933084, vstest.console.dll, TestRunRequest:SendTestRunStatsChange: Completed. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.851, 1870595934150, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.851, 1870595934757, vstest.console.dll, ParallelProxyExecutionManager: HandlePartialRunComplete: Total workloads = 1, Total started clients = 1 Total completed clients = 1, Run complete = True, Run canceled: False. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.851, 1870595934822, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.851, 1870595935271, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.851, 1870595935661, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.851, 1870595936007, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.851, 1870595935980, vstest.console.dll, ParallelProxyExecutionManager: HandlePartialRunComplete: All runs completed stopping all managers. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.851, 1870595936972, vstest.console.dll, ParallelOperationManager.StopAllManagers: Stopping all managers. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.851, 1870595936446, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.851, 1870595937236, vstest.console.dll, ParallelOperationManager.ClearSlots: Clearing all slots. Slots should accept more work: False -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.851, 1870595938548, vstest.console.dll, ParallelOperationManager.SetOccupiedSlotCount: Setting slot counts AvailableSlotCount = 1, OccupiedSlotCount = 0. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.851, 1870595937954, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.851, 1870595939746, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestResult: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.851, 1870595939198, vstest.console.dll, Occupied slots: - -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.857, 1870596003457, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestRunComplete: Invoking callback 1/2 for Microsoft.TestPlatform.Extensions.BlameDataCollector.BlameLogger., took 0 ms. -TpTrace Verbose: 0 : 35576, 4, 2024/08/30, 15:26:48.861, 1870596042641, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestRunComplete: Invoking callback 2/2 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 3 ms. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.862, 1870596045309, vstest.console.dll, TestRunRequest:TestRunComplete: Starting. IsAborted:False IsCanceled:False. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.862, 1870596046594, vstest.console.dll, ParallelOperationManager.DoActionOnAllManagers: Calling an action on all managers. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.862, 1870596053603, vstest.console.dll, TestLoggerManager.HandleTestRunComplete: Ignoring as the object is disposed. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.863, 1870596055236, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: TestRun.TestRunComplete: Invoking callback 1/2 for Microsoft.VisualStudio.TestPlatform.CommandLine.TestRunResultAggregator., took 0 ms. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.863, 1870596056330, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: TestRun.TestRunComplete: Invoking callback 2/2 for Microsoft.VisualStudio.TestPlatform.CommandLine.Processors.RunTestsArgumentExecutor+TestRunRequestEventsRegistrar., took 0 ms. -TpTrace Information: 0 : 35576, 12, 2024/08/30, 15:26:48.863, 1870596056980, vstest.console.dll, TestRunRequest:TestRunComplete: Completed. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.863, 1870596057267, vstest.console.dll, TestRequestSender.SetOperationComplete: Setting operation complete. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:48.863, 1870596057316, vstest.console.dll, TestRunRequest.Dispose: Starting. -TpTrace Information: 0 : 35576, 12, 2024/08/30, 15:26:48.863, 1870596057494, vstest.console.dll, SocketServer.Stop: Stop server endPoint: 127.0.0.1:51627 -TpTrace Information: 0 : 35576, 12, 2024/08/30, 15:26:48.863, 1870596058712, vstest.console.dll, SocketServer.Stop: Cancellation requested. Stopping message loop. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:48.863, 1870596058043, vstest.console.dll, TestRunRequest.Dispose: Completed. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.863, 1870596059126, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: LengthPrefixCommunicationChannel: MessageReceived: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.TestRequestSender+<>c__DisplayClass34_0., took 72 ms. -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:48.863, 1870596059814, vstest.console.dll, TestRequestManager.RunTests: run tests completed. -TpTrace Information: 0 : 35576, 12, 2024/08/30, 15:26:48.863, 1870596060162, vstest.console.dll, SocketServer.PrivateStop: Stopping server endPoint: 127.0.0.1:51627 error: -TpTrace Information: 0 : 35576, 1, 2024/08/30, 15:26:48.863, 1870596060718, vstest.console.dll, RunTestsArgumentProcessor:Execute: Test run is completed. -TpTrace Verbose: 0 : 35576, 1, 2024/08/30, 15:26:48.863, 1870596062606, vstest.console.dll, Executor.Execute: Exiting with exit code of 0 -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.863, 1870596063618, vstest.console.dll, LengthPrefixCommunicationChannel.Dispose: Dispose reader and writer. -TpTrace Information: 0 : 35576, 12, 2024/08/30, 15:26:48.864, 1870596064251, vstest.console.dll, SocketServer.Stop: Raise disconnected event endPoint: 127.0.0.1:51627 error: -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.864, 1870596064853, vstest.console.dll, TestRequestSender: OnTestRunAbort: Operation is already complete. Skip error message. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.864, 1870596065119, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: SocketServer: ClientDisconnected: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.TestRequestSender., took 0 ms. -TpTrace Verbose: 0 : 35576, 12, 2024/08/30, 15:26:48.864, 1870596065327, vstest.console.dll, TcpClientExtensions.MessageLoopAsync: exiting MessageLoopAsync remoteEndPoint: 127.0.0.1:51628 localEndPoint: 127.0.0.1:51627 diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/coverage-tool-output/hotspots.xml b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/coverage-tool-output/hotspots.xml deleted file mode 100644 index e66f82e..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/coverage-tool-output/hotspots.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - Optimizely.Graph.Source.Sdk - Optimizely.Graph.Source.Sdk.ExpressionHelpers.ExpressionVisitor - Visit(...) - - 13 - 0 - - - Cyclomatic complexity - true - 49 - - - - - Optimizely.Graph.Source.Sdk - Optimizely.Graph.Source.Sdk.JsonConverters.SourceSdkContentConverter - WriteField(...) - - 64 - 0 - - - Cyclomatic complexity - true - 48 - - - - \ No newline at end of file diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/coverage-tool-output/index-processed.html b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/coverage-tool-output/index-processed.html deleted file mode 100644 index b0dcc75..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/coverage-tool-output/index-processed.html +++ /dev/null @@ -1,3467 +0,0 @@ - - - - - - - - - - - - -Summary - Coverage Report - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - -
- - - - Coverage - - - - Summary - - - - Risk Hotspots - - - - Coverage Log - - - - Rate & Review - - Log Issue/Suggestion - - - - Buy me a coffee - -
- -
- - - -
- -

SummaryStarSponsor

- - - -- -- -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Generated on:8/30/2024 - 3:26:49 PM
Parser:CoberturaParser
Assemblies:2
Classes:32
Files:31
Covered lines:556
Uncovered lines:556
Coverable lines:1112
Total lines:2246
Line coverage:50% (556 of 1112)
Covered branches:109
Total branches:353
Branch coverage:30.8% (109 of 353)
- -

Risk Hotspots

- - - - - -- -- -- -- -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
AssemblyClassMethodCyclomatic complexity
Optimizely.Graph.Source.SdkOptimizely.Graph.Source.Sdk.ExpressionHelpers.ExpressionVisitorVisit(...)49
Optimizely.Graph.Source.SdkOptimizely.Graph.Source.Sdk.JsonConverters.SourceSdkContentConverterWriteField(...)48
- -
- -

Coverage

- - - - - -- -- -- -- -- -- -- -- -- -- -- -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameCoveredUncoveredCoverableTotalLine coverageCoveredTotalBranch coverage
Optimizely.Graph.Source.Sdk5505551105244349.7%
  
10935330.8%
  
Optimizely.Graph.Source.Sdk.BasicAuth.BasicAuthClient2302377100%
 
00
 
Optimizely.Graph.Source.Sdk.BasicAuth.BasicAuthClientFactory80831100%
 
44100%
 
Optimizely.Graph.Source.Sdk.Core.Exceptions.ClientException94134569.2%
  
00
 
Optimizely.Graph.Source.Sdk.Core.Exceptions.CommunicationException30321100%
 
00
 
Optimizely.Graph.Source.Sdk.Core.Exceptions.ForbiddenException033190%
 
00
 
Optimizely.Graph.Source.Sdk.Core.Exceptions.NotAuthorizedException30319100%
 
00
 
Optimizely.Graph.Source.Sdk.Core.Exceptions.NotFoundException30319100%
 
00
 
Optimizely.Graph.Source.Sdk.Core.Exceptions.ServiceErrorException30318100%
 
00
 
Optimizely.Graph.Source.Sdk.Core.Exceptions.TimeoutException30319100%
 
00
 
Optimizely.Graph.Source.Sdk.Core.Exceptions.ValidationException30316100%
 
00
 
Optimizely.Graph.Source.Sdk.ExpressionHelpers.ExpressionConstantExtractor01515380%
 
00
 
Optimizely.Graph.Source.Sdk.ExpressionHelpers.ExpressionExtensions247710116423.7%
  
83821%
  
Optimizely.Graph.Source.Sdk.ExpressionHelpers.ExpressionFinder`101515450%
 
060%
 
Optimizely.Graph.Source.Sdk.ExpressionHelpers.ExpressionHashCalculator044150%
 
00
 
Optimizely.Graph.Source.Sdk.ExpressionHelpers.ExpressionReplacer`101313510%
 
060%
 
Optimizely.Graph.Source.Sdk.ExpressionHelpers.ExpressionVisitor242212453869.7%
  
1413910%
  
Optimizely.Graph.Source.Sdk.ExpressionHelpers.FieldPathVisitor2232548440.7%
  
42020%
  
Optimizely.Graph.Source.Sdk.GraphSourceClient27184514260%
  
44100%
 
Optimizely.Graph.Source.Sdk.HttpClientHelpers.AuthenticatingHttpClientCacheKey60634100%
 
00
 
Optimizely.Graph.Source.Sdk.HttpClientHelpers.CachingHttpClientFactory1201254100%
 
2450%
  
Optimizely.Graph.Source.Sdk.HttpClientHelpers.HttpClientCacheKey1401447100%
 
00
 
Optimizely.Graph.Source.Sdk.HttpClientHelpers.HttpClientFactory193225986.3%
  
3475%
  
Optimizely.Graph.Source.Sdk.JsonConverters.SourceSdkContentConverter578314018240.7%
  
235839.6%
  
Optimizely.Graph.Source.Sdk.JsonConverters.SourceSdkContentTypeConverter542568896.4%
  
1414100%
 
Optimizely.Graph.Source.Sdk.Repositories.GraphSourceRepository75075132100%
 
44100%
 
Optimizely.Graph.Source.Sdk.RestClientHelpers.RestClient35165113768.6%
  
2450%
  
Optimizely.Graph.Source.Sdk.SourceConfiguration.FieldInfo145193373.6%
  
4666.6%
  
Optimizely.Graph.Source.Sdk.SourceConfiguration.SourceConfigurationModel874112822267.9%
  
214052.5%
  
Optimizely.Graph.Source.Sdk.SourceConfiguration.SourceConfigurationModel`11331622281.2%
  
22100%
 
Optimizely.Graph.Source.Sdk.SourceConfiguration.TypeFieldConfiguration90924100%
 
00
 
Optimizely.Graph.Source.Sdk.Tests6172585.7%
  
00
 
AutoGeneratedProgram01140%
 
00
 
Optimizely.Graph.Source.Sdk.Tests.ExampleClassObject60621100%
 
00
 
- -
- -
- - - - - - - - - - \ No newline at end of file diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/coverage-tool-output/index.htm b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/coverage-tool-output/index.htm deleted file mode 100644 index 0251ae1..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/coverage-tool-output/index.htm +++ /dev/null @@ -1,816 +0,0 @@ - - - - - - -Summary - Coverage Report - -
-

SummaryStarSponsor

- ---- - - - - - - - - - - - - - - - -
Generated on:8/30/2024 - 3:26:49 PM
Parser:CoberturaParser
Assemblies:2
Classes:32
Files:31
Covered lines:556
Uncovered lines:556
Coverable lines:1112
Total lines:2246
Line coverage:50% (556 of 1112)
Covered branches:109
Total branches:353
Branch coverage:30.8% (109 of 353)
-

Risk Hotspots

- - ------ - - - - - - - - - - - - - - - - - -
AssemblyClassMethodCyclomatic complexity
Optimizely.Graph.Source.SdkOptimizely.Graph.Source.Sdk.ExpressionHelpers.ExpressionVisitorVisit(...)49
Optimizely.Graph.Source.SdkOptimizely.Graph.Source.Sdk.JsonConverters.SourceSdkContentConverterWriteField(...)48
-
-

Coverage

- - ------------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameCoveredUncoveredCoverableTotalLine coverageCoveredTotalBranch coverage
Optimizely.Graph.Source.Sdk5505551105244349.7%
  
10935330.8%
  
Optimizely.Graph.Source.Sdk.BasicAuth.BasicAuthClient2302377100%
 
00
 
Optimizely.Graph.Source.Sdk.BasicAuth.BasicAuthClientFactory80831100%
 
44100%
 
Optimizely.Graph.Source.Sdk.Core.Exceptions.ClientException94134569.2%
  
00
 
Optimizely.Graph.Source.Sdk.Core.Exceptions.CommunicationException30321100%
 
00
 
Optimizely.Graph.Source.Sdk.Core.Exceptions.ForbiddenException033190%
 
00
 
Optimizely.Graph.Source.Sdk.Core.Exceptions.NotAuthorizedException30319100%
 
00
 
Optimizely.Graph.Source.Sdk.Core.Exceptions.NotFoundException30319100%
 
00
 
Optimizely.Graph.Source.Sdk.Core.Exceptions.ServiceErrorException30318100%
 
00
 
Optimizely.Graph.Source.Sdk.Core.Exceptions.TimeoutException30319100%
 
00
 
Optimizely.Graph.Source.Sdk.Core.Exceptions.ValidationException30316100%
 
00
 
Optimizely.Graph.Source.Sdk.ExpressionHelpers.ExpressionConstantExtractor01515380%
 
00
 
Optimizely.Graph.Source.Sdk.ExpressionHelpers.ExpressionExtensions247710116423.7%
  
83821%
  
Optimizely.Graph.Source.Sdk.ExpressionHelpers.ExpressionFinder`101515450%
 
060%
 
Optimizely.Graph.Source.Sdk.ExpressionHelpers.ExpressionHashCalculator044150%
 
00
 
Optimizely.Graph.Source.Sdk.ExpressionHelpers.ExpressionReplacer`101313510%
 
060%
 
Optimizely.Graph.Source.Sdk.ExpressionHelpers.ExpressionVisitor242212453869.7%
  
1413910%
  
Optimizely.Graph.Source.Sdk.ExpressionHelpers.FieldPathVisitor2232548440.7%
  
42020%
  
Optimizely.Graph.Source.Sdk.GraphSourceClient27184514260%
  
44100%
 
Optimizely.Graph.Source.Sdk.HttpClientHelpers.AuthenticatingHttpClientCacheKey60634100%
 
00
 
Optimizely.Graph.Source.Sdk.HttpClientHelpers.CachingHttpClientFactory1201254100%
 
2450%
  
Optimizely.Graph.Source.Sdk.HttpClientHelpers.HttpClientCacheKey1401447100%
 
00
 
Optimizely.Graph.Source.Sdk.HttpClientHelpers.HttpClientFactory193225986.3%
  
3475%
  
Optimizely.Graph.Source.Sdk.JsonConverters.SourceSdkContentConverter578314018240.7%
  
235839.6%
  
Optimizely.Graph.Source.Sdk.JsonConverters.SourceSdkContentTypeConverter542568896.4%
  
1414100%
 
Optimizely.Graph.Source.Sdk.Repositories.GraphSourceRepository75075132100%
 
44100%
 
Optimizely.Graph.Source.Sdk.RestClientHelpers.RestClient35165113768.6%
  
2450%
  
Optimizely.Graph.Source.Sdk.SourceConfiguration.FieldInfo145193373.6%
  
4666.6%
  
Optimizely.Graph.Source.Sdk.SourceConfiguration.SourceConfigurationModel874112822267.9%
  
214052.5%
  
Optimizely.Graph.Source.Sdk.SourceConfiguration.SourceConfigurationModel`11331622281.2%
  
22100%
 
Optimizely.Graph.Source.Sdk.SourceConfiguration.TypeFieldConfiguration90924100%
 
00
 
Optimizely.Graph.Source.Sdk.Tests6172585.7%
  
00
 
AutoGeneratedProgram01140%
 
00
 
Optimizely.Graph.Source.Sdk.Tests.ExampleClassObject60621100%
 
00
 
-
-
- - \ No newline at end of file diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/coverage-tool-output/index.html b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/coverage-tool-output/index.html deleted file mode 100644 index 0251ae1..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fine-code-coverage/coverage-tool-output/index.html +++ /dev/null @@ -1,816 +0,0 @@ - - - - - - -Summary - Coverage Report - -
-

SummaryStarSponsor

- ---- - - - - - - - - - - - - - - - -
Generated on:8/30/2024 - 3:26:49 PM
Parser:CoberturaParser
Assemblies:2
Classes:32
Files:31
Covered lines:556
Uncovered lines:556
Coverable lines:1112
Total lines:2246
Line coverage:50% (556 of 1112)
Covered branches:109
Total branches:353
Branch coverage:30.8% (109 of 353)
-

Risk Hotspots

- - ------ - - - - - - - - - - - - - - - - - -
AssemblyClassMethodCyclomatic complexity
Optimizely.Graph.Source.SdkOptimizely.Graph.Source.Sdk.ExpressionHelpers.ExpressionVisitorVisit(...)49
Optimizely.Graph.Source.SdkOptimizely.Graph.Source.Sdk.JsonConverters.SourceSdkContentConverterWriteField(...)48
-
-

Coverage

- - ------------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameCoveredUncoveredCoverableTotalLine coverageCoveredTotalBranch coverage
Optimizely.Graph.Source.Sdk5505551105244349.7%
  
10935330.8%
  
Optimizely.Graph.Source.Sdk.BasicAuth.BasicAuthClient2302377100%
 
00
 
Optimizely.Graph.Source.Sdk.BasicAuth.BasicAuthClientFactory80831100%
 
44100%
 
Optimizely.Graph.Source.Sdk.Core.Exceptions.ClientException94134569.2%
  
00
 
Optimizely.Graph.Source.Sdk.Core.Exceptions.CommunicationException30321100%
 
00
 
Optimizely.Graph.Source.Sdk.Core.Exceptions.ForbiddenException033190%
 
00
 
Optimizely.Graph.Source.Sdk.Core.Exceptions.NotAuthorizedException30319100%
 
00
 
Optimizely.Graph.Source.Sdk.Core.Exceptions.NotFoundException30319100%
 
00
 
Optimizely.Graph.Source.Sdk.Core.Exceptions.ServiceErrorException30318100%
 
00
 
Optimizely.Graph.Source.Sdk.Core.Exceptions.TimeoutException30319100%
 
00
 
Optimizely.Graph.Source.Sdk.Core.Exceptions.ValidationException30316100%
 
00
 
Optimizely.Graph.Source.Sdk.ExpressionHelpers.ExpressionConstantExtractor01515380%
 
00
 
Optimizely.Graph.Source.Sdk.ExpressionHelpers.ExpressionExtensions247710116423.7%
  
83821%
  
Optimizely.Graph.Source.Sdk.ExpressionHelpers.ExpressionFinder`101515450%
 
060%
 
Optimizely.Graph.Source.Sdk.ExpressionHelpers.ExpressionHashCalculator044150%
 
00
 
Optimizely.Graph.Source.Sdk.ExpressionHelpers.ExpressionReplacer`101313510%
 
060%
 
Optimizely.Graph.Source.Sdk.ExpressionHelpers.ExpressionVisitor242212453869.7%
  
1413910%
  
Optimizely.Graph.Source.Sdk.ExpressionHelpers.FieldPathVisitor2232548440.7%
  
42020%
  
Optimizely.Graph.Source.Sdk.GraphSourceClient27184514260%
  
44100%
 
Optimizely.Graph.Source.Sdk.HttpClientHelpers.AuthenticatingHttpClientCacheKey60634100%
 
00
 
Optimizely.Graph.Source.Sdk.HttpClientHelpers.CachingHttpClientFactory1201254100%
 
2450%
  
Optimizely.Graph.Source.Sdk.HttpClientHelpers.HttpClientCacheKey1401447100%
 
00
 
Optimizely.Graph.Source.Sdk.HttpClientHelpers.HttpClientFactory193225986.3%
  
3475%
  
Optimizely.Graph.Source.Sdk.JsonConverters.SourceSdkContentConverter578314018240.7%
  
235839.6%
  
Optimizely.Graph.Source.Sdk.JsonConverters.SourceSdkContentTypeConverter542568896.4%
  
1414100%
 
Optimizely.Graph.Source.Sdk.Repositories.GraphSourceRepository75075132100%
 
44100%
 
Optimizely.Graph.Source.Sdk.RestClientHelpers.RestClient35165113768.6%
  
2450%
  
Optimizely.Graph.Source.Sdk.SourceConfiguration.FieldInfo145193373.6%
  
4666.6%
  
Optimizely.Graph.Source.Sdk.SourceConfiguration.SourceConfigurationModel874112822267.9%
  
214052.5%
  
Optimizely.Graph.Source.Sdk.SourceConfiguration.SourceConfigurationModel`11331622281.2%
  
22100%
 
Optimizely.Graph.Source.Sdk.SourceConfiguration.TypeFieldConfiguration90924100%
 
00
 
Optimizely.Graph.Source.Sdk.Tests6172585.7%
  
00
 
AutoGeneratedProgram01140%
 
00
 
Optimizely.Graph.Source.Sdk.Tests.ExampleClassObject60621100%
 
00
 
-
-
- - \ No newline at end of file diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index c7759cf..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index c207945..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 0bc035b..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 8d900d5..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 6f0b7cd..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100644 index 987ef65..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 266057d..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 0d3887a..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 80d55d5..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index f7a9f3d..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 6abdb0f..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100644 index 27eb0b0..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 3a39a78..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index ea6315e..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 470173a..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 0d53bff..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index b09e823..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100644 index 4dbf6ab..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 0114575..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index a0d681f..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 6ad80ed..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 44520a2..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 9aceed9..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100644 index d704c46..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 7dc061e..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index ddce776..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 5d9cc06..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 9129485..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 93dfb6d..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100644 index 68d9ed8..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 6f009dc..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index a52d361..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 08d86f9..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 9e7e899..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 4841034..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100644 index 54904db..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index d4f74e0..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index f6b8ea3..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index c926fc1..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 9aa81a0..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 193cfe8..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100644 index a26f5cb..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll deleted file mode 100644 index bc23526..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll deleted file mode 100644 index 03b44f1..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/testhost.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/testhost.dll deleted file mode 100644 index b15bd81..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/testhost.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/testhost.exe b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/testhost.exe deleted file mode 100644 index de9292b..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/testhost.exe and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 0103c73..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 1af1a2b..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 8208c4a..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 1e34b72..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 764f76d..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100644 index 7d6fad5..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index cfbbe73..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index d8b7fb2..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 1911bc8..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 7de1876..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index c7908a2..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100644 index 83670d4..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index edb16db..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 432e72c..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 82406ca..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 8545af8..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index b2092e0..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll deleted file mode 100644 index 0024bae..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Release/net8.0/CoverletSourceRootsMapping_Optimizely.Graph.Source.Sdk.Tests b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Release/net8.0/CoverletSourceRootsMapping_Optimizely.Graph.Source.Sdk.Tests deleted file mode 100644 index 79777e7..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/bin/Release/net8.0/CoverletSourceRootsMapping_Optimizely.Graph.Source.Sdk.Tests and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs deleted file mode 100644 index 2217181..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/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/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.AssemblyInfo.cs b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.AssemblyInfo.cs deleted file mode 100644 index d1b8a0d..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.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("Optimizely.Graph.Source.Sdk.Tests")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+568a2c5f1c841d1de4e6d1677a10243ccbad2c16")] -[assembly: System.Reflection.AssemblyProductAttribute("Optimizely.Graph.Source.Sdk.Tests")] -[assembly: System.Reflection.AssemblyTitleAttribute("Optimizely.Graph.Source.Sdk.Tests")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.AssemblyInfoInputs.cache b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.AssemblyInfoInputs.cache deleted file mode 100644 index 5300e40..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -b7cb3ca2359079b63587163c4727cd180b935dc47d0ee92b1467d275b2974a8c diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.GeneratedMSBuildEditorConfig.editorconfig b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index ff55f06..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Optimizely.Graph.Source.Sdk.Tests -build_property.ProjectDir = C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.GlobalUsings.g.cs b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.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/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.assets.cache b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.assets.cache deleted file mode 100644 index af13697..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.assets.cache and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.csproj.AssemblyReference.cache b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.csproj.AssemblyReference.cache deleted file mode 100644 index 37e1825..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.csproj.AssemblyReference.cache and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.csproj.BuildWithSkipAnalyzers b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.csproj.BuildWithSkipAnalyzers deleted file mode 100644 index e69de29..0000000 diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.csproj.CopyComplete b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.csproj.CopyComplete deleted file mode 100644 index e69de29..0000000 diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.csproj.CoreCompileInputs.cache b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.csproj.CoreCompileInputs.cache deleted file mode 100644 index 81c3d84..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -b7e092055d8daef34e9be165997e61a16a1d8abab0f555ddcd7f6bb8aa0b18c5 diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.csproj.FileListAbsolute.txt b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.csproj.FileListAbsolute.txt deleted file mode 100644 index 0cbf3d6..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,120 +0,0 @@ -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\CoverletSourceRootsMapping_Optimizely.Graph.Source.Sdk.Tests -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\testhost.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\testhost.exe -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\Microsoft.TestPlatform.AdapterUtilities.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\Optimizely.Graph.Source.Sdk.Tests.deps.json -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\Optimizely.Graph.Source.Sdk.Tests.runtimeconfig.json -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\Optimizely.Graph.Source.Sdk.Tests.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\Optimizely.Graph.Source.Sdk.Tests.pdb -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\Castle.Core.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\Microsoft.VisualStudio.CodeCoverage.Shim.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\Microsoft.TestPlatform.CoreUtilities.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\Microsoft.TestPlatform.PlatformAbstractions.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\Microsoft.TestPlatform.CommunicationUtilities.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\Microsoft.TestPlatform.CrossPlatEngine.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\Microsoft.TestPlatform.Utilities.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\Microsoft.VisualStudio.TestPlatform.Common.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\Moq.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\Microsoft.VisualStudio.TestPlatform.TestFramework.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\Newtonsoft.Json.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\NuGet.Frameworks.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\System.Diagnostics.EventLog.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\cs\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\cs\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\de\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\de\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\es\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\es\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\fr\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\fr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\it\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\it\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\ja\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\ja\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\ko\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\ko\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\pl\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\pl\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\pt-BR\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\pt-BR\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\ru\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\ru\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\tr\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\tr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\zh-Hans\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\zh-Hant\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\cs\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\cs\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\cs\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\de\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\de\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\de\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\es\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\es\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\es\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\fr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\fr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\fr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\it\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\it\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\it\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\ja\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\ja\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\ja\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\ko\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\ko\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\ko\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\pl\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\pl\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\pl\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\pt-BR\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\pt-BR\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\pt-BR\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\ru\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\ru\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\ru\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\tr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\tr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\tr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\zh-Hans\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\zh-Hans\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\zh-Hant\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\zh-Hant\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\cs\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\de\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\es\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\fr\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\it\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\ja\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\ko\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\pl\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\pt-BR\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\ru\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\tr\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\runtimes\win\lib\net6.0\System.Diagnostics.EventLog.Messages.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\runtimes\win\lib\net6.0\System.Diagnostics.EventLog.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\Optimizely.Graph.Source.Sdk.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\Optimizely.Graph.Source.Sdk.pdb -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\bin\Debug\net8.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\obj\Debug\net8.0\Optimizely.Graph.Source.Sdk.Tests.csproj.AssemblyReference.cache -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\obj\Debug\net8.0\Optimizely.Graph.Source.Sdk.Tests.GeneratedMSBuildEditorConfig.editorconfig -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\obj\Debug\net8.0\Optimizely.Graph.Source.Sdk.Tests.AssemblyInfoInputs.cache -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\obj\Debug\net8.0\Optimizely.Graph.Source.Sdk.Tests.AssemblyInfo.cs -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\obj\Debug\net8.0\Optimizely.Graph.Source.Sdk.Tests.csproj.CoreCompileInputs.cache -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\obj\Debug\net8.0\Optimizely.Graph.Source.Sdk.Tests.sourcelink.json -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\obj\Debug\net8.0\Optimizely.Graph.Source.Sdk.Tests.csproj.CopyComplete -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\obj\Debug\net8.0\Optimizely.Graph.Source.Sdk.Tests.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\obj\Debug\net8.0\refint\Optimizely.Graph.Source.Sdk.Tests.dll -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\obj\Debug\net8.0\Optimizely.Graph.Source.Sdk.Tests.pdb -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\obj\Debug\net8.0\Optimizely.Graph.Source.Sdk.Tests.genruntimeconfig.cache -C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\obj\Debug\net8.0\ref\Optimizely.Graph.Source.Sdk.Tests.dll diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.dll deleted file mode 100644 index a29b803..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.genruntimeconfig.cache b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.genruntimeconfig.cache deleted file mode 100644 index 59c66e7..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -73c90b9031f7038ec8ea43e61357c7deecd21704ce99901e9009fca2028d805f diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.pdb b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.pdb deleted file mode 100644 index 7a5af12..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.pdb and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.sourcelink.json b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.sourcelink.json deleted file mode 100644 index 1625954..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/Optimizely.Graph.Source.Sdk.Tests.sourcelink.json +++ /dev/null @@ -1 +0,0 @@ -{"documents":{"C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\*":"https://raw.githubusercontent.com/episerver/graph-source-sdk/568a2c5f1c841d1de4e6d1677a10243ccbad2c16/*"}} \ No newline at end of file diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/ref/Optimizely.Graph.Source.Sdk.Tests.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/ref/Optimizely.Graph.Source.Sdk.Tests.dll deleted file mode 100644 index 44cb8e1..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/ref/Optimizely.Graph.Source.Sdk.Tests.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/refint/Optimizely.Graph.Source.Sdk.Tests.dll b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/refint/Optimizely.Graph.Source.Sdk.Tests.dll deleted file mode 100644 index 44cb8e1..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Debug/net8.0/refint/Optimizely.Graph.Source.Sdk.Tests.dll and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Optimizely.Graph.Source.Sdk.Tests.csproj.nuget.dgspec.json b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Optimizely.Graph.Source.Sdk.Tests.csproj.nuget.dgspec.json deleted file mode 100644 index d4d54cc..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Optimizely.Graph.Source.Sdk.Tests.csproj.nuget.dgspec.json +++ /dev/null @@ -1,154 +0,0 @@ -{ - "format": 1, - "restore": { - "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\Optimizely.Graph.Source.Sdk.Tests.csproj": {} - }, - "projects": { - "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\Optimizely.Graph.Source.Sdk.Tests.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\Optimizely.Graph.Source.Sdk.Tests.csproj", - "projectName": "Optimizely.Graph.Source.Sdk.Tests", - "projectPath": "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\Optimizely.Graph.Source.Sdk.Tests.csproj", - "packagesPath": "C:\\Users\\jamin\\.nuget\\packages\\", - "outputPath": "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\obj\\", - "projectStyle": "PackageReference", - "configFilePaths": [ - "C:\\Users\\jamin\\NuGet.Config", - "C:\\Users\\jamin\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net8.0" - ], - "sources": { - "https://api.nuget.optimizely.com/v3/index.json": {}, - "https://api.nuget.org/v3/index.json": {}, - "https://nuget.pkg.github.com/episerver/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": { - "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.csproj": { - "projectPath": "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "MSTest.TestAdapter": { - "target": "Package", - "version": "[3.0.4, )" - }, - "MSTest.TestFramework": { - "target": "Package", - "version": "[3.0.4, )" - }, - "Microsoft.NET.Test.Sdk": { - "target": "Package", - "version": "[17.6.0, )" - }, - "Moq": { - "target": "Package", - "version": "[4.20.70, )" - }, - "coverlet.collector": { - "target": "Package", - "version": "[6.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101/PortableRuntimeIdentifierGraph.json" - } - } - }, - "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.csproj", - "projectName": "Optimizely.Graph.Source.Sdk", - "projectPath": "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.csproj", - "packagesPath": "C:\\Users\\jamin\\.nuget\\packages\\", - "outputPath": "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk\\obj\\", - "projectStyle": "PackageReference", - "configFilePaths": [ - "C:\\Users\\jamin\\NuGet.Config", - "C:\\Users\\jamin\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net8.0" - ], - "sources": { - "https://api.nuget.optimizely.com/v3/index.json": {}, - "https://api.nuget.org/v3/index.json": {}, - "https://nuget.pkg.github.com/episerver/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Newtonsoft.Json": { - "target": "Package", - "version": "[13.0.3, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101/PortableRuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Optimizely.Graph.Source.Sdk.Tests.csproj.nuget.g.props b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Optimizely.Graph.Source.Sdk.Tests.csproj.nuget.g.props deleted file mode 100644 index f43ab71..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Optimizely.Graph.Source.Sdk.Tests.csproj.nuget.g.props +++ /dev/null @@ -1,21 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\jamin\.nuget\packages\ - PackageReference - 6.8.0 - - - - - - - - - - - \ No newline at end of file diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Optimizely.Graph.Source.Sdk.Tests.csproj.nuget.g.targets b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Optimizely.Graph.Source.Sdk.Tests.csproj.nuget.g.targets deleted file mode 100644 index 46fb6fd..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Optimizely.Graph.Source.Sdk.Tests.csproj.nuget.g.targets +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs deleted file mode 100644 index 2217181..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Release/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/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Release/net8.0/Optimizely.Graph.Source.Sdk.Tests.AssemblyInfo.cs b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Release/net8.0/Optimizely.Graph.Source.Sdk.Tests.AssemblyInfo.cs deleted file mode 100644 index eb8bd36..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Release/net8.0/Optimizely.Graph.Source.Sdk.Tests.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("Optimizely.Graph.Source.Sdk.Tests")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+8ea96963ef7039a633b17ea1e9fee45f8f546918")] -[assembly: System.Reflection.AssemblyProductAttribute("Optimizely.Graph.Source.Sdk.Tests")] -[assembly: System.Reflection.AssemblyTitleAttribute("Optimizely.Graph.Source.Sdk.Tests")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Release/net8.0/Optimizely.Graph.Source.Sdk.Tests.AssemblyInfoInputs.cache b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Release/net8.0/Optimizely.Graph.Source.Sdk.Tests.AssemblyInfoInputs.cache deleted file mode 100644 index 5c2bb36..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Release/net8.0/Optimizely.Graph.Source.Sdk.Tests.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -e8bf7b6590cff0fd34331fdc8562439ce6cac8e121d6fb60622d88c198e0387a diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Release/net8.0/Optimizely.Graph.Source.Sdk.Tests.GeneratedMSBuildEditorConfig.editorconfig b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Release/net8.0/Optimizely.Graph.Source.Sdk.Tests.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index ff55f06..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Release/net8.0/Optimizely.Graph.Source.Sdk.Tests.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Optimizely.Graph.Source.Sdk.Tests -build_property.ProjectDir = C:\Users\jamin\source\repos\graph-source-sdk\Optimizely.Graph.Source.Sdk\Optimizely.Graph.Source.Sdk.Tests\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Release/net8.0/Optimizely.Graph.Source.Sdk.Tests.GlobalUsings.g.cs b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Release/net8.0/Optimizely.Graph.Source.Sdk.Tests.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Release/net8.0/Optimizely.Graph.Source.Sdk.Tests.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/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Release/net8.0/Optimizely.Graph.Source.Sdk.Tests.assets.cache b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Release/net8.0/Optimizely.Graph.Source.Sdk.Tests.assets.cache deleted file mode 100644 index 338be2c..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Release/net8.0/Optimizely.Graph.Source.Sdk.Tests.assets.cache and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Release/net8.0/Optimizely.Graph.Source.Sdk.Tests.csproj.AssemblyReference.cache b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Release/net8.0/Optimizely.Graph.Source.Sdk.Tests.csproj.AssemblyReference.cache deleted file mode 100644 index c083502..0000000 Binary files a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/Release/net8.0/Optimizely.Graph.Source.Sdk.Tests.csproj.AssemblyReference.cache and /dev/null differ diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/project.assets.json b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/project.assets.json deleted file mode 100644 index ad18403..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/project.assets.json +++ /dev/null @@ -1,1314 +0,0 @@ -{ - "version": 3, - "targets": { - "net8.0": { - "Castle.Core/5.1.1": { - "type": "package", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - }, - "compile": { - "lib/net6.0/Castle.Core.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Castle.Core.dll": { - "related": ".xml" - } - } - }, - "coverlet.collector/6.0.0": { - "type": "package", - "build": { - "build/netstandard1.0/coverlet.collector.targets": {} - } - }, - "Microsoft.CodeCoverage/17.6.0": { - "type": "package", - "compile": { - "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {} - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {} - }, - "build": { - "build/netstandard2.0/Microsoft.CodeCoverage.props": {}, - "build/netstandard2.0/Microsoft.CodeCoverage.targets": {} - } - }, - "Microsoft.NET.Test.Sdk/17.6.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeCoverage": "17.6.0", - "Microsoft.TestPlatform.TestHost": "17.6.0" - }, - "compile": { - "lib/netcoreapp3.1/_._": {} - }, - "runtime": { - "lib/netcoreapp3.1/_._": {} - }, - "build": { - "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.props": {}, - "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.NET.Test.Sdk.props": {} - } - }, - "Microsoft.TestPlatform.ObjectModel/17.6.0": { - "type": "package", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, - "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, - "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, - "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, - "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} - }, - "resource": { - "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.TestPlatform.TestHost/17.6.0": { - "type": "package", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.6.0", - "Newtonsoft.Json": "13.0.1" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll": {}, - "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, - "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll": {}, - "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, - "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll": {}, - "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll": {}, - "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {}, - "lib/netcoreapp3.1/testhost.dll": { - "related": ".deps.json" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll": {}, - "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, - "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll": {}, - "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, - "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll": {}, - "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll": {}, - "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {}, - "lib/netcoreapp3.1/testhost.dll": { - "related": ".deps.json" - } - }, - "resource": { - "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hant" - } - }, - "build": { - "build/netcoreapp3.1/Microsoft.TestPlatform.TestHost.props": {} - } - }, - "Moq/4.20.70": { - "type": "package", - "dependencies": { - "Castle.Core": "5.1.1" - }, - "compile": { - "lib/net6.0/Moq.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Moq.dll": { - "related": ".xml" - } - } - }, - "MSTest.TestAdapter/3.0.4": { - "type": "package", - "build": { - "build/net6.0/MSTest.TestAdapter.props": {}, - "build/net6.0/MSTest.TestAdapter.targets": {} - } - }, - "MSTest.TestFramework/3.0.4": { - "type": "package", - "compile": { - "lib/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": { - "related": ".xml" - } - }, - "resource": { - "lib/net6.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "cs" - }, - "lib/net6.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "de" - }, - "lib/net6.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "es" - }, - "lib/net6.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "fr" - }, - "lib/net6.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "it" - }, - "lib/net6.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "ja" - }, - "lib/net6.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "ko" - }, - "lib/net6.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "pl" - }, - "lib/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "pt-BR" - }, - "lib/net6.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "ru" - }, - "lib/net6.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "tr" - }, - "lib/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { - "locale": "zh-Hant" - } - }, - "build": { - "build/net6.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" - } - } - }, - "NuGet.Frameworks/5.11.0": { - "type": "package", - "compile": { - "lib/netstandard2.0/NuGet.Frameworks.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/NuGet.Frameworks.dll": { - "related": ".xml" - } - } - }, - "System.Diagnostics.EventLog/6.0.0": { - "type": "package", - "compile": { - "lib/net6.0/System.Diagnostics.EventLog.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Diagnostics.EventLog.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll": { - "assetType": "runtime", - "rid": "win" - }, - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Reflection.Metadata/1.6.0": { - "type": "package", - "compile": { - "lib/netstandard2.0/System.Reflection.Metadata.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Reflection.Metadata.dll": { - "related": ".xml" - } - } - }, - "Optimizely.Graph.Source.Sdk/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v8.0", - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "compile": { - "bin/placeholder/Optimizely.Graph.Source.Sdk.dll": {} - }, - "runtime": { - "bin/placeholder/Optimizely.Graph.Source.Sdk.dll": {} - } - } - } - }, - "libraries": { - "Castle.Core/5.1.1": { - "sha512": "rpYtIczkzGpf+EkZgDr9CClTdemhsrwA/W5hMoPjLkRFnXzH44zDLoovXeKtmxb1ykXK9aJVODSpiJml8CTw2g==", - "type": "package", - "path": "castle.core/5.1.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ASL - Apache Software Foundation License.txt", - "CHANGELOG.md", - "LICENSE", - "castle-logo.png", - "castle.core.5.1.1.nupkg.sha512", - "castle.core.nuspec", - "lib/net462/Castle.Core.dll", - "lib/net462/Castle.Core.xml", - "lib/net6.0/Castle.Core.dll", - "lib/net6.0/Castle.Core.xml", - "lib/netstandard2.0/Castle.Core.dll", - "lib/netstandard2.0/Castle.Core.xml", - "lib/netstandard2.1/Castle.Core.dll", - "lib/netstandard2.1/Castle.Core.xml", - "readme.txt" - ] - }, - "coverlet.collector/6.0.0": { - "sha512": "tW3lsNS+dAEII6YGUX/VMoJjBS1QvsxqJeqLaJXub08y1FSjasFPtQ4UBUsudE9PNrzLjooClMsPtY2cZLdXpQ==", - "type": "package", - "path": "coverlet.collector/6.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "build/netstandard1.0/Microsoft.Bcl.AsyncInterfaces.dll", - "build/netstandard1.0/Microsoft.CSharp.dll", - "build/netstandard1.0/Microsoft.DotNet.PlatformAbstractions.dll", - "build/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "build/netstandard1.0/Microsoft.Extensions.DependencyInjection.dll", - "build/netstandard1.0/Microsoft.Extensions.DependencyModel.dll", - "build/netstandard1.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "build/netstandard1.0/Microsoft.TestPlatform.CoreUtilities.dll", - "build/netstandard1.0/Microsoft.TestPlatform.PlatformAbstractions.dll", - "build/netstandard1.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "build/netstandard1.0/Mono.Cecil.Mdb.dll", - "build/netstandard1.0/Mono.Cecil.Pdb.dll", - "build/netstandard1.0/Mono.Cecil.Rocks.dll", - "build/netstandard1.0/Mono.Cecil.dll", - "build/netstandard1.0/Newtonsoft.Json.dll", - "build/netstandard1.0/NuGet.Frameworks.dll", - "build/netstandard1.0/System.AppContext.dll", - "build/netstandard1.0/System.Collections.Immutable.dll", - "build/netstandard1.0/System.Dynamic.Runtime.dll", - "build/netstandard1.0/System.IO.FileSystem.Primitives.dll", - "build/netstandard1.0/System.Linq.Expressions.dll", - "build/netstandard1.0/System.Linq.dll", - "build/netstandard1.0/System.ObjectModel.dll", - "build/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", - "build/netstandard1.0/System.Reflection.Emit.Lightweight.dll", - "build/netstandard1.0/System.Reflection.Emit.dll", - "build/netstandard1.0/System.Reflection.Metadata.dll", - "build/netstandard1.0/System.Reflection.TypeExtensions.dll", - "build/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll", - "build/netstandard1.0/System.Runtime.Serialization.Primitives.dll", - "build/netstandard1.0/System.Text.RegularExpressions.dll", - "build/netstandard1.0/System.Threading.Tasks.Extensions.dll", - "build/netstandard1.0/System.Threading.dll", - "build/netstandard1.0/System.Xml.ReaderWriter.dll", - "build/netstandard1.0/System.Xml.XDocument.dll", - "build/netstandard1.0/coverlet.collector.deps.json", - "build/netstandard1.0/coverlet.collector.dll", - "build/netstandard1.0/coverlet.collector.pdb", - "build/netstandard1.0/coverlet.collector.targets", - "build/netstandard1.0/coverlet.core.dll", - "build/netstandard1.0/coverlet.core.pdb", - "coverlet-icon.png", - "coverlet.collector.6.0.0.nupkg.sha512", - "coverlet.collector.nuspec" - ] - }, - "Microsoft.CodeCoverage/17.6.0": { - "sha512": "5v2GwzpR7JEuQUzupjx3zLwn2FutADW/weLzLt726DR3WXxsM+ICPoJG6pxuKFsumtZp890UrVuudTUhsE8Qyg==", - "type": "package", - "path": "microsoft.codecoverage/17.6.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE_NET.txt", - "ThirdPartyNotices.txt", - "build/netstandard2.0/CodeCoverage/CodeCoverage.config", - "build/netstandard2.0/CodeCoverage/CodeCoverage.exe", - "build/netstandard2.0/CodeCoverage/VanguardInstrumentationProfiler_x86.config", - "build/netstandard2.0/CodeCoverage/amd64/CodeCoverage.exe", - "build/netstandard2.0/CodeCoverage/amd64/VanguardInstrumentationProfiler_x64.config", - "build/netstandard2.0/CodeCoverage/amd64/covrun64.dll", - "build/netstandard2.0/CodeCoverage/amd64/msdia140.dll", - "build/netstandard2.0/CodeCoverage/arm64/VanguardInstrumentationProfiler_arm64.config", - "build/netstandard2.0/CodeCoverage/arm64/covrunarm64.dll", - "build/netstandard2.0/CodeCoverage/arm64/msdia140.dll", - "build/netstandard2.0/CodeCoverage/codecoveragemessages.dll", - "build/netstandard2.0/CodeCoverage/coreclr/Microsoft.VisualStudio.CodeCoverage.Shim.dll", - "build/netstandard2.0/CodeCoverage/covrun32.dll", - "build/netstandard2.0/CodeCoverage/msdia140.dll", - "build/netstandard2.0/InstrumentationEngine/alpine/x64/VanguardInstrumentationProfiler_x64.config", - "build/netstandard2.0/InstrumentationEngine/alpine/x64/libCoverageInstrumentationMethod.so", - "build/netstandard2.0/InstrumentationEngine/alpine/x64/libInstrumentationEngine.so", - "build/netstandard2.0/InstrumentationEngine/arm64/MicrosoftInstrumentationEngine_arm64.dll", - "build/netstandard2.0/InstrumentationEngine/macos/x64/VanguardInstrumentationProfiler_x64.config", - "build/netstandard2.0/InstrumentationEngine/macos/x64/libCoverageInstrumentationMethod.dylib", - "build/netstandard2.0/InstrumentationEngine/macos/x64/libInstrumentationEngine.dylib", - "build/netstandard2.0/InstrumentationEngine/ubuntu/x64/VanguardInstrumentationProfiler_x64.config", - "build/netstandard2.0/InstrumentationEngine/ubuntu/x64/libCoverageInstrumentationMethod.so", - "build/netstandard2.0/InstrumentationEngine/ubuntu/x64/libInstrumentationEngine.so", - "build/netstandard2.0/InstrumentationEngine/x64/MicrosoftInstrumentationEngine_x64.dll", - "build/netstandard2.0/InstrumentationEngine/x86/MicrosoftInstrumentationEngine_x86.dll", - "build/netstandard2.0/Microsoft.CodeCoverage.Core.dll", - "build/netstandard2.0/Microsoft.CodeCoverage.Instrumentation.dll", - "build/netstandard2.0/Microsoft.CodeCoverage.Interprocess.dll", - "build/netstandard2.0/Microsoft.CodeCoverage.props", - "build/netstandard2.0/Microsoft.CodeCoverage.targets", - "build/netstandard2.0/Microsoft.DiaSymReader.dll", - "build/netstandard2.0/Microsoft.VisualStudio.TraceDataCollector.dll", - "build/netstandard2.0/Mono.Cecil.Pdb.dll", - "build/netstandard2.0/Mono.Cecil.Rocks.dll", - "build/netstandard2.0/Mono.Cecil.dll", - "build/netstandard2.0/ThirdPartyNotices.txt", - "build/netstandard2.0/cs/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/de/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/es/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/fr/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/it/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/ja/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/ko/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/pl/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/pt-BR/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/ru/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/tr/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "lib/net462/Microsoft.VisualStudio.CodeCoverage.Shim.dll", - "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll", - "microsoft.codecoverage.17.6.0.nupkg.sha512", - "microsoft.codecoverage.nuspec" - ] - }, - "Microsoft.NET.Test.Sdk/17.6.0": { - "sha512": "tHyg4C6c89QvLv6Utz3xKlba4EeoyJyIz59Q1NrjRENV7gfGnSE6I+sYPIbVOzQttoo2zpHDgOK/p6Hw2OlD7A==", - "type": "package", - "path": "microsoft.net.test.sdk/17.6.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE_NET.txt", - "build/net462/Microsoft.NET.Test.Sdk.props", - "build/net462/Microsoft.NET.Test.Sdk.targets", - "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.cs", - "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.fs", - "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.vb", - "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.props", - "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.targets", - "buildMultiTargeting/Microsoft.NET.Test.Sdk.props", - "lib/net462/_._", - "lib/netcoreapp3.1/_._", - "microsoft.net.test.sdk.17.6.0.nupkg.sha512", - "microsoft.net.test.sdk.nuspec" - ] - }, - "Microsoft.TestPlatform.ObjectModel/17.6.0": { - "sha512": "AA/rrf5zwC5/OBLEOajkhjbVTM3SvxRXy8kcQ8e4mJKojbyZvqqhpfNg362N9vXU94DLg9NUTFOAnoYVT0pTJw==", - "type": "package", - "path": "microsoft.testplatform.objectmodel/17.6.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE_NET.txt", - "lib/net462/Microsoft.TestPlatform.CoreUtilities.dll", - "lib/net462/Microsoft.TestPlatform.PlatformAbstractions.dll", - "lib/net462/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "lib/net462/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll", - "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll", - "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/Microsoft.TestPlatform.CoreUtilities.dll", - "lib/netstandard2.0/Microsoft.TestPlatform.PlatformAbstractions.dll", - "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "lib/netstandard2.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "microsoft.testplatform.objectmodel.17.6.0.nupkg.sha512", - "microsoft.testplatform.objectmodel.nuspec" - ] - }, - "Microsoft.TestPlatform.TestHost/17.6.0": { - "sha512": "7YdgUcIeCPVKLC7n7LNKDiEHWc7z3brkkYPdUbDnFsvf6WvY9UfzS0VSUJ8P2NgN0CDSD223GCJFSjSBLZRqOQ==", - "type": "package", - "path": "microsoft.testplatform.testhost/17.6.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE_NET.txt", - "ThirdPartyNotices.txt", - "build/netcoreapp3.1/Microsoft.TestPlatform.TestHost.props", - "build/netcoreapp3.1/x64/testhost.dll", - "build/netcoreapp3.1/x64/testhost.exe", - "build/netcoreapp3.1/x86/testhost.x86.dll", - "build/netcoreapp3.1/x86/testhost.x86.exe", - "lib/net462/_._", - "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll", - "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll", - "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll", - "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll", - "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll", - "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll", - "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/netcoreapp3.1/testhost.deps.json", - "lib/netcoreapp3.1/testhost.dll", - "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/netcoreapp3.1/x64/msdia140.dll", - "lib/netcoreapp3.1/x86/msdia140.dll", - "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "microsoft.testplatform.testhost.17.6.0.nupkg.sha512", - "microsoft.testplatform.testhost.nuspec" - ] - }, - "Moq/4.20.70": { - "sha512": "4rNnAwdpXJBuxqrOCzCyICXHSImOTRktCgCWXWykuF1qwoIsVvEnR7PjbMk/eLOxWvhmj5Kwt+kDV3RGUYcNwg==", - "type": "package", - "path": "moq/4.20.70", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "icon.png", - "lib/net462/Moq.dll", - "lib/net462/Moq.xml", - "lib/net6.0/Moq.dll", - "lib/net6.0/Moq.xml", - "lib/netstandard2.0/Moq.dll", - "lib/netstandard2.0/Moq.xml", - "lib/netstandard2.1/Moq.dll", - "lib/netstandard2.1/Moq.xml", - "moq.4.20.70.nupkg.sha512", - "moq.nuspec", - "readme.md" - ] - }, - "MSTest.TestAdapter/3.0.4": { - "sha512": "18THEGVcU4fbAOZWvRtEyvQCnZ/o+3LFAiFbAkWYh63GC5TmHoJ10IUiF9L02SMmbLbWpH1/PxvO7mcInIY4/Q==", - "type": "package", - "path": "mstest.testadapter/3.0.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "build/_localization/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/_localization/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/_localization/cs/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", - "build/_localization/cs/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", - "build/_localization/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/_localization/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "build/_localization/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/_localization/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/_localization/de/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", - "build/_localization/de/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", - "build/_localization/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/_localization/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "build/_localization/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/_localization/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/_localization/es/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", - "build/_localization/es/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", - "build/_localization/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/_localization/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "build/_localization/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/_localization/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/_localization/fr/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", - "build/_localization/fr/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", - "build/_localization/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/_localization/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "build/_localization/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/_localization/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/_localization/it/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", - "build/_localization/it/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", - "build/_localization/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/_localization/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "build/_localization/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/_localization/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/_localization/ja/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", - "build/_localization/ja/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", - "build/_localization/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/_localization/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "build/_localization/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/_localization/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/_localization/ko/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", - "build/_localization/ko/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", - "build/_localization/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/_localization/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "build/_localization/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/_localization/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/_localization/pl/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", - "build/_localization/pl/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", - "build/_localization/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/_localization/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "build/_localization/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/_localization/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/_localization/pt-BR/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", - "build/_localization/pt-BR/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", - "build/_localization/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/_localization/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "build/_localization/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/_localization/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/_localization/ru/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", - "build/_localization/ru/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", - "build/_localization/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/_localization/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "build/_localization/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/_localization/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/_localization/tr/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", - "build/_localization/tr/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", - "build/_localization/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/_localization/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "build/_localization/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/_localization/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/_localization/zh-Hans/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", - "build/_localization/zh-Hans/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", - "build/_localization/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/_localization/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "build/_localization/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/_localization/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/_localization/zh-Hant/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", - "build/_localization/zh-Hant/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", - "build/_localization/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/_localization/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", - "build/net462/MSTest.TestAdapter.props", - "build/net462/MSTest.TestAdapter.targets", - "build/net462/Microsoft.TestPlatform.AdapterUtilities.dll", - "build/net462/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll", - "build/net462/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", - "build/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", - "build/net462/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/net462/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/net462/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/net462/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/net462/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/net462/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/net462/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/net462/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/net462/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/net462/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/net462/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/net462/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/net462/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/net6.0/MSTest.TestAdapter.props", - "build/net6.0/MSTest.TestAdapter.targets", - "build/net6.0/Microsoft.TestPlatform.AdapterUtilities.dll", - "build/net6.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll", - "build/net6.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", - "build/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", - "build/net6.0/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/net6.0/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/net6.0/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/net6.0/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/net6.0/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/net6.0/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/net6.0/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/net6.0/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/net6.0/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/net6.0/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/net6.0/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/net6.0/winui/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", - "build/net6.0/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/net6.0/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/netcoreapp3.1/MSTest.TestAdapter.props", - "build/netcoreapp3.1/Microsoft.TestPlatform.AdapterUtilities.dll", - "build/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll", - "build/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", - "build/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", - "build/netcoreapp3.1/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/netcoreapp3.1/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/netcoreapp3.1/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/netcoreapp3.1/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/netcoreapp3.1/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/netcoreapp3.1/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/netcoreapp3.1/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/netcoreapp3.1/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/netcoreapp3.1/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/netcoreapp3.1/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/netstandard2.0/MSTest.TestAdapter.props", - "build/netstandard2.0/Microsoft.TestPlatform.AdapterUtilities.dll", - "build/netstandard2.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll", - "build/netstandard2.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", - "build/netstandard2.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", - "build/netstandard2.0/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/netstandard2.0/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/netstandard2.0/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/netstandard2.0/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/netstandard2.0/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/netstandard2.0/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/netstandard2.0/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/netstandard2.0/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/netstandard2.0/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/netstandard2.0/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/netstandard2.0/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/netstandard2.0/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/netstandard2.0/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/uap10.0/MSTest.TestAdapter.props", - "build/uap10.0/MSTest.TestAdapter.targets", - "build/uap10.0/Microsoft.TestPlatform.AdapterUtilities.dll", - "build/uap10.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll", - "build/uap10.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", - "build/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", - "build/uap10.0/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/uap10.0/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/uap10.0/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/uap10.0/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/uap10.0/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/uap10.0/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/uap10.0/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/uap10.0/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/uap10.0/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/uap10.0/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/uap10.0/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/uap10.0/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "build/uap10.0/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll", - "mstest.testadapter.3.0.4.nupkg.sha512", - "mstest.testadapter.nuspec" - ] - }, - "MSTest.TestFramework/3.0.4": { - "sha512": "hYq5xOOr2k09rtXpmcHkJ4Tdt/yS4cy8jiFPNMdDJP+lB6OY8yekOmQC4Fsvug4rhLpXGDd6zbPWYeoewqfePA==", - "type": "package", - "path": "mstest.testframework/3.0.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "build/net6.0/MSTest.TestFramework.targets", - "build/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", - "build/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", - "build/net6.0/winui/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", - "build/net6.0/winui/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/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.0.4.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" - ] - }, - "NuGet.Frameworks/5.11.0": { - "sha512": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==", - "type": "package", - "path": "nuget.frameworks/5.11.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "icon.png", - "lib/net40/NuGet.Frameworks.dll", - "lib/net40/NuGet.Frameworks.xml", - "lib/net472/NuGet.Frameworks.dll", - "lib/net472/NuGet.Frameworks.xml", - "lib/netstandard2.0/NuGet.Frameworks.dll", - "lib/netstandard2.0/NuGet.Frameworks.xml", - "nuget.frameworks.5.11.0.nupkg.sha512", - "nuget.frameworks.nuspec" - ] - }, - "System.Diagnostics.EventLog/6.0.0": { - "sha512": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==", - "type": "package", - "path": "system.diagnostics.eventlog/6.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Diagnostics.EventLog.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Diagnostics.EventLog.dll", - "lib/net461/System.Diagnostics.EventLog.xml", - "lib/net6.0/System.Diagnostics.EventLog.dll", - "lib/net6.0/System.Diagnostics.EventLog.xml", - "lib/netcoreapp3.1/System.Diagnostics.EventLog.dll", - "lib/netcoreapp3.1/System.Diagnostics.EventLog.xml", - "lib/netstandard2.0/System.Diagnostics.EventLog.dll", - "lib/netstandard2.0/System.Diagnostics.EventLog.xml", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.xml", - "runtimes/win/lib/netcoreapp3.1/System.Diagnostics.EventLog.Messages.dll", - "runtimes/win/lib/netcoreapp3.1/System.Diagnostics.EventLog.dll", - "runtimes/win/lib/netcoreapp3.1/System.Diagnostics.EventLog.xml", - "system.diagnostics.eventlog.6.0.0.nupkg.sha512", - "system.diagnostics.eventlog.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Reflection.Metadata/1.6.0": { - "sha512": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==", - "type": "package", - "path": "system.reflection.metadata/1.6.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/netstandard1.1/System.Reflection.Metadata.dll", - "lib/netstandard1.1/System.Reflection.Metadata.xml", - "lib/netstandard2.0/System.Reflection.Metadata.dll", - "lib/netstandard2.0/System.Reflection.Metadata.xml", - "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "system.reflection.metadata.1.6.0.nupkg.sha512", - "system.reflection.metadata.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "Optimizely.Graph.Source.Sdk/1.0.0": { - "type": "project", - "path": "../Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.csproj", - "msbuildProject": "../Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.csproj" - } - }, - "projectFileDependencyGroups": { - "net8.0": [ - "MSTest.TestAdapter >= 3.0.4", - "MSTest.TestFramework >= 3.0.4", - "Microsoft.NET.Test.Sdk >= 17.6.0", - "Moq >= 4.20.70", - "Optimizely.Graph.Source.Sdk >= 1.0.0", - "coverlet.collector >= 6.0.0" - ] - }, - "packageFolders": { - "C:\\Users\\jamin\\.nuget\\packages\\": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\Optimizely.Graph.Source.Sdk.Tests.csproj", - "projectName": "Optimizely.Graph.Source.Sdk.Tests", - "projectPath": "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\Optimizely.Graph.Source.Sdk.Tests.csproj", - "packagesPath": "C:\\Users\\jamin\\.nuget\\packages\\", - "outputPath": "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\obj\\", - "projectStyle": "PackageReference", - "configFilePaths": [ - "C:\\Users\\jamin\\NuGet.Config", - "C:\\Users\\jamin\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net8.0" - ], - "sources": { - "https://api.nuget.optimizely.com/v3/index.json": {}, - "https://api.nuget.org/v3/index.json": {}, - "https://nuget.pkg.github.com/episerver/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": { - "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.csproj": { - "projectPath": "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "MSTest.TestAdapter": { - "target": "Package", - "version": "[3.0.4, )" - }, - "MSTest.TestFramework": { - "target": "Package", - "version": "[3.0.4, )" - }, - "Microsoft.NET.Test.Sdk": { - "target": "Package", - "version": "[17.6.0, )" - }, - "Moq": { - "target": "Package", - "version": "[4.20.70, )" - }, - "coverlet.collector": { - "target": "Package", - "version": "[6.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101/PortableRuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/project.nuget.cache b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/project.nuget.cache deleted file mode 100644 index 49ecdb9..0000000 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.Tests/obj/project.nuget.cache +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "Xawi2HZUlsOZEt5W8A/Iff17uANvRmvXVrZ/RTRbHTMPnLGLwdJTQExRExdFDJ73biffNVxXjEVIg5wvf8dZYQ==", - "success": true, - "projectFilePath": "C:\\Users\\jamin\\source\\repos\\graph-source-sdk\\Optimizely.Graph.Source.Sdk\\Optimizely.Graph.Source.Sdk.Tests\\Optimizely.Graph.Source.Sdk.Tests.csproj", - "expectedPackageFiles": [ - "C:\\Users\\jamin\\.nuget\\packages\\castle.core\\5.1.1\\castle.core.5.1.1.nupkg.sha512", - "C:\\Users\\jamin\\.nuget\\packages\\coverlet.collector\\6.0.0\\coverlet.collector.6.0.0.nupkg.sha512", - "C:\\Users\\jamin\\.nuget\\packages\\microsoft.codecoverage\\17.6.0\\microsoft.codecoverage.17.6.0.nupkg.sha512", - "C:\\Users\\jamin\\.nuget\\packages\\microsoft.net.test.sdk\\17.6.0\\microsoft.net.test.sdk.17.6.0.nupkg.sha512", - "C:\\Users\\jamin\\.nuget\\packages\\microsoft.testplatform.objectmodel\\17.6.0\\microsoft.testplatform.objectmodel.17.6.0.nupkg.sha512", - "C:\\Users\\jamin\\.nuget\\packages\\microsoft.testplatform.testhost\\17.6.0\\microsoft.testplatform.testhost.17.6.0.nupkg.sha512", - "C:\\Users\\jamin\\.nuget\\packages\\moq\\4.20.70\\moq.4.20.70.nupkg.sha512", - "C:\\Users\\jamin\\.nuget\\packages\\mstest.testadapter\\3.0.4\\mstest.testadapter.3.0.4.nupkg.sha512", - "C:\\Users\\jamin\\.nuget\\packages\\mstest.testframework\\3.0.4\\mstest.testframework.3.0.4.nupkg.sha512", - "C:\\Users\\jamin\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512", - "C:\\Users\\jamin\\.nuget\\packages\\nuget.frameworks\\5.11.0\\nuget.frameworks.5.11.0.nupkg.sha512", - "C:\\Users\\jamin\\.nuget\\packages\\system.diagnostics.eventlog\\6.0.0\\system.diagnostics.eventlog.6.0.0.nupkg.sha512", - "C:\\Users\\jamin\\.nuget\\packages\\system.reflection.metadata\\1.6.0\\system.reflection.metadata.1.6.0.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.csproj b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.csproj index 4ebf239..0a59f1f 100644 --- a/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.csproj +++ b/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.csproj @@ -9,6 +9,7 @@ https://github.com/episerver/graph-source-sdk README.md https://github.com/episerver/graph-source-sdk + true