1 Feb 2012 20:06
[jira] [Updated] (LOG4NET-322) Conditional compilation symbols for .net4 Release
Iso Su (Updated) (JIRA <jira <at> apache.org>
2012-02-01 19:06:58 GMT
2012-02-01 19:06:58 GMT
[
https://issues.apache.org/jira/browse/LOG4NET-322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Iso Su updated LOG4NET-322:
---------------------------
Attachment: ReleaseConditionalSymbols.patch
Here's the change I used to fix it for myself
> Conditional compilation symbols for .net4 Release
> -------------------------------------------------
>
> Key: LOG4NET-322
> URL: https://issues.apache.org/jira/browse/LOG4NET-322
> Project: Log4net
> Issue Type: Bug
> Components: Builds
> Affects Versions: 1.2.11
> Environment: log4net.vs2010 project
> Reporter: Iso Su
> Attachments: ReleaseConditionalSymbols.patch
>
>
> 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()
(Continue reading)
RSS Feed