How to skip NUnit tests during continuous integration build

0 Comments

Our continuous integration build server, runs all NUnit tests defined in a Microsoft Visual Studio solution file, but some NUnit tests are just created for integration testing. If you want to skip these tests you

Reading and changing Log4Net configuration at runtime

3 Comments

You can read and change the Log4Net configuration at runtime, the following code, shows the eventlogname en eventlogsource for each eventlogappender defined, but if you change the eventLogAppender object properties the configuration will be changed.