-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
area-HostModelMicrosoft.NET.HostModel issuesMicrosoft.NET.HostModel issues
Milestone
Description
This is my experience on Big Sur 11.3 (Apple Silicon).
rich@MacBook-Air ~ % rm -r .dotnet/tools
rich@MacBook-Air ~ % dotnet tool list -g
Package Id Version Commands
-------------------------------------
rich@MacBook-Air ~ % dotnet tool install -g dotnet-runtimeinfo
You can invoke the tool using the following command: dotnet-runtimeinfo
Tool 'dotnet-runtimeinfo' (version '1.0.4') was successfully installed.
rich@MacBook-Air ~ % dotnet-runtimeinfo
zsh: killed dotnet-runtimeinfo
rich@MacBook-Air ~ % codesign -s - ~/.dotnet/tools/dotnet-runtimeinfo
rich@MacBook-Air ~ % dotnet-runtimeinfo
**.NET information
Version: 6.0.0
FrameworkDescription: .NET 6.0.0-preview.3.21201.4
Libraries version: 6.0.0-preview.3.21201.4
Libraries hash: 236cb21e3c1992c8cee6935ce67e2125ac4687e8
**Environment information
OSDescription: Darwin 20.4.0 Darwin Kernel Version 20.4.0: Fri Mar 5 01:14:02 PST 2021; root:xnu-7195.101.1~3/RELEASE_ARM64_T8101
OSVersion: Unix 11.3.0
OSArchitecture: Arm64
ProcessorCount: 8
rich@MacBook-Air ~ % dotnet runtimeinfo
**.NET information
Version: 6.0.0
FrameworkDescription: .NET 6.0.0-preview.3.21201.4
Libraries version: 6.0.0-preview.3.21201.4
Libraries hash: 236cb21e3c1992c8cee6935ce67e2125ac4687e8
**Environment information
OSDescription: Darwin 20.4.0 Darwin Kernel Version 20.4.0: Fri Mar 5 01:14:02 PST 2021; root:xnu-7195.101.1~3/RELEASE_ARM64_T8101
OSVersion: Unix 11.3.0
OSArchitecture: Arm64
ProcessorCount: 8codesign is the missing link. I think we need to run it upon installation of .NET global tools.
I do not see the behavior for x64 emulation. It is apparently subject to different rules.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-HostModelMicrosoft.NET.HostModel issuesMicrosoft.NET.HostModel issues