moeash commented on issue #244:
URL: 
https://github.com/apache/logging-log4net/issues/244#issuecomment-2891540404

   This should solve the issue:
   
     private void InitializeFromOneFile(string baseFile, string curFileName)
     {
       curFileName = curFileName.ToLowerInvariant();
       baseFile = baseFile.ToLowerInvariant();
       var baseFileWithoutExtension = string.IsNullOrEmpty(baseFile)
         ? ""
         : Path.Combine(Path.GetDirectoryName(baseFile) ?? "", 
Path.GetFileNameWithoutExtension(baseFile));
      ...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to