From 35796f51adaa14cf6836a764051c9c4da7a6cbcb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 15 Jun 2022 12:33:19 +0000 Subject: [PATCH 1/2] Update dependencies from https://github.com/microsoft/clrmd build 20220614.2 Microsoft.Diagnostics.Runtime From Version 2.1.330801 -> To Version 2.1.331402 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3c5f25f3b2..31d77ba27a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -4,9 +4,9 @@ https://github.com/dotnet/symstore f3993563fcc13b10ac0e5c4384f346aa88758468 - + https://github.com/microsoft/clrmd - 041586684880f36dcc3ca5cb40bad9e21f499d68 + c4d69fbdb238cdf8cc293317daac1f127be7643e https://github.com/microsoft/clrmd diff --git a/eng/Versions.props b/eng/Versions.props index 74c9f34b9b..1769a0e05b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ 4.3.0 1.1.0 - 2.1.330801 + 2.1.331402 16.9.0-beta1.21055.5 2.0.64 From f2040b3444ba0650278794f5750ae8da39f68130 Mon Sep 17 00:00:00 2001 From: Mike McLaughlin Date: Wed, 15 Jun 2022 11:23:29 -0700 Subject: [PATCH 2/2] Fix build issue --- .../DataReader.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Microsoft.Diagnostics.DebugServices.Implementation/DataReader.cs b/src/Microsoft.Diagnostics.DebugServices.Implementation/DataReader.cs index 6475838aa6..27fe813105 100644 --- a/src/Microsoft.Diagnostics.DebugServices.Implementation/DataReader.cs +++ b/src/Microsoft.Diagnostics.DebugServices.Implementation/DataReader.cs @@ -128,6 +128,8 @@ public DataReaderModule(IModule module) public override int IndexTimeStamp => unchecked((int)_module.IndexTimeStamp.GetValueOrDefault(0)); + public override ModuleKind Kind => ModuleKind.Unknown; + public override Version Version { get