ProjectScaffold icon indicating copy to clipboard operation
ProjectScaffold copied to clipboard

A prototypical .NET solution (file system layout and tooling), recommended for F# projects

Results 64 ProjectScaffold issues
Sort by recently updated
recently updated
newest added

From a clear clone on OSX 10.9.3 + Mono 3.4.0, after having setup the project info through build.sh, I run build.sh ReleaseDoc and I get the following error: fsharpi --define:RELEASE...

https://readthedocs.org is a collation site for docs for projects. Maybe we could investigate what it would take to take the docs generated by project scaffold (and the FSharp.Formatting) package and...

In the generateHelp method in the build.template file https://github.com/fsprojects/ProjectScaffold/blob/master/build.template#L185 ``` fsharp let generateHelp fail = if executeFSIWithArgs "docs/tools" "generate.fsx" ["--define:RELEASE"; "--define:HELP"] [] then traceImportant "Help generated" else if fail then...

Right now, the title reads: > A prototypical .NET solution (file system layout and tooling), recommended by the F# Foundation. Would >Prototypical .NET solution: file system layout, package management and...

The links in index.fsx are hard coded to fsprojects/FSharp.ProjectScaffold https://github.com/fsprojects/ProjectScaffold/blob/master/docs/content/index.fsx#L62-L66 ``` [content]: https://github.com/fsprojects/FSharp.ProjectScaffold/tree/master/docs/content [gh]: https://github.com/fsprojects/FSharp.ProjectScaffold [issues]: https://github.com/fsprojects/FSharp.ProjectScaffold/issues [readme]: https://github.com/fsprojects/FSharp.ProjectScaffold/blob/master/README.md [license]: https://github.com/fsprojects/FSharp.ProjectScaffold/blob/master/LICENSE.txt ``` Init.fsx should change this file in order to...

On the latest version, I took a clean download, ran build.cmd with some project name. It correctly built and generated everything. However, the paths to both the "style.css" and "tips.js"...

up-for-grabs

As a part of #22 the .nuspec file should have been templated and renamed. This issue captures that work item. I believe that testing this manually would simply involve running...

See https://github.com/fsprojects/Paket/commit/68704bcbb11cece54d363b3ee2099d5d6e2a3409 and https://github.com/fsprojects/Paket/commit/d33887d0292ef6487f2bcb74b0e6e81a39d6f496#diff-6074983490330a0aac1bd23c958232d7R282 It would not be that hard. If we want to do it.

question

I did some improvements to the documentation tests in F# Data and added this to Deedle, so I think that is another nice feature that could be included in the...

enhancement

We added this to Deedle: https://github.com/BlueMountainCapital/Deedle/blob/master/build.fsx#L199 It automatically creates a github tag for the current version every time you run `build Release`.