dotnet tools do not support differing entitlements than the dotnet muxer on Mac #23640
Open
Description
opened on Jan 27, 2022
See dotnet/runtime#63952 for context. In this case, a dotnet tool requires more entitlements than dotnet
, so it can't be executed using the dotnet
muxer. If dotnet tools always use an apphost, then the host should be ad hoc signed, which would allow all requirements.
Activity