.NET Core project does not include all the important file #146
Unanswered
ravichandrasingh
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Update the python main.py --dir /path/to/your/codebase --include "*.cs"
Yeah this is expected. It try to skip redundant methods. You can update the instruction. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I generate documentation for all the files in a .NET Core project?
I've noticed that often the documentation doesn't include all methods and properties of the classes (.cs files).
Also, when the generation process breaks partway through, it restarts from the beginning next time instead of resuming from where it left off. This causes it to use more tokens and makes it more costly.
How can I include the all-important class (.cs file) to generate the document?
Some case if class has more than 10 methods, code generate only the one or two method's document and leaving the rest out and including a note in the documentation like "// ... many more remaining methods and properties ..."

Please help me with the issue described above so that I can generate documentation for my entire .NET Core project effectively.
Beta Was this translation helpful? Give feedback.
All reactions