You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> dotnet tool update -g dotnet-dsrouter --add-source=https://aka.ms/dotnet-tools/index.json
You can invoke the tool using the following command: dotnet-dsrouter
Tool 'dotnet-dsrouter' (version '5.0.236902') was successfully installed.
Run the tool:
> dotnet-dsrouter
zsh: killed dotnet-dsrouter
Verify that the tool is signed:
> codesign -d /Users/filipnavara/.dotnet/tools/dotnet-dsrouter
/Users/filipnavara/.dotnet/tools/dotnet-dsrouter: code object is not signed at all
Sign the tool and retry:
> codesign -s "*" /Users/filipnavara/.dotnet/tools/dotnet-dsrouter
> dotnet-dsrouter
WARNING: dotnet-dsrouter is an experimental development tool not intended for production environments.
Required command was not provided.
Usage:
dotnet-dsrouter [options] [command]
Options:
--version Show version information
-?, -h, --help Show help and usage information
Commands:
client-server Start a .NET application Diagnostics Server routing local IPC server <--> remote TCP client. Router is configured using an IPC client (connecting diagnostic tool IPC server) and a TCP/IP server (accepting runtime TCP client).
server-server Start a .NET application Diagnostics Server routing local IPC client <--> remote TCP client. Router is configured using an IPC server (connecting to by diagnostic tools) and a TCP/IP server (accepting runtime TCP client).
server-client Start a .NET application Diagnostics Server routing local IPC client <--> remote TCP server. Router is configured using an IPC server (connecting to by diagnostic tools) and a TCP/IP client (connecting runtime TCP server).
client-client Start a .NET application Diagnostics Server routing local IPC server <--> remote TCP server. Router is configured using an IPC client (connecting diagnostic tool IPC server) and a TCP/IP client (connecting runtime TCP server).
Configuration
macOS Monterey, only .NET 6 ARM64 SDK installed
The text was updated successfully, but these errors were encountered:
Description
Configuration
macOS Monterey, only .NET 6 ARM64 SDK installed
The text was updated successfully, but these errors were encountered: