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

The website uses Bootstrap 2.2.1, an unsupported version and jquery is also legacy. Using a newer version has many advantages. For example, one can use more Bootstrap themes. And creating...

### Description Adding `type Stocks = CsvProvider` to `https://github.com/fsprojects/ProjectScaffold/blob/master/src/FSharp.ProjectTemplate/Library.fs` causes a FSharp.Formatting Error ### Repro steps Please provide the steps required to reproduce the problem 1.a Use `forge new scaffold`...

### Description After cloning and running ./build.sh I get a stack overflow during the initial. The project scaffolding is unusable. ### Repro steps 1. Clone project scaffold 2. Run .build.sh...

### Description Adding a nuget to the Test project using paket fails due to a conflict of FSharp.Core versions ### Repro steps 1. After cloning, run build as stated in...

So this is more of plead for more docs than an actual issue. I'm coming to F# from a lifetime of programming but virtually no .NET or Windows experience. In...

Yet again the dreaded SourceLink line ending obscure confusion strikes again The AppVeyor CI is failing becuase line endings don't match for the generated Library.fs

Starting the build script the first time the following message comes up: ``` # NOTE: Aside from the Project Name, you may leave any # of these blank, but you...

Manual process described in http://fsprojects.github.io/ProjectScaffold/tutorial.html#Release

### 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...