dotnet / dotnet/format

Question: Is is possible to install for arch ARM?

Open
#1,702 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
1.9k
Forks
173
Avg merge
10d 13h
Merged PRs (30d)
1

Description

I've recently installed dotnet-format on a ARM based M1 Macbook via

```
dotnet tool install -g dotnet-format
```

but when running the command it fails because I believe the installed version was x64
```
You must install .NET to run this application.
App: /Users/ooooooo/.dotnet/tools/dotnet-format
Architecture: x64
App host version: 6.0.8
.NET location: Not found

Learn about runtime installation:
https://aka.ms/dotnet/app-launch-failed
Download the .NET runtime:
https://aka.ms/dotnet-core-applaunch?missing_runtime=true&arch=x64&rid=osx.12-x64&apphost_version=6.0.8
```

I have dotnet 6.0.4 SDK installed for arm64

thanks

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.