From 25400c6bc3793e07d711ead7e64cfc617f716f97 Mon Sep 17 00:00:00 2001 From: Arvind Shyamsundar <16342666+arvindshmicrosoft@users.noreply.github.com> Date: Tue, 16 Dec 2025 21:02:33 -0800 Subject: [PATCH 1/2] Update debugger nugets to 20251118.1707 --- Engine/SQLCallStackResolver.Engine.csproj | 12 ++++++------ Engine/packages.config | 4 ++-- utils/getBuildPreReqs.ps1 | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Engine/SQLCallStackResolver.Engine.csproj b/Engine/SQLCallStackResolver.Engine.csproj index 8f15d64..9835687 100644 --- a/Engine/SQLCallStackResolver.Engine.csproj +++ b/Engine/SQLCallStackResolver.Engine.csproj @@ -112,12 +112,12 @@ - + PreserveNewest dbghelp.dll DebuggerFiles\dbghelp.dll - + PreserveNewest symsrv.dll DebuggerFiles\symsrv.dll @@ -128,8 +128,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + cd $(ProjectDir) @@ -140,6 +140,6 @@ type ..\utils\import-vsenv.ps1 ..\utils\getBuildPreReqs.ps1 2>nul | powershel false false - - + + \ No newline at end of file diff --git a/Engine/packages.config b/Engine/packages.config index ca4b9a1..be0a0e7 100644 --- a/Engine/packages.config +++ b/Engine/packages.config @@ -1,8 +1,8 @@  - - + + diff --git a/utils/getBuildPreReqs.ps1 b/utils/getBuildPreReqs.ps1 index 1eff2d9..85e13bb 100644 --- a/utils/getBuildPreReqs.ps1 +++ b/utils/getBuildPreReqs.ps1 @@ -19,5 +19,5 @@ if ((dir "DIA/*").Length -ne 3) $diaManifestPath = "DIA/msdia140.dll.manifest" (Get-Content $diaManifestPath).Replace("DIA/msdia140.dll", "msdia140.dll") -Replace " description", " threadingModel=`"Both`" description " | Set-Content $diaManifestPath -@(dir "../packages/Microsoft.Debugging.Platform.DbgEng.20250929.1313.0/content/amd64/dbghelp.dll").VersionInfo.ToString() -@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20250929.1313.0/content/amd64/symsrv.dll").VersionInfo.ToString() +@(dir "../packages/Microsoft.Debugging.Platform.DbgEng.20251118.1707.0/content/amd64/dbghelp.dll").VersionInfo.ToString() +@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20251118.1707.0/content/amd64/symsrv.dll").VersionInfo.ToString() From 6c96e4835232d0adf5a76704a806cb88a8258137 Mon Sep 17 00:00:00 2001 From: Arvind Shyamsundar <16342666+arvindshmicrosoft@users.noreply.github.com> Date: Tue, 16 Dec 2025 21:04:11 -0800 Subject: [PATCH 2/2] Update .NET dependencies to 10.0.1 --- Engine/SQLCallStackResolver.Engine.csproj | 12 ++++++------ Engine/app.config | 2 +- Engine/packages.config | 6 +++--- GUI/App.config | 2 +- Tests/app.config | 4 ++-- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Engine/SQLCallStackResolver.Engine.csproj b/Engine/SQLCallStackResolver.Engine.csproj index 9835687..30b1fc0 100644 --- a/Engine/SQLCallStackResolver.Engine.csproj +++ b/Engine/SQLCallStackResolver.Engine.csproj @@ -55,11 +55,11 @@ ..\packages\System.Buffers.4.6.1\lib\net462\System.Buffers.dll - - ..\packages\System.Collections.Immutable.9.0.10\lib\net462\System.Collections.Immutable.dll + + ..\packages\System.Collections.Immutable.10.0.1\lib\net462\System.Collections.Immutable.dll - - ..\packages\System.IO.Hashing.9.0.10\lib\net462\System.IO.Hashing.dll + + ..\packages\System.IO.Hashing.10.0.1\lib\net462\System.IO.Hashing.dll ..\packages\System.Memory.4.6.3\lib\net462\System.Memory.dll @@ -69,8 +69,8 @@ ..\packages\System.Numerics.Vectors.4.6.1\lib\net462\System.Numerics.Vectors.dll - - ..\packages\System.Reflection.Metadata.9.0.10\lib\net462\System.Reflection.Metadata.dll + + ..\packages\System.Reflection.Metadata.10.0.1\lib\net462\System.Reflection.Metadata.dll ..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll diff --git a/Engine/app.config b/Engine/app.config index 887c8fa..b26a152 100644 --- a/Engine/app.config +++ b/Engine/app.config @@ -2,7 +2,7 @@ - + diff --git a/Engine/packages.config b/Engine/packages.config index be0a0e7..324639a 100644 --- a/Engine/packages.config +++ b/Engine/packages.config @@ -5,10 +5,10 @@ - - + + - + \ No newline at end of file diff --git a/GUI/App.config b/GUI/App.config index e8a938f..29bbb1f 100644 --- a/GUI/App.config +++ b/GUI/App.config @@ -18,7 +18,7 @@ - + diff --git a/Tests/app.config b/Tests/app.config index 2b33c8b..f666c1c 100644 --- a/Tests/app.config +++ b/Tests/app.config @@ -2,9 +2,9 @@ - + - +