Skip to content

Commit e0f1122

Browse files
Prepare for release 20250528 (#141)
1 parent 579ff09 commit e0f1122

File tree

6 files changed

+28
-18
lines changed

6 files changed

+28
-18
lines changed

Engine/SQLCallStackResolver.Engine.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@
107107
</ContentWithTargetPath>
108108
</ItemGroup>
109109
<ItemGroup>
110-
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.DbgEng.20250211.1226.0\content\amd64\dbghelp.dll">
110+
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.DbgEng.20250411.1210.0\content\amd64\dbghelp.dll">
111111
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
112112
<TargetPath>dbghelp.dll</TargetPath>
113113
<Link>DebuggerFiles\dbghelp.dll</Link>
114114
</ContentWithTargetPath>
115-
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.SymSrv.20250211.1226.0\content\amd64\symsrv.dll">
115+
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.SymSrv.20250411.1210.0\content\amd64\symsrv.dll">
116116
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
117117
<TargetPath>symsrv.dll</TargetPath>
118118
<Link>DebuggerFiles\symsrv.dll</Link>

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="20250211.1226.0" targetFramework="net472" />
5-
<package id="Microsoft.Debugging.Platform.SymSrv" version="20250211.1226.0" targetFramework="net472" />
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" />
66
<package id="Microsoft.SqlServer.XEvent.XELite" version="2024.2.5.1" targetFramework="net472" />
77
<package id="System.Buffers" version="4.5.1" targetFramework="net472" />
88
<package id="System.Collections.Immutable" version="8.0.0" targetFramework="net472" />

Tests/SQLCallStackResolver.Tests.csproj

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\packages\Microsoft.Testing.Platform.1.6.3\build\netstandard2.0\Microsoft.Testing.Platform.props" Condition="Exists('..\packages\Microsoft.Testing.Platform.1.6.3\build\netstandard2.0\Microsoft.Testing.Platform.props')" />
3+
<Import Project="..\packages\MSTest.TestAdapter.3.9.1\build\net462\MSTest.TestAdapter.props" Condition="Exists('..\packages\MSTest.TestAdapter.3.9.1\build\net462\MSTest.TestAdapter.props')" />
4+
<Import Project="..\packages\Microsoft.Testing.Platform.1.7.1\build\netstandard2.0\Microsoft.Testing.Platform.props" Condition="Exists('..\packages\Microsoft.Testing.Platform.1.7.1\build\netstandard2.0\Microsoft.Testing.Platform.props')" />
45
<PropertyGroup>
56
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
67
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
@@ -42,19 +43,22 @@
4243
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
4344
</PropertyGroup>
4445
<ItemGroup>
45-
<Reference Include="Microsoft.Testing.Platform, Version=1.6.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
46-
<HintPath>..\packages\Microsoft.Testing.Platform.1.6.3\lib\netstandard2.0\Microsoft.Testing.Platform.dll</HintPath>
46+
<Reference Include="Microsoft.Testing.Platform, Version=1.7.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
47+
<HintPath>..\packages\Microsoft.Testing.Platform.1.7.1\lib\netstandard2.0\Microsoft.Testing.Platform.dll</HintPath>
4748
</Reference>
4849
<Reference Include="Microsoft.VisualStudio.TestPlatform.ObjectModel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
49-
<HintPath>..\packages\Microsoft.TestPlatform.ObjectModel.17.13.0\lib\net462\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll</HintPath>
50+
<HintPath>..\packages\Microsoft.TestPlatform.ObjectModel.17.14.0\lib\net462\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll</HintPath>
5051
</Reference>
5152
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
52-
<HintPath>..\packages\MSTest.TestFramework.3.8.3\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
53+
<HintPath>..\packages\MSTest.TestFramework.3.9.1\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
5354
</Reference>
5455
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
55-
<HintPath>..\packages\MSTest.TestFramework.3.8.3\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
56+
<HintPath>..\packages\MSTest.TestFramework.3.9.1\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
5657
</Reference>
5758
<Reference Include="System" />
59+
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
60+
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
61+
</Reference>
5862
<Reference Include="System.Xml" />
5963
</ItemGroup>
6064
<ItemGroup>
@@ -79,6 +83,11 @@
7983
<PropertyGroup>
8084
<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>
8185
</PropertyGroup>
86+
<Error Condition="!Exists('..\packages\Microsoft.Testing.Platform.1.7.1\build\netstandard2.0\Microsoft.Testing.Platform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Testing.Platform.1.7.1\build\netstandard2.0\Microsoft.Testing.Platform.props'))" />
87+
<Error Condition="!Exists('..\packages\Microsoft.Testing.Platform.1.7.1\build\netstandard2.0\Microsoft.Testing.Platform.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Testing.Platform.1.7.1\build\netstandard2.0\Microsoft.Testing.Platform.targets'))" />
88+
<Error Condition="!Exists('..\packages\MSTest.TestAdapter.3.9.1\build\net462\MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.3.9.1\build\net462\MSTest.TestAdapter.props'))" />
89+
<Error Condition="!Exists('..\packages\MSTest.TestAdapter.3.9.1\build\net462\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.3.9.1\build\net462\MSTest.TestAdapter.targets'))" />
8290
</Target>
83-
<Import Project="..\packages\MSTest.TestAdapter.3.8.3\build\net462\MSTest.TestAdapter.targets" Condition="Exists('..\packages\MSTest.TestAdapter.3.8.3\build\net462\MSTest.TestAdapter.targets')" />
91+
<Import Project="..\packages\Microsoft.Testing.Platform.1.7.1\build\netstandard2.0\Microsoft.Testing.Platform.targets" Condition="Exists('..\packages\Microsoft.Testing.Platform.1.7.1\build\netstandard2.0\Microsoft.Testing.Platform.targets')" />
92+
<Import Project="..\packages\MSTest.TestAdapter.3.9.1\build\net462\MSTest.TestAdapter.targets" Condition="Exists('..\packages\MSTest.TestAdapter.3.9.1\build\net462\MSTest.TestAdapter.targets')" />
8493
</Project>

Tests/packages.config

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.Testing.Platform" version="1.6.3" targetFramework="net472" />
4-
<package id="Microsoft.TestPlatform.ObjectModel" version="17.13.0" targetFramework="net472" />
5-
<package id="MSTest.TestAdapter" version="3.8.3" targetFramework="net472" />
6-
<package id="MSTest.TestFramework" version="3.8.3" targetFramework="net472" />
3+
<package id="Microsoft.Testing.Platform" version="1.7.1" targetFramework="net472" />
4+
<package id="Microsoft.TestPlatform.ObjectModel" version="17.14.0" targetFramework="net472" />
5+
<package id="MSTest.TestAdapter" version="3.9.1" targetFramework="net472" />
6+
<package id="MSTest.TestFramework" version="3.9.1" targetFramework="net472" />
7+
<package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net472" />
78
</packages>

latestrelease.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-06-24 00:00
1+
2025-05-28 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.20250211.1226.0/content/amd64/dbghelp.dll").VersionInfo.ToString()
23-
@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20250211.1226.0/content/amd64/symsrv.dll").VersionInfo.ToString()
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()

0 commit comments

Comments
 (0)