"name": "dotnet-stack",
"rids": ["win-x64", "win-x86", "win-arm", "win-arm64", "linux-x64", "linux-musl-arm64", "osx-x64", "linux-arm64", "linux-musl-x64", "linux-arm"]
}
+ {
+ "name": "dotnet-dsrouter",
+ "rids": ["win-x64", "win-x86", "win-arm", "win-arm64", "linux-x64", "linux-musl-arm64", "osx-x64", "linux-arm64", "linux-musl-x64", "linux-arm"]
+ }
]
},
"NugetAssets": {
"dotnet-sos",
"dotnet-trace",
"dotnet-stack",
+ "dotnet-dsrouter",
"Microsoft.Diagnostics.NETCore.Client"
]
}
var currentColor = Console.ForegroundColor;
Console.ForegroundColor = ConsoleColor.Yellow;
- Console.WriteLine("WARNING: dotnet-dsrouter is an experimental development tool not intended for production environments." + Environment.NewLine);
+ Console.WriteLine("WARNING: dotnet-dsrouter is a development tool not intended for production environments." + Environment.NewLine);
Console.ForegroundColor = currentColor;
var parser = new CommandLineBuilder()
<Description>.NET Performance Diagnostic Server Router Tool</Description>
<PackageTags>Diagnostic</PackageTags>
<PackageReleaseNotes>$(Description)</PackageReleaseNotes>
- <IsShipping>false</IsShipping>
</PropertyGroup>
<ItemGroup>