microsoft / vscode-dotnettools

This is a feedback repository to capture issues logged for the C# Dev Kit and related extensions from Visual Studio Code
Other
221 stars 10 forks source link

[BUG] Solution Explorer not loading #1366

Open TanvirArjel opened 1 month ago

TanvirArjel commented 1 month ago

Describe the Issue

Suddenly the solution explorer not loading for a project. The C# Dev Kit log message is:

Starting opening a solution...
Starting processing the solution file "/Users/demo/Documents/Branches/My API/Master/my-api/test.Secure.sln" in Dev Kit server...
Starting Spawn .NET server...
Using preinstalled .NET runtime at "/usr/local/share/dotnet/dotnet" to load Dev Kit processes.
Found installed dotnet location "/usr/local/share/dotnet/dotnet" to load projects.
.NET server started and IPC established in 19741ms
Completed Spawn .NET server (21660ms)
Failed at 'processing the solution file "/Users/demo/Documents/Branches/My API/Master/my-api/test.Secure.sln" in Dev Kit server' (22374ms) with error: Error: An item with the same key has already been added. Key: 87fee57b-fa18-4c0c-accc-ec433e2e422d
Failed at 'opening a solution' (22375ms) with error: SolutionOpenError: Run into errors while opening the solution: Error: An item with the same key has already been added. Key: 87fee57b-fa18-4c0c-accc-ec433e2e422d
Failed to open solution SolutionOpenError: Run into errors while opening the solution: Error: An item with the same key has already been added. Key: 87fee57b-fa18-4c0c-accc-ec433e2e422d

Steps To Reproduce

No response

Expected Behavior

No response

Environment Information

VS Code Version: 1.92.1 (Universal) C# Dev Kit Version: v1.10.6 (pre-release) OS Version: MacOS Sunoma 14.6

phil-allen-msft commented 1 month ago

We're sorry you are running into this. From the error message, it looks like the guid "87fee57b-fa18-4c0c-accc-ec433e2e422d" is seen twice in the same collection. As a guess, it sounds like duplicates in the sln around which projects are included in the solution, but there are other possibilities. In order to help us diagnose further, can you search your solution and indicate which collection it might be?

TanvirArjel commented 4 weeks ago

@phil-allen-msft Here is the solution file content:


Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CreditCard", "CreditCard", "{EE55F880-B96E-4DC1-9F71-21D136E03118}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyAppName.Secure.UnitTest", "MyAppName.Secure.UnitTest\MyAppName.Secure.UnitTest.csproj", "{87358F6A-14E2-4E0A-87C5-D7ADF43B6CC1}"
    ProjectSection(ProjectDependencies) = postProject
        {A2C5BE65-2627-4218-A974-016E0D26EE11} = {A2C5BE65-2627-4218-A974-016E0D26EE11}
    EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyAppName.Secure.Server", "MyAppName.Secure.Server\MyAppName.Secure.Server.csproj", "{87FEE57B-FA18-4C0C-ACCC-EC433E2E422D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyAppName.Secure.Structure", "MyAppName.Secure.Structure\MyAppName.Secure.Structure.csproj", "{81B120BC-74C0-4943-AB62-56A30E95625B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyAppName.Secure.Client.Test", "MyAppName.Secure.Client.Test\MyAppName.Secure.Client.Test.csproj", "{37211398-C8A7-476F-A620-21BC1AE836C2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{AF3F3B7B-5F89-4CB5-8601-4A3CEBFD3496}"
    ProjectSection(SolutionItems) = preProject
        .nuget\NuGet.Config = .nuget\NuGet.Config
        .nuget\NuGet.exe = .nuget\NuGet.exe
        .nuget\NuGet.targets = .nuget\NuGet.targets
    EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{0CA85339-AE04-4D33-81B4-197D9EE5F63B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyAppName.Secure.Smoke.Tests", "MyAppName.Secure.Smoke.Tests\MyAppName.Secure.Smoke.Tests.csproj", "{0E396BBA-1278-4351-9F02-BC268DDA1F46}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyAppName.Secure.CoreConsole.Test", "MyAppName.Secure.CoreConsole.Test\MyAppName.Secure.CoreConsole.Test.csproj", "{2097F1EC-7665-4559-A84F-85473B74956E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyAppName.Secure.NetFrameworkConsole.Test", "MyAppName.Secure.NetFrameworkConsole.Test\MyAppName.Secure.NetFrameworkConsole.Test.csproj", "{C15B2C5F-AA78-40D0-A3F0-07B3E6791989}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyAppName.Secure.WebServiceCore", "MyAppName.Secure.WebServiceCore\MyAppName.Secure.WebServiceCore.csproj", "{0283357E-BBAE-4F4A-A04C-873DE3878DCF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyAppName.Secure.ConsoleCore", "MyAppName.Secure.ConsoleCore\MyAppName.Secure.ConsoleCore.csproj", "{A2C5BE65-2627-4218-A974-016E0D26EE11}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyAppName.EBE.Automation.CreditCardAPI", "MyAppName.EBE.Automation.CreditCardAPI\MyAppName.EBE.Automation.CreditCardAPI.csproj", "{81823439-622A-426D-9E3A-435530755F09}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyAppName.Secure.ConsoleCore.UnitTest", "MyAppName.Secure.ConsoleCore.UnitTest\MyAppName.Secure.ConsoleCore.UnitTest.csproj", "{EBC7E22F-334B-41F2-8D03-62B6F5D9D285}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyAppName.Secure.ConsoleCore.Scheduler", "MyAppName.Secure.ConsoleCore.Scheduler\MyAppName.Secure.ConsoleCore.Scheduler.csproj", "{79F8DB44-A0D7-46A1-AAC5-3F03F48B11C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyAppName.Secure.Business", "MyAppName.Secure.Business\MyAppName.Secure.Business.csproj", "{87FEE57B-FA18-4C0C-ACCC-EC433E2E422D}"
EndProject
Global
    GlobalSection(SolutionConfigurationPlatforms) = preSolution
        Debug|.NET = Debug|.NET
        Debug|Any CPU = Debug|Any CPU
        Debug|Mixed Platforms = Debug|Mixed Platforms
        Release|.NET = Release|.NET
        Release|Any CPU = Release|Any CPU
        Release|Mixed Platforms = Release|Mixed Platforms
    EndGlobalSection
    GlobalSection(ProjectConfigurationPlatforms) = postSolution
        {87358F6A-14E2-4E0A-87C5-D7ADF43B6CC1}.Debug|.NET.ActiveCfg = Debug|Any CPU
        {87358F6A-14E2-4E0A-87C5-D7ADF43B6CC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {87358F6A-14E2-4E0A-87C5-D7ADF43B6CC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {87358F6A-14E2-4E0A-87C5-D7ADF43B6CC1}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
        {87358F6A-14E2-4E0A-87C5-D7ADF43B6CC1}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
        {87358F6A-14E2-4E0A-87C5-D7ADF43B6CC1}.Release|.NET.ActiveCfg = Release|Any CPU
        {87358F6A-14E2-4E0A-87C5-D7ADF43B6CC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {87358F6A-14E2-4E0A-87C5-D7ADF43B6CC1}.Release|Any CPU.Build.0 = Release|Any CPU
        {87358F6A-14E2-4E0A-87C5-D7ADF43B6CC1}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
        {87358F6A-14E2-4E0A-87C5-D7ADF43B6CC1}.Release|Mixed Platforms.Build.0 = Release|Any CPU
        {87FEE57B-FA18-4C0C-ACCC-EC433E2E422D}.Debug|.NET.ActiveCfg = Debug|Any CPU
        {87FEE57B-FA18-4C0C-ACCC-EC433E2E422D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {87FEE57B-FA18-4C0C-ACCC-EC433E2E422D}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {87FEE57B-FA18-4C0C-ACCC-EC433E2E422D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
        {87FEE57B-FA18-4C0C-ACCC-EC433E2E422D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
        {87FEE57B-FA18-4C0C-ACCC-EC433E2E422D}.Release|.NET.ActiveCfg = Release|Any CPU
        {87FEE57B-FA18-4C0C-ACCC-EC433E2E422D}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {87FEE57B-FA18-4C0C-ACCC-EC433E2E422D}.Release|Any CPU.Build.0 = Release|Any CPU
        {87FEE57B-FA18-4C0C-ACCC-EC433E2E422D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
        {87FEE57B-FA18-4C0C-ACCC-EC433E2E422D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
        {87FEE57B-FA18-4C0C-ACCC-EC433E2E422D}.Debug|.NET.Build.0 = Debug|Any CPU
        {87FEE57B-FA18-4C0C-ACCC-EC433E2E422D}.Release|.NET.Build.0 = Release|Any CPU
        {81B120BC-74C0-4943-AB62-56A30E95625B}.Debug|.NET.ActiveCfg = Debug|Any CPU
        {81B120BC-74C0-4943-AB62-56A30E95625B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {81B120BC-74C0-4943-AB62-56A30E95625B}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {81B120BC-74C0-4943-AB62-56A30E95625B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
        {81B120BC-74C0-4943-AB62-56A30E95625B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
        {81B120BC-74C0-4943-AB62-56A30E95625B}.Release|.NET.ActiveCfg = Release|Any CPU
        {81B120BC-74C0-4943-AB62-56A30E95625B}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {81B120BC-74C0-4943-AB62-56A30E95625B}.Release|Any CPU.Build.0 = Release|Any CPU
        {81B120BC-74C0-4943-AB62-56A30E95625B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
        {81B120BC-74C0-4943-AB62-56A30E95625B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
        {37211398-C8A7-476F-A620-21BC1AE836C2}.Debug|.NET.ActiveCfg = Debug|Any CPU
        {37211398-C8A7-476F-A620-21BC1AE836C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {37211398-C8A7-476F-A620-21BC1AE836C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {37211398-C8A7-476F-A620-21BC1AE836C2}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
        {37211398-C8A7-476F-A620-21BC1AE836C2}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
        {37211398-C8A7-476F-A620-21BC1AE836C2}.Release|.NET.ActiveCfg = Release|Any CPU
        {37211398-C8A7-476F-A620-21BC1AE836C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {37211398-C8A7-476F-A620-21BC1AE836C2}.Release|Any CPU.Build.0 = Release|Any CPU
        {37211398-C8A7-476F-A620-21BC1AE836C2}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
        {37211398-C8A7-476F-A620-21BC1AE836C2}.Release|Mixed Platforms.Build.0 = Release|Any CPU
        {0E396BBA-1278-4351-9F02-BC268DDA1F46}.Debug|.NET.ActiveCfg = Debug|Any CPU
        {0E396BBA-1278-4351-9F02-BC268DDA1F46}.Debug|.NET.Build.0 = Debug|Any CPU
        {0E396BBA-1278-4351-9F02-BC268DDA1F46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {0E396BBA-1278-4351-9F02-BC268DDA1F46}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {0E396BBA-1278-4351-9F02-BC268DDA1F46}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
        {0E396BBA-1278-4351-9F02-BC268DDA1F46}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
        {0E396BBA-1278-4351-9F02-BC268DDA1F46}.Release|.NET.ActiveCfg = Release|Any CPU
        {0E396BBA-1278-4351-9F02-BC268DDA1F46}.Release|.NET.Build.0 = Release|Any CPU
        {0E396BBA-1278-4351-9F02-BC268DDA1F46}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {0E396BBA-1278-4351-9F02-BC268DDA1F46}.Release|Any CPU.Build.0 = Release|Any CPU
        {0E396BBA-1278-4351-9F02-BC268DDA1F46}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
        {0E396BBA-1278-4351-9F02-BC268DDA1F46}.Release|Mixed Platforms.Build.0 = Release|Any CPU
        {2097F1EC-7665-4559-A84F-85473B74956E}.Debug|.NET.ActiveCfg = Debug|Any CPU
        {2097F1EC-7665-4559-A84F-85473B74956E}.Debug|.NET.Build.0 = Debug|Any CPU
        {2097F1EC-7665-4559-A84F-85473B74956E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {2097F1EC-7665-4559-A84F-85473B74956E}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {2097F1EC-7665-4559-A84F-85473B74956E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
        {2097F1EC-7665-4559-A84F-85473B74956E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
        {2097F1EC-7665-4559-A84F-85473B74956E}.Release|.NET.ActiveCfg = Release|Any CPU
        {2097F1EC-7665-4559-A84F-85473B74956E}.Release|.NET.Build.0 = Release|Any CPU
        {2097F1EC-7665-4559-A84F-85473B74956E}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {2097F1EC-7665-4559-A84F-85473B74956E}.Release|Any CPU.Build.0 = Release|Any CPU
        {2097F1EC-7665-4559-A84F-85473B74956E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
        {2097F1EC-7665-4559-A84F-85473B74956E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
        {C15B2C5F-AA78-40D0-A3F0-07B3E6791989}.Debug|.NET.ActiveCfg = Debug|Any CPU
        {C15B2C5F-AA78-40D0-A3F0-07B3E6791989}.Debug|.NET.Build.0 = Debug|Any CPU
        {C15B2C5F-AA78-40D0-A3F0-07B3E6791989}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {C15B2C5F-AA78-40D0-A3F0-07B3E6791989}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {C15B2C5F-AA78-40D0-A3F0-07B3E6791989}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
        {C15B2C5F-AA78-40D0-A3F0-07B3E6791989}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
        {C15B2C5F-AA78-40D0-A3F0-07B3E6791989}.Release|.NET.ActiveCfg = Release|Any CPU
        {C15B2C5F-AA78-40D0-A3F0-07B3E6791989}.Release|.NET.Build.0 = Release|Any CPU
        {C15B2C5F-AA78-40D0-A3F0-07B3E6791989}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {C15B2C5F-AA78-40D0-A3F0-07B3E6791989}.Release|Any CPU.Build.0 = Release|Any CPU
        {C15B2C5F-AA78-40D0-A3F0-07B3E6791989}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
        {C15B2C5F-AA78-40D0-A3F0-07B3E6791989}.Release|Mixed Platforms.Build.0 = Release|Any CPU
        {0283357E-BBAE-4F4A-A04C-873DE3878DCF}.Debug|.NET.ActiveCfg = Debug|Any CPU
        {0283357E-BBAE-4F4A-A04C-873DE3878DCF}.Debug|.NET.Build.0 = Debug|Any CPU
        {0283357E-BBAE-4F4A-A04C-873DE3878DCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {0283357E-BBAE-4F4A-A04C-873DE3878DCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {0283357E-BBAE-4F4A-A04C-873DE3878DCF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
        {0283357E-BBAE-4F4A-A04C-873DE3878DCF}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
        {0283357E-BBAE-4F4A-A04C-873DE3878DCF}.Release|.NET.ActiveCfg = Release|Any CPU
        {0283357E-BBAE-4F4A-A04C-873DE3878DCF}.Release|.NET.Build.0 = Release|Any CPU
        {0283357E-BBAE-4F4A-A04C-873DE3878DCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {0283357E-BBAE-4F4A-A04C-873DE3878DCF}.Release|Any CPU.Build.0 = Release|Any CPU
        {0283357E-BBAE-4F4A-A04C-873DE3878DCF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
        {0283357E-BBAE-4F4A-A04C-873DE3878DCF}.Release|Mixed Platforms.Build.0 = Release|Any CPU
        {A2C5BE65-2627-4218-A974-016E0D26EE11}.Debug|.NET.ActiveCfg = Debug|Any CPU
        {A2C5BE65-2627-4218-A974-016E0D26EE11}.Debug|.NET.Build.0 = Debug|Any CPU
        {A2C5BE65-2627-4218-A974-016E0D26EE11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {A2C5BE65-2627-4218-A974-016E0D26EE11}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {A2C5BE65-2627-4218-A974-016E0D26EE11}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
        {A2C5BE65-2627-4218-A974-016E0D26EE11}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
        {A2C5BE65-2627-4218-A974-016E0D26EE11}.Release|.NET.ActiveCfg = Release|Any CPU
        {A2C5BE65-2627-4218-A974-016E0D26EE11}.Release|.NET.Build.0 = Release|Any CPU
        {A2C5BE65-2627-4218-A974-016E0D26EE11}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {A2C5BE65-2627-4218-A974-016E0D26EE11}.Release|Any CPU.Build.0 = Release|Any CPU
        {A2C5BE65-2627-4218-A974-016E0D26EE11}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
        {A2C5BE65-2627-4218-A974-016E0D26EE11}.Release|Mixed Platforms.Build.0 = Release|Any CPU
        {81823439-622A-426D-9E3A-435530755F09}.Debug|.NET.ActiveCfg = Debug|Any CPU
        {81823439-622A-426D-9E3A-435530755F09}.Debug|.NET.Build.0 = Debug|Any CPU
        {81823439-622A-426D-9E3A-435530755F09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {81823439-622A-426D-9E3A-435530755F09}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {81823439-622A-426D-9E3A-435530755F09}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
        {81823439-622A-426D-9E3A-435530755F09}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
        {81823439-622A-426D-9E3A-435530755F09}.Release|.NET.ActiveCfg = Release|Any CPU
        {81823439-622A-426D-9E3A-435530755F09}.Release|.NET.Build.0 = Release|Any CPU
        {81823439-622A-426D-9E3A-435530755F09}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {81823439-622A-426D-9E3A-435530755F09}.Release|Any CPU.Build.0 = Release|Any CPU
        {81823439-622A-426D-9E3A-435530755F09}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
        {81823439-622A-426D-9E3A-435530755F09}.Release|Mixed Platforms.Build.0 = Release|Any CPU
        {EBC7E22F-334B-41F2-8D03-62B6F5D9D285}.Debug|.NET.ActiveCfg = Debug|Any CPU
        {EBC7E22F-334B-41F2-8D03-62B6F5D9D285}.Debug|.NET.Build.0 = Debug|Any CPU
        {EBC7E22F-334B-41F2-8D03-62B6F5D9D285}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {EBC7E22F-334B-41F2-8D03-62B6F5D9D285}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {EBC7E22F-334B-41F2-8D03-62B6F5D9D285}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
        {EBC7E22F-334B-41F2-8D03-62B6F5D9D285}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
        {EBC7E22F-334B-41F2-8D03-62B6F5D9D285}.Release|.NET.ActiveCfg = Release|Any CPU
        {EBC7E22F-334B-41F2-8D03-62B6F5D9D285}.Release|.NET.Build.0 = Release|Any CPU
        {EBC7E22F-334B-41F2-8D03-62B6F5D9D285}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {EBC7E22F-334B-41F2-8D03-62B6F5D9D285}.Release|Any CPU.Build.0 = Release|Any CPU
        {EBC7E22F-334B-41F2-8D03-62B6F5D9D285}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
        {EBC7E22F-334B-41F2-8D03-62B6F5D9D285}.Release|Mixed Platforms.Build.0 = Release|Any CPU
        {79F8DB44-A0D7-46A1-AAC5-3F03F48B11C9}.Debug|.NET.ActiveCfg = Debug|Any CPU
        {79F8DB44-A0D7-46A1-AAC5-3F03F48B11C9}.Debug|.NET.Build.0 = Debug|Any CPU
        {79F8DB44-A0D7-46A1-AAC5-3F03F48B11C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {79F8DB44-A0D7-46A1-AAC5-3F03F48B11C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {79F8DB44-A0D7-46A1-AAC5-3F03F48B11C9}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
        {79F8DB44-A0D7-46A1-AAC5-3F03F48B11C9}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
        {79F8DB44-A0D7-46A1-AAC5-3F03F48B11C9}.Release|.NET.ActiveCfg = Release|Any CPU
        {79F8DB44-A0D7-46A1-AAC5-3F03F48B11C9}.Release|.NET.Build.0 = Release|Any CPU
        {79F8DB44-A0D7-46A1-AAC5-3F03F48B11C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {79F8DB44-A0D7-46A1-AAC5-3F03F48B11C9}.Release|Any CPU.Build.0 = Release|Any CPU
        {79F8DB44-A0D7-46A1-AAC5-3F03F48B11C9}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
        {79F8DB44-A0D7-46A1-AAC5-3F03F48B11C9}.Release|Mixed Platforms.Build.0 = Release|Any CPU
    EndGlobalSection
    GlobalSection(SolutionProperties) = preSolution
        HideSolutionNode = FALSE
    EndGlobalSection
    GlobalSection(NestedProjects) = preSolution
        {87358F6A-14E2-4E0A-87C5-D7ADF43B6CC1} = {0CA85339-AE04-4D33-81B4-197D9EE5F63B}
        {87FEE57B-FA18-4C0C-ACCC-EC433E2E422D} = {EE55F880-B96E-4DC1-9F71-21D136E03118}
        {81B120BC-74C0-4943-AB62-56A30E95625B} = {EE55F880-B96E-4DC1-9F71-21D136E03118}
        {37211398-C8A7-476F-A620-21BC1AE836C2} = {EE55F880-B96E-4DC1-9F71-21D136E03118}
        {0E396BBA-1278-4351-9F02-BC268DDA1F46} = {0CA85339-AE04-4D33-81B4-197D9EE5F63B}
        {81823439-622A-426D-9E3A-435530755F09} = {0CA85339-AE04-4D33-81B4-197D9EE5F63B}
        {EBC7E22F-334B-41F2-8D03-62B6F5D9D285} = {0CA85339-AE04-4D33-81B4-197D9EE5F63B}
    EndGlobalSection
    GlobalSection(ExtensibilityGlobals) = postSolution
        SolutionGuid = {6F606976-521E-4B1B-B648-971F773C03B5}
    EndGlobalSection
EndGlobal
github-actions[bot] commented 4 weeks ago

@phil-allen-msft, the 'needs-more-info' label has been removed upon receiving further response from the original bug filer.