-
Notifications
You must be signed in to change notification settings - Fork 158
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
fsdocs cannot load XML generated by MSBuild #707
Comments
This looks like an F# compiler bug. Could you paste in the XML at this line please?
|
Line 10 <member name="M:FSharpx.Collections.ByteString.System.Collections.Generic.IEnumerable<System.Byte>.GetEnumerator"> |
I see, thanks, yes this is an F# compiler issue, using the wrong name (or not escaping it). Ideally it should not be emitting these in docs at all. In the meantime don't put |
Thank you, I did exactly this during migration but then decided to report the issue. It is rare, but can affect others. Should I open issue in dotnet/fsharp repo? |
During the migration of
FSharpx.Collection
to latest version offsdocs
I found that following xml commentgenerate xml docs that fsdocs cannot parse
it fails with error
here is minimal repo - https://github.com/sergey-tihon/fsdocs-generic-params
The text was updated successfully, but these errors were encountered: