Skip to content

Commit fa5aea8

Browse files
dotnet-maestro[bot]Mike McLaughlin
andauthored
[main] Update dependencies from microsoft/clrmd (#3124)
* Update dependencies from https://github.com/microsoft/clrmd build 20220614.2 Microsoft.Diagnostics.Runtime From Version 2.1.330801 -> To Version 2.1.331402 * Fix build issue Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Mike McLaughlin <[email protected]>
1 parent a513fed commit fa5aea8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<Uri>https://github.com/dotnet/symstore</Uri>
55
<Sha>f3993563fcc13b10ac0e5c4384f346aa88758468</Sha>
66
</Dependency>
7-
<Dependency Name="Microsoft.Diagnostics.Runtime" Version="2.1.330801">
7+
<Dependency Name="Microsoft.Diagnostics.Runtime" Version="2.1.331402">
88
<Uri>https://github.com/microsoft/clrmd</Uri>
9-
<Sha>041586684880f36dcc3ca5cb40bad9e21f499d68</Sha>
9+
<Sha>c4d69fbdb238cdf8cc293317daac1f127be7643e</Sha>
1010
</Dependency>
1111
<Dependency Name="Microsoft.Diagnostics.Runtime.Utilities" Version="2.0.325901">
1212
<Uri>https://github.com/microsoft/clrmd</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<MicrosoftWin32PrimitivesVersion>4.3.0</MicrosoftWin32PrimitivesVersion>
4545
<!-- Other libs -->
4646
<MicrosoftBclAsyncInterfacesVersion>1.1.0</MicrosoftBclAsyncInterfacesVersion>
47-
<MicrosoftDiagnosticsRuntimeVersion>2.1.330801</MicrosoftDiagnosticsRuntimeVersion>
47+
<MicrosoftDiagnosticsRuntimeVersion>2.1.331402</MicrosoftDiagnosticsRuntimeVersion>
4848
<MicrosoftDiaSymReaderNativePackageVersion>16.9.0-beta1.21055.5</MicrosoftDiaSymReaderNativePackageVersion>
4949
<MicrosoftDiagnosticsTracingTraceEventVersion>2.0.64</MicrosoftDiagnosticsTracingTraceEventVersion>
5050
<!-- Use pinned version to avoid picking up latest (which doesn't support netcoreapp3.1) during source-build -->

src/Microsoft.Diagnostics.DebugServices.Implementation/DataReader.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ public DataReaderModule(IModule module)
128128

129129
public override int IndexTimeStamp => unchecked((int)_module.IndexTimeStamp.GetValueOrDefault(0));
130130

131+
public override ModuleKind Kind => ModuleKind.Unknown;
132+
131133
public override Version Version
132134
{
133135
get

0 commit comments

Comments
 (0)