SystemInfo.ApplicationBaseDirectory wrong implementation --------------------------------------------------------
Key: LOG4NET-134 URL: https://issues.apache.org/jira/browse/LOG4NET-134 Project: Log4net Issue Type: Bug Components: Core Affects Versions: 1.2.10 Reporter: Manuel Riezebosch For the ApplicationBaseDirectory is used the AppDomain.CurrentDomain.BaseDirectory, where Environment.CurrentDirectory seems to be more appropriate. When using MSTest, the first returns the working directory of MSTest instead of the directory where the tested assembly is located. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.