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

Obscure documentation #281

Open cargoge opened 7 years ago

cargoge commented 7 years ago

Description

The documentation state that the user need to produce update one or two project file without sayng what should be modified and why.

src : NOTE: When you add projects to this directory, you will need to edit build.fsx and/or generate.fsx. You will also need to update your .sln file(s).

reach the page that documents the (structure of a scaffolded project)[http://fsprojects.github.io/ProjectScaffold/structure.html]

katepaulk commented 7 years ago

Seconded: I did what a normal visual studio user would do to add a project to the scaffold: browsed to the existing project via VS and connected them. Nothing I did could get the documentation for the added projects generating.

What eventually worked was this:

After this I got my build running and my documentation generated.

Please consider updating the documentation on adding projects to the scaffold (new projects and existing projects) because it will save a lot of wasted time for newcomers to the project scaffold.