-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error running fsdocs on .NET 5.0.100 SDK #620
Comments
I also am having trouble running fsdocs with .NET 5 installed. This looks relevant: https://docs.microsoft.com/en-us/dotnet/core/whats-new/dotnet-core-3-0#major-version-runtime-roll-forward. I tried specifying this on FsDocs but it's not enough to resolve the problem sadly
Among other things I think fsdocs needs to be updated to latest FSharp.Compiler.Service |
#621 should allow fsdocs to roll forward (I think). Will release it subject to CI etc. |
A workaround could be to install .net core 3.1 as I did here: fsprojects/FSharpPlus@a18ea7d |
Yup |
seems the exception is not gone in fsdocs 8.0 regardless of .net core version |
Hmmmm I'd say this is because references can't be found. #616 is likely the same problem |
yes, looks like it's a duplicate of #616 |
Environment
MacOS Big Sur with .net 5
Reproducing
fsdocs build
in the rootExpectations
Builds API reference automagically, like it described in the docs
Actual
It outputs some exceptions and generates no htmls in the
output
folderSystem.IO.DirectoryNotFoundException
because repository has no docs folder. Could be a simple warning likeDocs are not generated, because no docs folder found
The text was updated successfully, but these errors were encountered: