Metadata step fails while compiling csharp projects with nuget references #8909
Unanswered
Stoffelche
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Does setting {
"metadata": {
// ...
"allowCompilationErrors": true
}
} |
Beta Was this translation helpful? Give feedback.
5 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 have a bunch of dotnet framework projects, for which I am maintaining a help site.
It worked with version 2.61, but now I updated to 2.67.5 and the metatdata step fails, during compilation of projects, with nuget references.
It is unable to resolve types and namespaces of the nuget package class libraries. When I build the projects in VStudion there is not problem. I assume this is a bug, but before reporting it as such, I want to make sure it really is. Or is there some configuration setting, whidch tells docfx, to handle these nuget packages?
Beta Was this translation helpful? Give feedback.
All reactions