Expecto.Template
17.0.0
dotnet new install Expecto.Template::17.0.0
This package contains a .NET Template Package you can call from the shell/command line.
Expecto .NET Template
It's a template for Expecto F# test library.
How to use it?
- install template as a .NET template from nuget
- install template as a .NET template locally
How to install it as a template from NuGet?
- run
dotnet new -i Expecto.Template
- create a new project executing
dotnet new expecto -n PROJECT_NAME -o FOLDER_NAME -lang F#
How to install it as a template locally?
- download repository
- run command
dotnet new -i PATH
, where PATH is a path to a folder where project is located - create new project executing
dotnet new expecto -n PROJECT_NAME -o FOLDER_NAME -lang F#
(since there is a known issue in dotnet cli-lang F#
parameter is currently required) dotnet restore
dotnet run
ordotnet watch run
ordotnet test
ordotnet watch test
How it works?
-
net6.0
- FSharp.Core (>= 6.0.7)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
17.0.0 | 142 | 9/19/2025 |
16.0.0 | 708 | 3/25/2025 |
15.0.0 | 2,482 | 11/20/2022 |
14.0.0 | 453 | 11/20/2022 |
13.0.1 | 4,129 | 4/22/2020 |
13.0.0 | 692 | 4/5/2020 |
12.0.0 | 997 | 11/15/2019 |
11.0.0 | 1,047 | 7/4/2019 |
10.0.0 | 1,941 | 9/18/2018 |
9.0.0 | 1,806 | 5/8/2018 |
8.3.0 | 1,529 | 4/8/2018 |
8.2.0 | 1,742 | 4/6/2018 |
8.1.0 | 1,573 | 4/5/2018 |
8.0.0 | 1,945 | 3/14/2018 |
7.0.0 | 1,518 | 3/10/2018 |
7.0.0-RC | 1,424 | 10/22/2017 |
6.0.0 | 1,977 | 9/30/2017 |
5.0.0 | 1,976 | 6/17/2017 |
5.0.0-beta1 | 1,630 | 4/24/2017 |
1.0.0-beta1 | 1,469 | 4/17/2017 |
- Create the project in a new folder if -n is specified
- Bump default target framework to net9.0