Take TraceEvent update to fix user reported crash opening Linux Perf txt trace (#131)
This commit is contained in:
Родитель
4a9bdc7309
Коммит
c89534debf
|
@ -2,7 +2,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.1</TargetFramework>
|
||||
<Version>1.2.5</Version>
|
||||
<Version>1.2.6</Version>
|
||||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
||||
<Authors>Microsoft</Authors>
|
||||
<Company>Microsoft Corp.</Company>
|
||||
|
@ -49,7 +49,7 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.0.6" GeneratePathProperty="true">
|
||||
<PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.1.13" GeneratePathProperty="true">
|
||||
<IncludeAssets>compile</IncludeAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Performance.SDK" Version="1.0.27" />
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"profiles": {
|
||||
"PerfDataExtensions": {
|
||||
"commandName": "Executable",
|
||||
"executablePath": "C:\\Tools\\WPT\\latest\\wpa.exe",
|
||||
"commandLineArgs": "-addsearchdir C:\\src\\Microsoft-Performance-Tools-Linux\\PerfDataExtensions\\bin\\Debug\\netstandard2.1"
|
||||
}
|
||||
}
|
||||
{
|
||||
"profiles": {
|
||||
"PerfDataExtensions": {
|
||||
"commandName": "Executable",
|
||||
"executablePath": "C:\\Tools\\WPT\\latest\\wpa.exe",
|
||||
"commandLineArgs": "-addsearchdir E:\\src\\Microsoft-Performance-Tools-Linux-Android\\PerfDataTxtExtension\\bin\\Debug\\netstandard2.1"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -2,7 +2,7 @@
|
|||
"$schema": "https://raw.githubusercontent.com/microsoft/microsoft-performance-toolkit-sdk/main/src/PluginsSystem/Tools/Microsoft.Performance.Toolkit.Plugins.Cli/Manifest/PluginManifestSchema.json",
|
||||
"identity": {
|
||||
"id": "Microsoft.Performance.Toolkit.Plugins.PerfDataTxtExtension",
|
||||
"version": "1.2.5"
|
||||
"version": "1.2.6"
|
||||
},
|
||||
"displayName": "Linux - Perf",
|
||||
"description": "Enables viewing Linux CPU Sampling events recorded with the kernel perf profiling utility",
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.0.6" />
|
||||
<PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.1.13" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
|
||||
<PackageReference Include="Microsoft.Performance.SDK" Version="1.0.27" />
|
||||
<PackageReference Include="Microsoft.Performance.Toolkit.Engine" Version="1.0.16" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче