Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dotnet run -a doesn't work well from x64 #21393

Closed
richlander opened this issue Sep 24, 2021 · 2 comments
Closed

dotnet run -a doesn't work well from x64 #21393

richlander opened this issue Sep 24, 2021 · 2 comments
Assignees
Labels
Milestone

Comments

@richlander
Copy link
Member

richlander commented Sep 24, 2021

Here's what I see. Looks like a couple issues here.

rich@MacBook-Air-M1-2020 app % dotnet --info | grep RID                     
 RID:         osx-x64
rich@MacBook-Air-M1-2020 app % dotnet run              
Hello, X64!
rich@MacBook-Air-M1-2020 app % dotnet run -a arm64     
Resolving the current runtime identifier failed.
rich@MacBook-Air-M1-2020 app % dotnet run --arch arm64
Resolving the current runtime identifier failed.
rich@MacBook-Air-M1-2020 app % dotnet run -r osx-arm64 --self-contained false
/usr/local/share/dotnet/x64/sdk/6.0.100-rc.2.21473.35/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1105,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/Users/rich/app/app.csproj]
Hello, Arm64!

Same thing here:

rich@MacBook-Air-M1-2020 webapp % dotnet watch run -a arm64
watch : Started
Resolving the current runtime identifier failed.

watch : Exited with error code 1
watch : Waiting for a file to change before restarting dotnet...
^Cwatch : Shutdown requested. Press Ctrl+C again to force exit.
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-CLI untriaged Request triage from a team member labels Sep 24, 2021
@sfoslund sfoslund removed the untriaged Request triage from a team member label Sep 24, 2021
@sfoslund sfoslund modified the milestones: 6.0.2xx, 6.0.1xx Sep 24, 2021
@sfoslund sfoslund self-assigned this Sep 24, 2021
@sfoslund
Copy link
Member

Fixed by #21435

@richlander
Copy link
Member Author

Validated. Looks good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants