Skip to content

Add -r to dotnet watch #25612

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

Closed
mrlife opened this issue May 24, 2022 · 0 comments · Fixed by #39618
Closed

Add -r to dotnet watch #25612

mrlife opened this issue May 24, 2022 · 0 comments · Fixed by #39618
Labels
Area-Watch untriaged Request triage from a team member

Comments

@mrlife
Copy link

mrlife commented May 24, 2022

Is your feature request related to a problem? Please describe.

dotnet watch doesn't support -r for supplying a RID. When, for example, on macOS and the publish server is Windows, <DefaultAppHostRuntimeIdentifier>win-x64</DefaultAppHostRuntimeIdentifier> must be used in the project file. This causes an error with dotnet watch since the RID cannot be supplied as osx-x64.

Describe the solution you'd like

Please add RID support to dotnet watch through the -r option.

Additional context

ref dotnet/aspnetcore#41776

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Watch untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant