This question is locked. New answers and comments are not allowed.
I need to analyze my project with a static analyzer from time to time.
I don't want to see lots of OpeanAccess methods there.
I'd like to temporary stop my assemblies enhancement.
If I remove this section from the project file:
<VisualStudio> <UserProperties OpenAccess_EnhancementOutputLevel="1" OpenAccess_UpdateDatabase="False" OpenAccess_Enhancing="True" OpenAccess_ConnectionId="PMSConnection" OpenAccess_ConfigFile="App.config" /></VisualStudio>It does work.
Didn't I miss any more elegant method?
Maybe the
OpenAccess_Enhancing="True" is there on some of the configuration forms?Thanks