[ https://issues.apache.org/jira/browse/LOG4NET-134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557857#action_12557857 ]
Ron Grabowski commented on LOG4NET-134: --------------------------------------- The settable nature of Environment.CurrentDirectory makes me think its ok to change the current directory of a program (for launching processes or using Directory or FileInfo objects) during its execution. Using a method on the AppDomains seems to convey that the value will not change during the life of the AppDomain. > 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.