Added StyleCop settings with some suppressed, and accomodated so that we get 0 warnings.
commitba57c42a89f8267db4b2dd8673f23ce826e0b151
authorAndrew Arnott <andrewarnott@gmail.com>
Mon, 1 Sep 2008 02:12:31 +0000 (31 19:12 -0700)
committerAndrew <andrewarnott@gmail.com>
Mon, 1 Sep 2008 02:12:31 +0000 (31 19:12 -0700)
treee3f03a7f7886f23633b8924652b8e345a9b8f9ea
parent0e5aee43d849ee0b9e3fbc30cb78671b787d9742
Added StyleCop settings with some suppressed, and accomodated so that we get 0 warnings.
13 files changed:
src/.gitignore
src/Settings.StyleCop [new file with mode: 0644]
src/YOURLIBNAME.Test/.gitignore [new file with mode: 0644]
src/YOURLIBNAME.Test/TestBase.cs
src/YOURLIBNAME/.gitignore
src/YOURLIBNAME/Logger.cs
src/YOURLIBNAME/Loggers/ILog.cs
src/YOURLIBNAME/Loggers/Log4NetLogger.cs
src/YOURLIBNAME/Loggers/NoOpLogger.cs
src/YOURLIBNAME/Loggers/TraceLogger.cs
src/YOURLIBNAME/Properties/AssemblyInfo.cs
src/YOURLIBNAME/Settings.StyleCop [new file with mode: 0644]
src/YOURLIBNAME/Util.cs