That is strange, the necessary flags should be automatically added by Zafir.FSharp.targets. Would it be possible to send your .fsproj file through pastebin or something like that, to see if there's anything wrong with it?

By on 11/14/2016 2:34 AM ()

I just created a new Library project (New/Project.../Zafir/Library). Initially OtherFlags is not in .fsproj. Now if I set it using VS project Properties, OtherFlags is set, but --wsoutput is not defined.

I just found that if I add an option to the end

--ws:"Library" --project:"..." => --ws:"Library" --project:"..." --wsoutput:"..."

you get the problems described above. If you add it elsewhere

--ws:"Library" --project:"..." => --ws:"Library" --wsoutput:"..." --project:"..."

The problem seems to go away...?

By on 11/14/2016 1:05 PM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper