-
Notifications
You must be signed in to change notification settings - Fork 790
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
Changes in referenced projects are not seen until restart #2872
Comments
I've noticed it will refresh when you click and focus the editor. It's bad already that you need to save the changes in one project to get them propagated to other project. |
@majocha things are much worse. Restarting VS does not help (!). Rebuild does not help. Only deleting |
New project system desperately needed. |
:) I strongly believe someone is working on it right now. Right now. |
@vasily-kirichenko I would have thought the DLL timestamps of the newly compiled DLL were being checked, causing a recheck in the dependent file. I don't think it's a project system bug. This is the incremental builder or something else in the process of rechecking files. Any chance you could you make a minimal repro with exact steps? |
I believe this is fixed by #3025, at least for the cases I've been looking at. I've manually tested on an EXE project referencing a DLL library project, and changes in the library project such as
There may be additional cases such as renames and others not covered by that, where we need to listen to RDT |
I've tested it on a small solution, it's fixed in #3025. |
Fixed by #3025 |
I think it's a huge bug.
The text was updated successfully, but these errors were encountered: