-
Notifications
You must be signed in to change notification settings - Fork 74
dotnet watch stops to work when having a resource (resx) file in the project #139
Comments
Thanks for reporting this. I can reproduce it. |
Still having this problem.
Any ideas? |
The fix is in |
Thanks! I suggest updating the readme. ;) |
This isn't yet available on NuGet, right? |
It's on the nightly feed (myget/aspnetvnext) |
I am really sorry but I can't find the right feed. Could you please post the feed URL on where I can find dotnet watch 1.1.0. |
The latest versions are |
How can I obtain this newer versions of SDK? I tried to use install script from https://github.com/dotnet/cli/tree/rel/1.0.0/scripts/obtain, but it cannot find this specific version. |
@qbikez prerelease builds require a prerelease installation of the shared framework, which goes in %DOTNET_HOME/shared/Microsoft.NETCore.App directory. Installation of the nupkg isn't enough. Yes, this is confusing, and yes it is hard to get the 1.1.0 runtime preview right now. Slightly intentional as there are some big changes pending. To get the 1.1.0 shared fx, use the args: |
@natemcmaster thanks, that's what I was looking for. |
Functional impact
Can't use dotnet watch, instead have to manual dotnet run on change
Minimal repro steps
Expected result
dotnet watch working when having 1 or multiple resource files in the project.
Actual result
Further technical details
The text was updated successfully, but these errors were encountered: