Details
Description
While Debug configuration has a proper list of Conditional compilation symbols ("NET;NET_2_0;NET_4_0"), the Release configuration has them set to "STRONG;NET;NET_1_0;". This causes problems with a lot of appenders and LogicalThreadContext is not working, since it uses SetData(), not LogicalSetData()