Unable to get IDfmCustomizedRendererPartProvider example to work #8356
Unanswered
Stoffelche
asked this question in
Q&A
Replies: 1 comment 4 replies
-
dfm engine is depreciated. |
Beta Was this translation helpful? Give feedback.
4 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.
-
I am trying to get the example described in "Customize DFM Engine" to work. But the plugin is not being loaded at all.
I don't know what to do. I generated a class library project named TestPlugin targetin core 6.0 and added the 2 classes as described. Then I copied the output files (trying including the Microsoft.DocAsCode files and not including them) to a folder x/plugins below the folder where my docfx.json is.
Then I put
"template": [ "default", "x" ],
in doxfx.json.But nothing happens.
Markdown engine is dfm, so this is not the cause.
Some help would be highly appreciated, as I am stuck.
I am starting docfx from debugger, but was unable to find a location, where to set a breakpoint, in order to find out why it does not work.
Beta Was this translation helpful? Give feedback.
All reactions