-
Notifications
You must be signed in to change notification settings - Fork 868
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Custom post processors are completely ignored by docfx #8740
Comments
Yes, local postprocessors currently don't work. I can try to fix it, but no promises. |
Thank you! I'm going to look into it as well a bit, at least I try. |
Ya it seems like the plugins for template folders are ignored completely. |
The issue seems to be here: docfx/src/Microsoft.DocAsCode.App/Helpers/DocumentBuilderWrapper.cs Lines 22 to 23 in d5606f5
|
Same issue. After I saw this in console |
Current implementation seems DLL plugins are loaded from Additionary, LoadPluginAssemblies` methods loads unnecessary DLLs everytimes.
This behavihor can be confirms with following command.
In my environment, DLLs processing wasted about 500ms on every startup. (On Related documents needs to fixed. https://dotnet.github.io/docfx/tutorial/howto_build_your_own_type_of_documentation_with_custom_plug-in.html#enable-plug-in |
Hello there!
I'm in need of help for custom post processors.
I'm switching to the latest release rn and none of the post processors can be loaded anymore.
Plugin Repo: https://github.com/Aiko-IT-Systems/DisCatSharp.DocFx.CustomMemberIndexer
Target Repo: https://github.com/Aiko-IT-Systems/DisCatSharp/tree/prep/release/10.4.0/DisCatSharp.Docs
What changed since the last releases (before the net6 upgrade).
I can't find any useful information in the releases, issues and docs.
Does the plugin needs to have a special name when generated?
I would be happy about any info pointing me in the right direction.
Regards Lala ❤️
debug.log
Note: It seems like it can find it when it's copied to the dotnet tools folder
.dotnet/tools/.store/docfx/2.67.0/docfx/2.67.0/tools/net7.0/any/
The text was updated successfully, but these errors were encountered: