Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Microsoft.Diagnostics.Tracing.TraceEvent from 3.0.2 to 3.1.12 (#131
) Bumps [Microsoft.Diagnostics.Tracing.TraceEvent](https://github.com/Microsoft/perfview) from 3.0.2 to 3.1.12. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/perfview/releases">Microsoft.Diagnostics.Tracing.TraceEvent's releases</a>.</em></p> <blockquote> <h2>PerfView and TraceEvent 3.1.12</h2> <p>Roll-up through 2024/06/13.</p> <ul> <li>Build updates to support authentication to symbol servers in TraceEvent.</li> </ul> <h2>PerfView and TraceEvent 3.1.11</h2> <p>Roll-up through 2024/06/10.</p> <ul> <li>Add support to PerfView for interactive authentication to the new Symweb.</li> <li>Disable rundown for .NET 2.0 by default. Can be re-enabled via /NoV2Rundown:false.</li> <li>Fix /GCTriggeredStacks command line argument to enable rundown so that stacks are properly captured.</li> <li>Update TraceEvent project/Nuget package to remove unnecessary PackageReference elements since the update to netstandard2.0.</li> <li>Fix Contention Stacks view to function properly for .NET Framework and older .NET Core processes.</li> </ul> <h2>PerfView and TraceEvent 3.1.10</h2> <p>Roll-up through 2024/05/02.</p> <ul> <li>New stack views for contention and waithandle events.</li> <li>New ASP.NET Core Stats view.</li> <li>Events view now displays an absolute timestamp in addition to relative.</li> <li>GC API fixes.</li> <li>NuGet package dependency fixes.</li> <li>Fix to avoid overflow of /RundownMaxMB.</li> </ul> <h2>PerfView and TraceEvent 3.1.9</h2> <p>Roll-up through 2024/03/07.</p> <ul> <li>Provide an option in PerfView to enable/disable truncation of the full raw event in the Events view when selecting “Dump raw event”.</li> <li>Fix the TraceEvent nuspec file to include all dependencies.</li> <li>Trim whitespace when parsing /Providers.</li> <li>Fix live session decoding of self-describing events.</li> </ul> <h2>PerfView and TraceEvent 3.1.8</h2> <p>Roll-up through 2024/01/31.</p> <ul> <li>Ensure PerfView.exe exits after closing the main window.</li> <li>Add <code>ETWTraceEventSource.DispatchBehavior</code> to control whether the <code>TaskID</code> is fetched from the event header, or consumed from the hardcoded value in the parser. Used for scenarios where the <code>TaskID</code> is modified by a trace processing tool or when the <code>TaskID</code> otherwise varies.</li> <li>Fix surfacing of <code>RelatedActivityID</code> in real-time sessions.</li> <li>Stabilize root names for heap snapshots.</li> </ul> <h2>PerfView and TraceEvent 3.1.7</h2> <p>Roll-up through 2023/12/05.</p> <ul> <li>Properly setting the process.Log to be used by the GC to discern whether the process is running with SVR GC Threads</li> <li>Fix CTF structure alignment issue</li> <li>Show Object Size in for GCAllocationTick Events in Any Stacks</li> <li>Implementation of GC Dynamic Events</li> <li>Capture the Process Name from EventPipe Traces</li> <li>Fixes for Process Dump to GC Dump Conversion</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/perfview/commit/c179d832583a7f0cced717463ee68ca6587aab49"><code>c179d83</code></a> Increment build versions (<a href="https://redirect.github.com/Microsoft/perfview/issues/2048">#2048</a>)</li> <li><a href="https://github.com/microsoft/perfview/commit/13719cb1189fe20712c0b6017efb4f05f7459dc7"><code>13719cb</code></a> Add Symbols Authentication Support for TraceEvent (<a href="https://redirect.github.com/Microsoft/perfview/issues/2046">#2046</a>)</li> <li><a href="https://github.com/microsoft/perfview/commit/374d7cd41ac8f107dee25319821c8a04c8953f43"><code>374d7cd</code></a> Artifacts are not currently captured properly in CI jobs. Fix this by (<a href="https://redirect.github.com/Microsoft/perfview/issues/2047">#2047</a>)</li> <li><a href="https://github.com/microsoft/perfview/commit/efd33a2d54ed1931fc5891a1e22e84631faa09f7"><code>efd33a2</code></a> Increment Version Numbers. (<a href="https://redirect.github.com/Microsoft/perfview/issues/2044">#2044</a>)</li> <li><a href="https://github.com/microsoft/perfview/commit/363b2d1d47542e9989098c9b1d0a3f4e04a00c55"><code>363b2d1</code></a> Fix yaml spacing. (<a href="https://redirect.github.com/Microsoft/perfview/issues/2042">#2042</a>)</li> <li><a href="https://github.com/microsoft/perfview/commit/01d829b90b45186836b256a35f680baede69a09a"><code>01d829b</code></a> Disable CodeQL scanning for code-mirror jobs. (<a href="https://redirect.github.com/Microsoft/perfview/issues/2041">#2041</a>)</li> <li><a href="https://github.com/microsoft/perfview/commit/c805b111bfe1db58059937552cdf05963cf4dd9f"><code>c805b11</code></a> Add Support for Symweb Authentication to PerfView (<a href="https://redirect.github.com/Microsoft/perfview/issues/2039">#2039</a>)</li> <li><a href="https://github.com/microsoft/perfview/commit/a662474c24b228f70429d36963b7730d1be98722"><code>a662474</code></a> Fix the Contention Stacks view for .NET Framework and older .NET Core (<a href="https://redirect.github.com/Microsoft/perfview/issues/2038">#2038</a>)</li> <li><a href="https://github.com/microsoft/perfview/commit/b834e69dfadd25fb031b18ab0c8ba19b080f0d7f"><code>b834e69</code></a> Remove Unnecessary PackageReferences (<a href="https://redirect.github.com/Microsoft/perfview/issues/2037">#2037</a>)</li> <li><a href="https://github.com/microsoft/perfview/commit/0a35b99ccf10559c4e85b55584a4f31ee375c217"><code>0a35b99</code></a> Disable V2 rundown by default. (<a href="https://redirect.github.com/Microsoft/perfview/issues/2033">#2033</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Microsoft/perfview/compare/v3.0.2...v3.1.12">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Diagnostics.Tracing.TraceEvent&package-manager=nuget&previous-version=3.0.2&new-version=3.1.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information