Method not found: 'log4net.Config.XmlConfigurator.Configure'
------------------------------------------------------------
Key: LOG4NET-324
URL: https://issues.apache.org/jira/browse/LOG4NET-324
Project: Log4net
Issue Type: Bug
Affects Versions: 1.2.11
Environment: Mono
Reporter: Frédéric Mestayer
Priority: Blocker
In 1.2.10, signature was :
void log4net.Config.XmlConfigurator.Configure()
1.2.11 changes it to :
ICollection log4net.Config.XmlConfigurator.Configure()
ANY library using 1.2.10 in a project using 1.2.11 will cause the type Loader
to raise an Exception because the signature does not match.
You should NEVER break the signature contract inside a minor release, i can't
understand why you did this (and the strong name horror, too).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira