Replies: 1 comment 1 reply
-
It can be skipped by setting |
Beta Was this translation helpful? Give feedback.
1 reply
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'm using the dotnet tool and msbuild to compile the docfx documentation for my projects.
<Exec Command="dotnet tool run docfx" ContinueOnError="false" />
The process takes quite some time (1min for a small project), is there any way to speed it up?
One clear candidate I see is avoiding testing for packages which need to be restored. Is there any way to tell docfx not to do this?
As an aside, any idea how I fix this?
EXEC : warning : [Warning] Found project reference without a matching metadata reference:
Beta Was this translation helpful? Give feedback.
All reactions