You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 withdotnet watch
since the RID cannot be supplied asosx-x64
.Describe the solution you'd like
Please add RID support to
dotnet watch
through the-r
option.Additional context
ref dotnet/aspnetcore#41776
The text was updated successfully, but these errors were encountered: