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 | 92 | 6/11/2026 |
| 17.0.0 | 745 | 9/19/2025 |
| 16.0.0 | 1,026 | 3/25/2025 |
| 15.0.0 | 2,834 | 11/20/2022 |
| 14.0.0 | 779 | 11/20/2022 |
| 13.0.1 | 4,484 | 4/22/2020 |
| 13.0.0 | 1,071 | 4/5/2020 |
| 12.0.0 | 1,360 | 11/15/2019 |
| 11.0.0 | 1,406 | 7/4/2019 |
| 10.0.0 | 2,289 | 9/18/2018 |
| 9.0.0 | 2,767 | 5/8/2018 |
| 8.3.0 | 2,457 | 4/8/2018 |
| 8.2.0 | 2,664 | 4/6/2018 |
| 8.1.0 | 2,489 | 4/5/2018 |
| 8.0.0 | 3,144 | 3/14/2018 |
| 7.0.0 | 2,426 | 3/10/2018 |
| 7.0.0-RC | 1,710 | 10/22/2017 |
| 6.0.0 | 2,922 | 9/30/2017 |
| 5.0.0 | 2,907 | 6/17/2017 |
| 5.0.0-beta1 | 2,578 | 4/24/2017 |
Loading failed
- Update to Expecto 11 and Microsoft.NET.Test.Sdk 18

