Roslyn Compilation error : Unknown command '/noconfig'. ApplyTemplate task not found. #9773
Unanswered
TheBrambleShark
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Current workaround: I'm using the compiled .dlls for src references. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try to use .NET 8 SDK
As far as I knows. above error occurred when following condition met.
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I followed the quick-start guide on the website, plugged in two projects I want to generate documentation for in my docfx.json file, and ran
.docfx docfx.json --serve
Edit: This happens on
docfx metadata
. I found updated instructions in one of the discussions here.I do note that my SDK is a little out of date, but I'm not sure if this is enough to cause an issue.
Output from the command line:
docfx.json file:
I think it's worth noting that these projects do compile by themselves, both with Visual Studio using
dotnet build
. I mention both because I've had times in the past where one has worked but not the other.Beta Was this translation helpful? Give feedback.
All reactions