I never got this error before, but now when I call this bit of the F# Data docs generation script:
Literate.ProcessDirectory
( dir, docTemplate, output @@ sub, replacements = ("root", root)::info,
layoutRoots = layoutRoots, fsiEvaluator = fsiEvaluator )
I get this error
error FS0192: internal error: null: GetTRefType
Get it both on VS2013 and VS2015. I tried to downgrade F# Formatting to previous version I used without issues, but now it doesn't work anymore. I have to idea of what's going on
Ideas?
I never got this error before, but now when I call this bit of the F# Data docs generation script:
I get this error
Get it both on VS2013 and VS2015. I tried to downgrade F# Formatting to previous version I used without issues, but now it doesn't work anymore. I have to idea of what's going on
Ideas?