Closed CalvinWilkinson closed 10 months ago
Hello, seeing the file name is it's probably an issue with it being too long and windows complains when trying to create it (while giving a not so clear exception). For such case you can change the FileNameFactory used to generate files with a shorter name.
Hello, seeing the file name is it's probably an issue with it being too long and windows complains when trying to create it (while giving a not so clear exception). For such case you can change the FileNameFactory used to generate files with a shorter name.
I will give that a shot!! Thanks @Doraku!!
Description:
Hello!! I am currently looking to generate API documentation for my eventual website for my open source project Velaptor, as well as other projects that I have and I have been trying out different markdown generators.
During my time trying out your tool, (which so far is fantastic), I ran into an issue with a console log message while using your dotnet tool.
The idea I was going with was to find a tool to generate all of the markdown files for my csharp code and then I could use those in docusaurus
The error is below:
How to Reproduce Issue:
defaultdocumentation -a ./Velaptor/bin/Debug/net6.0/Velaptor.dll -o md-result
in the testing folder.If you need any other information, please let me know.