Is there no longer an option for "compile modified items" in 7.17?
In 7.17, I only see a "Compile All" and no longer see any option to compile modified items only.
Was this removed from 7.17 or am I missing it somewhere?
Ryan
Like
I think when you click the regular green button it is the compile modified button, whereas when you click the drop-down it gives the option for compile all.
I think when you click the regular green button it is the compile modified button, whereas when you click the drop-down it gives the option for compile all.
Tyler Rainey,
Ah, that would make sense, hopefully that is the case.
Ryan
Tyler Rainey,
You are right about that. Clicking the button does a post to
/0/ServiceModel/WorkspaceExplorerService.svc/Build
But clicking the Compile All off the drop-down does a post to
/0/ServiceModel/WorkspaceExplorerService.svc/Rebuild
This doesn't exactly match up with the "compile modified items" from previous versions since it's a different endpoint (iirc the previous version did an asp.net postback).
However, knowing they do post to different actions is enough for me. Thanks again Tyler.
Ryan
Hello,
You are right. Clicking on Compile button perform the same action as former Compile Modified Items. Compile All items is separate action in the drop down.
Regards,
Dean