Skip to content

Commit 3d11b96

Browse files
Copilothoyosjs
andauthored
Update Microsoft.Diagnostics.Tracing.TraceEvent to version 3.1.23 to fix P/Invoke buffer handling (#5523)
- Updated `MicrosoftDiagnosticsTracingTraceEventVersion` from `3.1.21` to `3.1.23` in `eng/Versions.props` ## Tools Affected This centralized version update automatically applies to all diagnostic tools that use the TraceEvent library: - ✅ `dotnet-stack` (specifically mentioned in the issue) - ✅ `dotnet-gcdump` (specifically mentioned in the issue) - ✅ `dotnet-counters` - ✅ `dotnet-trace` - ✅ `dotnet-dsrouter` Fixes #5508. Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: hoyosjs <[email protected]>
1 parent c3c57bb commit 3d11b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<MicrosoftBclAsyncInterfacesVersion>6.0.0</MicrosoftBclAsyncInterfacesVersion>
4343
<MicrosoftDiagnosticsRuntimeVersion>4.0.0-beta.25359.1</MicrosoftDiagnosticsRuntimeVersion>
4444
<MicrosoftDiaSymReaderNativeVersion>17.10.0-beta1.24272.1</MicrosoftDiaSymReaderNativeVersion>
45-
<MicrosoftDiagnosticsTracingTraceEventVersion>3.1.21</MicrosoftDiagnosticsTracingTraceEventVersion>
45+
<MicrosoftDiagnosticsTracingTraceEventVersion>3.1.23</MicrosoftDiagnosticsTracingTraceEventVersion>
4646
<MicrosoftExtensionsLoggingVersion>6.0.0</MicrosoftExtensionsLoggingVersion>
4747
<MicrosoftExtensionsLoggingAbstractionsVersion>6.0.4</MicrosoftExtensionsLoggingAbstractionsVersion>
4848
<MicrosoftExtensionsLoggingConsoleVersion>6.0.0</MicrosoftExtensionsLoggingConsoleVersion>

0 commit comments

Comments
 (0)