Releases: microsoft/perfview
TraceEvent V2.0.2 Public Release
This is the first release of the Microsoft.Diagnostics.Tracing.TraceEvent nuget package in almost 2 years!
Sorry about that but the transition to Git, The new way of signing, and just other priorities (like shipping .NET Native) caused delays. But now we are back and it is relatively easy
This nuget package is published at nuget.org at https://www.nuget.org/packages/Microsoft.Diagnostics.Tracing.TraceEvent/ in the standard way.
However the symbol package (containing any symbol files as well as complete source), is attached below for archival purposes.
TODO: give a summary of the changes.
Release V1.9.65 9/29/17 Windows Container Support
This release was prompted by changed needed to support Windows Containers. If you want to use PerfView to collect or view data from these containers, should use this version. You also need to be running the RS3 or later version of windows 10 (these are called [Insider images](https://docs.microsoft.com/en-us/virtualization/windowscontainers/quick-start/using-insider-container-images.
Like other release I provide both the normal 32 bit version of PerfView as well as the 64 bit wrapper if you run into out of memory issues with the 32 bit version. Note that PerfView64.exe needs PerfView.exe to run (it just launches it as a 64 bit process).
As with other beta releases, this EXE is not signed, but I have included hashs here to hand verify if desired. Running
certutil -hashfile PerfView.exe Sha256
Should produce
44f2f9329bacb0e75363f3650a2e797bdac1719d31c18d89923e0b7381c917df
And running
certutil -hashfile PerfView64.exe Sha256
Should produce
9c2d1980031e5f112c6d3f2f396439879319816f9352413cec74c3cc988b518b
If you need more security than that, you should build it yourself (although even there you are trusting that github has not been tampered with). If you send me e-mail at [email protected] I will send you hashs via e-mail if you like.