No log4net logging in MSTest UnitTest in Visual Studio
I was testing a C# method that used log4net for logging, when running the code in the production app the method logged to a log file, but when I executed the method inside a
I was testing a C# method that used log4net for logging, when running the code in the production app the method logged to a log file, but when I executed the method inside a