DocFX Version Used: 2.24
Template used: Any
Steps to Reproduce:
Same steps with tutorial on documentation
Expected Behavior:
The plugin should builds.
Actual Behavior:
ExportAttribute is missing. More info:
[Export(typeof(IDfmEngineCustomizer))]
I got stuck in step 7, the ExportAttribute is missing. After hours of searching I found it was a class in another NuGet named System.Composition.AttributedModel version 1.0.31 (It still won't compile if latest stable version 1.1.0 is used).
And then I take a quick look on the dfm depedencies and found this screenshot confirms my hypothesis:

DocFX Version Used: 2.24
Template used: Any
Steps to Reproduce:
Same steps with tutorial on documentation
Expected Behavior:
The plugin should builds.
Actual Behavior:
ExportAttributeis missing. More info:I got stuck in step 7, the
ExportAttributeis missing. After hours of searching I found it was a class in another NuGet namedSystem.Composition.AttributedModelversion1.0.31(It still won't compile if latest stable version1.1.0is used).And then I take a quick look on the dfm depedencies and found this screenshot confirms my hypothesis: