Details
Description
Fails to build with Mono > 2.6 with warn CS0419 treated as error.
While cref contains argument type signature compiler complains with error: Ambiguous reference in cref attribute `log4net.Appender.AppenderSkeleton.DoAppend'. Assuming
`log4net.Appender.AppenderSkeleton.DoAppend(log4net.Core.LoggingEvent)' but other overloads including `log4net.Appender.AppenderSkeleton.DoAppend(log4net.Core.LoggingEvent[])' have also matched
See mail archive and pastebin
Note that using signature "M:AppenderSkeleton.DoAppend(LoggingEvent)" as per B.3.1 ID string format helps to resolve this issue.