Can't use StyleCopCLI from a network path
Brought to you by:
bbadjari
I am trying to run StyleCopCLI from the command line. It works fine using a local disk but on the same machine if I map a network drive or run it from the network, it fails (shows the bogus no violation encountered message).
D% D:\stylecopcli\StyleCopCLI.exe -cs D:\test\Enumerations.cs
Pass 1: Enumerations.cs
238 violations encountered.
D% \\devl-scr\scratch\stylecopcli\StyleCopCLI.exe -cs D:\test\Enumerations.cs
No violations encountered
I will look into this. Is there a reason why you need to run the application from a network/mapped drive?