-
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
Missing Binding Redirect in MemberPage Plugin #8205
Comments
I too have this problem, and as a result I'm now using v2.59.0 of DocFX and MemberPage which works properly. What does this "binding redirect" actually look like in the file if I wanted to use it as a workaround? |
@tom-weiland
|
This is resolved in the latest version with a new library based plugin model, see this sample on using the member page plugin with the new approach. |
Operating System: Windows 10
DocFX Version Used: 2.59.4
Template used: default
Steps to Reproduce:
Expected Behavior: works (worked with previous versions)
Actual Behavior: fails, Fusion / binding error for System.Memory, Version=4.0.1.1
Analysis:
No idea how DocFX loads plugins, but looking at the Fusion logs, I see that
docfx.exe
executable loads System.Memory v 4.0.1.2 from its own directoy, trustingdocfx.exe.config
binding redirectsdocfx.console\2.59.4\tools\plugins_b0lynfaw.gys\plugins\docfx.plugins.config
config file and notdocfx.exe
own binding redirects. So I assume it's using thedocfx.plugins.config
file that comes with the plugin.Patching
memberpage/2.59.4/content/plugins/docfx.plugins.config
to add the System.Memory binding redirect, and then it works.Methink that the
docfx.plugins.config
file that ships with the plugin is missing that binding redirect.See also: #7832
The text was updated successfully, but these errors were encountered: