What changes was applied to 2.78.x? #10512
-
|
Hello, When calling docfx from within a container using both platform Hereafter I receive this error for I think its related to xref/href lookup. After some complains from toc.yml that it cannot find the reference, it fails with: Capturing some more info resolves in this: The I hope this can shed some light on the changes for supporting arm-based systems up till 2.78.x .. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
What's version of .NET SDK is used for docfx If .NET 9 is used. Try following settings
Background
I've confirmed CI tests works as expected when running tests with |
Beta Was this translation helpful? Give feedback.
-
The above error seems to occur on Currently .NET SDK don't support QEMU environment.
So I though the error is occurred because it's not supported by .NET SDK. |
Beta Was this translation helpful? Give feedback.
Not quite sure what changed .. but as a reference, I got the issued solve by using
--platform=$BUILDPLATFORM: https://github.com/codebeltnet/xunit/blob/main/.docfx/Dockerfile.docfx