I receive the folowing exception during documentation creation:
NDoc3.Core.DocumenterException: IO error while creating file MyCompany.BL.MyProduct.BO.Base~MyCompany.BL.MyProduct.BO.Base.BOAdvertisementTypeAdvertisemen
tDesignTypeRelationship.AdvertisementTypeAdvertisementDesignTypeRelationshipSet_param_AdvertisementTypeAdvertisementDesignTypeRelationshipDa
ta.html ---> System.IO.PathTooLongException: The specified path, file name, or both are too long. The fully qualified file name must be less
than 260 characters, and the directory name must be less than 248 characters.
I know the class name is not quite logical, but it is a partial classe created by a generator.
Is there any possibility you can avoid the really long filenames of the html files, so the bug above can't occur anymore?
What about creating folder substructures?
Thanks in advance for your support, and I really really appreciate the time and effort you put into developing NDOC3!!!!
Thank you for the bug report.
Unfortunately it is not possible to avoid the long filename at the moment. I'll see if I can find any solutions to the problem.