c# - FxCop appears to have hung or deadlocked : Possibility to ignore some Methods from check -


on of developer machines, exception in title. there thread here: https://connect.microsoft.com/visualstudio/feedback/details/770502/vs2012-fxcop-ca0001-fxcop-appears-to-have-hung-or-deadlocked

my guess is, exception happens if write large queryables, fxcopy kindahow wants compile, get's timeout/memory error.

ofc can suppress warning, doesn't help, since generate warning, it's late.

does still have exception, or possibility exclude methods fxcop, have easier time finding out, method problematic?

you can use either .fxcop project or /types command line argument fxcopcmd.exe control types analysis targets. however, potentially time-consuming approach attempting find source of problem. might want try running fxcopcmd.exe /verbose switch first see if can more information error or context. failing that, attaching debugger process might help.


Comments