Skip to content

Commit d351dbc

Browse files
Release 20250622 (#146)
* Update debugger nugets to 20250611.1057.0 * Set latest release to 2025-06-22
1 parent b13ded4 commit d351dbc

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

Engine/SQLCallStackResolver.Engine.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@
112112
</ContentWithTargetPath>
113113
</ItemGroup>
114114
<ItemGroup>
115-
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.DbgEng.20250411.1210.0\content\amd64\dbghelp.dll">
115+
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.DbgEng.20250611.1057.0\content\amd64\dbghelp.dll">
116116
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
117117
<TargetPath>dbghelp.dll</TargetPath>
118118
<Link>DebuggerFiles\dbghelp.dll</Link>
119119
</ContentWithTargetPath>
120-
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.SymSrv.20250411.1210.0\content\amd64\symsrv.dll">
120+
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.SymSrv.20250611.1057.0\content\amd64\symsrv.dll">
121121
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
122122
<TargetPath>symsrv.dll</TargetPath>
123123
<Link>DebuggerFiles\symsrv.dll</Link>
@@ -128,6 +128,8 @@
128128
<PropertyGroup>
129129
<ErrorText>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}.</ErrorText>
130130
</PropertyGroup>
131+
<Error Condition="!Exists('..\packages\Microsoft.Debugging.Platform.DbgEng.20250611.1057.0\build\Microsoft.Debugging.Platform.DbgEng.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Debugging.Platform.DbgEng.20250611.1057.0\build\Microsoft.Debugging.Platform.DbgEng.targets'))" />
132+
<Error Condition="!Exists('..\packages\Microsoft.Debugging.Platform.SymSrv.20250611.1057.0\build\Microsoft.Debugging.Platform.SymSrv.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Debugging.Platform.SymSrv.20250611.1057.0\build\Microsoft.Debugging.Platform.SymSrv.targets'))" />
131133
</Target>
132134
<PropertyGroup>
133135
<PreBuildEvent>cd $(ProjectDir)
@@ -138,4 +140,6 @@ type ..\utils\import-vsenv.ps1 ..\utils\getBuildPreReqs.ps1 2&gt;nul | powershel
138140
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
139141
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
140142
</PropertyGroup>
143+
<Import Project="..\packages\Microsoft.Debugging.Platform.DbgEng.20250611.1057.0\build\Microsoft.Debugging.Platform.DbgEng.targets" Condition="Exists('..\packages\Microsoft.Debugging.Platform.DbgEng.20250611.1057.0\build\Microsoft.Debugging.Platform.DbgEng.targets')" />
144+
<Import Project="..\packages\Microsoft.Debugging.Platform.SymSrv.20250611.1057.0\build\Microsoft.Debugging.Platform.SymSrv.targets" Condition="Exists('..\packages\Microsoft.Debugging.Platform.SymSrv.20250611.1057.0\build\Microsoft.Debugging.Platform.SymSrv.targets')" />
141145
</Project>

Engine/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--// Copyright (c) Microsoft Corporation. Licensed under the MIT License - see LICENSE file in this repo.-->
33
<packages>
4-
<package id="Microsoft.Debugging.Platform.DbgEng" version="20250411.1210.0" targetFramework="net472" />
5-
<package id="Microsoft.Debugging.Platform.SymSrv" version="20250411.1210.0" targetFramework="net472" />
4+
<package id="Microsoft.Debugging.Platform.DbgEng" version="20250611.1057.0" targetFramework="net472" />
5+
<package id="Microsoft.Debugging.Platform.SymSrv" version="20250611.1057.0" targetFramework="net472" />
66
<package id="Microsoft.SqlServer.XEvent.XELite" version="2024.2.5.1" targetFramework="net472" />
77
<package id="System.Buffers" version="4.6.1" targetFramework="net472" />
88
<package id="System.Collections.Immutable" version="9.0.6" targetFramework="net472" />

latestrelease.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-06-06 00:00
1+
2025-06-22 00:00

utils/getBuildPreReqs.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ if ((dir "DIA/*").Length -ne 3)
1919
$diaManifestPath = "DIA/msdia140.dll.manifest"
2020
(Get-Content $diaManifestPath).Replace("DIA/msdia140.dll", "msdia140.dll") -Replace " description", " threadingModel=`"Both`" description " | Set-Content $diaManifestPath
2121

22-
@(dir "../packages/Microsoft.Debugging.Platform.DbgEng.20250411.1210.0/content/amd64/dbghelp.dll").VersionInfo.ToString()
23-
@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20250411.1210.0/content/amd64/symsrv.dll").VersionInfo.ToString()
22+
@(dir "../packages/Microsoft.Debugging.Platform.DbgEng.20250611.1057.0/content/amd64/dbghelp.dll").VersionInfo.ToString()
23+
@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20250611.1057.0/content/amd64/symsrv.dll").VersionInfo.ToString()

0 commit comments

Comments
 (0)