Open lfn3 opened 9 years ago
This looks you compile razor templates with a different version of FSharp.Formatting than what you are using at execution time. As normally you should get a TemplateCompilationException
for such things. Have you multiple versions of FSharp.Formatting laying around? Is this a clean ProjectScaffold
project? Do you have a repro?
It was a clean pull, I didn't change any code aside from the package version lock thing in #156.
I did have some issues pulling the packages (intermittent failures during download) but that shouldn't have resulted in multiple copies of the same package... right?
In any case, I'll try another pull and let you know if the same issue occurs.
It works fine with mono 4.0.2.
After trying the fix in #156, which got me past the error described there, I ran into this:
At the "Generating Reference Documentation" step.
This is under Mono 3.2.8, FSharp 3.0 and nuget 2.8.60318.667
I'm not really sure how to debug it further, I'm only really just getting started with F#.