Remco;4859 wrote:Thanks again. Feel free to submit a bug report the very moment you notice it happen. I have a feeling that this is a synchronisation problem in the engine being somehow triggered by the rename. If you can send through the bug report very soon after it happens, the log file may give me enough information to reproduce and fix it.
Hi,
I've now managed to reproduce it. Try this:
1) Add a .resx file
2) Add a file WITHIN the .resx file (using the "Files" view). The file should be a part of the project
3) Rename the file. The .resx will now be invalid, and NCrunch will not be able to build the project.
4) Remove the file from the .resx file.
5) Re-add it.
After these steps, my NCrunch 1.0 does not detect that the project is now buildable again, forcing a re-sync. Can you repro?