Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions Engine/SQLCallStackResolver.Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@
</ContentWithTargetPath>
</ItemGroup>
<ItemGroup>
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.DbgEng.20250411.1210.0\content\amd64\dbghelp.dll">
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.DbgEng.20250611.1057.0\content\amd64\dbghelp.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>dbghelp.dll</TargetPath>
<Link>DebuggerFiles\dbghelp.dll</Link>
</ContentWithTargetPath>
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.SymSrv.20250411.1210.0\content\amd64\symsrv.dll">
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.SymSrv.20250611.1057.0\content\amd64\symsrv.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>symsrv.dll</TargetPath>
<Link>DebuggerFiles\symsrv.dll</Link>
Expand All @@ -128,6 +128,8 @@
<PropertyGroup>
<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>
</PropertyGroup>
<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'))" />
<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'))" />
</Target>
<PropertyGroup>
<PreBuildEvent>cd $(ProjectDir)
Expand All @@ -138,4 +140,6 @@ type ..\utils\import-vsenv.ps1 ..\utils\getBuildPreReqs.ps1 2&gt;nul | powershel
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
</PropertyGroup>
<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')" />
<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')" />
</Project>
4 changes: 2 additions & 2 deletions Engine/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--// Copyright (c) Microsoft Corporation. Licensed under the MIT License - see LICENSE file in this repo.-->
<packages>
<package id="Microsoft.Debugging.Platform.DbgEng" version="20250411.1210.0" targetFramework="net472" />
<package id="Microsoft.Debugging.Platform.SymSrv" version="20250411.1210.0" targetFramework="net472" />
<package id="Microsoft.Debugging.Platform.DbgEng" version="20250611.1057.0" targetFramework="net472" />
<package id="Microsoft.Debugging.Platform.SymSrv" version="20250611.1057.0" targetFramework="net472" />
<package id="Microsoft.SqlServer.XEvent.XELite" version="2024.2.5.1" targetFramework="net472" />
<package id="System.Buffers" version="4.6.1" targetFramework="net472" />
<package id="System.Collections.Immutable" version="9.0.6" targetFramework="net472" />
Expand Down
2 changes: 1 addition & 1 deletion latestrelease.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-06-06 00:00
2025-06-22 00:00
4 changes: 2 additions & 2 deletions utils/getBuildPreReqs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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.20250411.1210.0/content/amd64/dbghelp.dll").VersionInfo.ToString()
@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20250411.1210.0/content/amd64/symsrv.dll").VersionInfo.ToString()
@(dir "../packages/Microsoft.Debugging.Platform.DbgEng.20250611.1057.0/content/amd64/dbghelp.dll").VersionInfo.ToString()
@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20250611.1057.0/content/amd64/symsrv.dll").VersionInfo.ToString()