fsprojects / ProjectScaffold

A prototypical .NET solution (file system layout and tooling), recommended for F# projects
http://fsprojects.github.io/ProjectScaffold
The Unlicense
515 stars 154 forks source link

WIP: Potential fix for Mac issues #332 #335

Closed jeremyabbott closed 5 years ago

jeremyabbott commented 5 years ago

Potential fix for #332 I could not get Mac builds to work via dotnet build <ProjectName>.sln. However, using MSBuild worked. I added an explicit target for Restore because I needed the assets generated by a restore to be in the proj/obj folders. After fixing the build, I couldn't get Expecto to run without invoking it via mono. Generating project docs isn't working now. Fixing that next.

jeremyabbott commented 5 years ago

@jackfoxy I tested this on both Mac and Windows and was able to get docs to generate from a clean start.