Expecto.Template
17.0.1
dotnet new install Expecto.Template@17.0.1
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 restoredotnet runordotnet watch runordotnet testordotnet watch test
How it works?
-
net10.0
- FSharp.Core (>= 10.0.109)
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.1 | 132 | 6/11/2026 |
| 17.0.0 | 766 | 9/19/2025 |
| 16.0.0 | 1,048 | 3/25/2025 |
| 15.0.0 | 2,855 | 11/20/2022 |
| 14.0.0 | 799 | 11/20/2022 |
| 13.0.1 | 4,507 | 4/22/2020 |
| 13.0.0 | 1,092 | 4/5/2020 |
| 12.0.0 | 1,380 | 11/15/2019 |
| 11.0.0 | 1,426 | 7/4/2019 |
| 10.0.0 | 2,309 | 9/18/2018 |
| 9.0.0 | 2,826 | 5/8/2018 |
| 8.3.0 | 2,513 | 4/8/2018 |
| 8.2.0 | 2,721 | 4/6/2018 |
| 8.1.0 | 2,546 | 4/5/2018 |
| 8.0.0 | 3,218 | 3/14/2018 |
| 7.0.0 | 2,483 | 3/10/2018 |
| 7.0.0-RC | 1,715 | 10/22/2017 |
| 6.0.0 | 2,979 | 9/30/2017 |
| 5.0.0 | 2,964 | 6/17/2017 |
| 5.0.0-beta1 | 2,634 | 4/24/2017 |
Loading failed
- Update to Expecto 11 and Microsoft.NET.Test.Sdk 18

