Open
Description
Description
Construction of the IPC channel fails for applications on OSX that run inside of the sandbox. This results in failures when using any IPC channel-based diagnostic commands (e.g. dotnet-trace).
Reproduction Steps
- Build a MAUI application targeting OSX.
- Enable execution in the sandbox.
- Build and sign the package.
- Start the application.
- Run
dotnet-trace collect -p <pid>
Expected behavior
dotnet-trace
is able to attach to the application and capture a trace.
Actual behavior
dotnet-trace
isn't able to connect to the application because the diagnostic IPC channel doesn't exist.
Regression?
No response
Known Workarounds
Disable the sandbox by re-compiling the application.
Configuration
No response
Other information
No response