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
{{ message }}
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
When a file is added and there are new errors information, VS is sending files changed but we are not getting the new errors back from DTH.
[To see this, enable klr.exe log, create a new Empty App, add a new Controller, observe that files changed is sent to DTH but we don’t get new error message, just hit enter on Startup.cs and notice that this time files changed is sent and we get new errors back]
I talked to Fowler and he confirmed that there is an issue with caching.
The text was updated successfully, but these errors were encountered:
- Flow the ICacheContextAccessor through the DI system
- Watch all directories that source files are currently in (including)
the project directory.
#552
- Flow the ICacheContextAccessor through the DI system
- Watch all directories that source files are currently in (including)
the project directory.
#552
When a file is added and there are new errors information, VS is sending files changed but we are not getting the new errors back from DTH.
[To see this, enable klr.exe log, create a new Empty App, add a new Controller, observe that files changed is sent to DTH but we don’t get new error message, just hit enter on Startup.cs and notice that this time files changed is sent and we get new errors back]
I talked to Fowler and he confirmed that there is an issue with caching.
The text was updated successfully, but these errors were encountered: