- Notifications
You must be signed in to change notification settings - Fork1.2k
.NET Core project does not include all the important file#146
-
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment 5 replies
-
Update the pythonmain.py--dir/path/to/your/codebase--include"*.cs"
Yeah this is expected. It try to skip redundant methods.
You can update the instruction. |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
-
@zachary62 Thanks for your response. I’ve already made the necessary changes, but not all .cs files are being included in the generated documentation. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Maybe it's because of the EXCLUDE? Could you also try to tune these? |
BetaWas this translation helpful?Give feedback.
All reactions
-
Hi@zachary62 , I’ve already fine-tuned the exclude patterns to filter out irrelevant files and folders such as bin, obj, .git, .gitignore, .vs, test, and other non-essential directories. |
BetaWas this translation helpful?Give feedback.
All reactions
-
You can tune the # abstractions using: PocketFlow-Tutorial-Codebase-Knowledge/main.py Lines 57 to 58 in755e767
|
BetaWas this translation helpful?Give feedback.
All reactions
-
BetaWas this translation helpful?Give feedback.