Currently, I’m working on a solution with several WCF projects. Start WCF Service Host when debugging another project in the same solution is disabled. All worked fine in Visual Studio 2015 and lower – no auto-launching of WCF Service Host.
Since the change to Visual Studio 2017 the WCF projects are launched anyway. Not every time but occasionally. That consumes a lot of time and performance – sometimes several minutes. I’ve checked the WCF Options – checkbox for auto-launching of WCF Service Host is still unselected.
How can I disable these occasionally auto-launching of WCF Service Host in Visual Studio 2017?
EDIT
It was a bug and is now fixed in an upcoming release. See state of bug here (Fixed - Pending Release).