fsprojects-archive / zzarchive-FSharp.Desktop.UI

F# MVC framework for WPF.
http://fsprojects.github.io/FSharp.Desktop.UI/
Other
81 stars 21 forks source link

Corrected references in generate.fsx; fixes #19 #20

Closed TeaDrivenDev closed 8 years ago

TeaDrivenDev commented 8 years ago

RazorEngine.dll and System.Web.Razor.dll are included in FSharp.Formatting, so there are no packages explicitly installed for those. Also, an #I directive for FSharpVSPowerTools.Core was missing.

After correcting those references, the GenerateDocs target now runs without error.

This fixes #19.

The Travis build is failing, but as that is apparently for Mono, it will have to, lacking the WPF assemblies.

dmitry-a-morozov commented 8 years ago

@TeaDrivenDev I appreciate your help. Those changes were submitted by maestro @forki himself https://github.com/fsprojects/FSharp.Desktop.UI/pull/12 so I never dared to question it. P.S. Have a nice holidays ! Thank you again.

forki commented 8 years ago

I guess you should disable mono build as well then