Skip to content
This repository was archived by the owner on Dec 18, 2017. It is now read-only.

When new files are added, diagnostics data from design time host is not getting refreshed properly #552

Closed
PradeepKadubandi opened this issue Aug 20, 2014 · 0 comments
Assignees
Milestone

Comments

@PradeepKadubandi
Copy link

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.

@PradeepKadubandi PradeepKadubandi added this to the 1.0.0-alpha4 milestone Aug 20, 2014
davidfowl added a commit that referenced this issue Aug 20, 2014
- Flow the ICacheContextAccessor through the DI system
- Watch all directories that source files are currently in (including)
 the project directory.

#552
davidfowl added a commit that referenced this issue Aug 20, 2014
- Flow the ICacheContextAccessor through the DI system
- Watch all directories that source files are currently in (including)
 the project directory.

#552
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants