Closed seblucas closed 5 years ago
Hi,
When NsDepCop.ServiceHost starts listening it configures security so that everyone can connect. Here's the relevant code: https://github.com/realvizu/NsDepCop/blob/c16b81def8ffc8e9c47b34a90244b5095ec9ecec/source/NsDepCop.ServiceHost/Program.cs#L61-L79 Se either this code is broken (maybe it doesn't work well on a localized OS -- I noticed that your Windows speaks French) or the problem is something else.
First we should narrow down the problem a bit.
Sorry for the delay, I'll test that this afternoon and keep you posted.
Se either this code is broken (maybe it doesn't work well on a localized OS -- I noticed that your Windows speaks French) or the problem is something else.
My laptop is also in french and everything is working fine.
I spend all yesterday afternoon looking for an explaination and haven't found a clue. I guess that's a problem on my end. I'll close this. thanks for the help
Hi,
First thanks for this tool, it's exactly what we needed to make sure our code is properly decoupled.
Next, unfortunately, I've never managed to make it run with our CI build. I'm using Azure Devops using my own build machine which a Win10 with latest VS2017 (same as my laptop). I always have this error message :
I've read all other issues about this config (using 1.9.0), so it should have plenty of time to connect :
It's working perfectly on all developers laptops, the only problem is the CI builds.
Due to the way Azure devops is build, the MSBuild process should run as a system user (NETWORK_SERVICE IIRC), can it cause this problem ?
Thanks in advance.
Sébastien