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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to