TurtlePath.Template
1.6.6
See the version list below for details.
dotnet new install TurtlePath.Template@1.6.6
TurtlePath.Template
TurtlePath.Template is the official dotnet new template package for creating TurtlePath services.
Install
dotnet new install TurtlePath.Template
Create An API/Consumer Service
dotnet new turtlepath -n MyService --host api-consumer
Create A Job Service
dotnet new turtlepath -n MyJob --host job
Select TurtlePath Package Version
By default, the generated project uses the TurtlePath package version tested with this template release.
To generate a project with a specific TurtlePath package version, pass:
dotnet new turtlepath -n MyService --host api-consumer --turtlepath-version 1.6.3
The generated solution centralizes TurtlePath package references through TurtlePathVersion in Directory.Build.targets.
The current template release has been validated against TurtlePath 1.6.3.
Validate A Generated Project
dotnet restore
dotnet build
dotnet test
The generated project includes TurtlePath defaults for handlers, automations, exception handling, jobs, DataScorpio filtering, OctoMap mapping, Crabalidator validation, and testing foundations.
Transaction boundaries are registered through TurtlePath.Spider.Transactions using the generated Business and API assemblies explicitly, so test assemblies and unrelated loaded assemblies are not scanned.
The optional Pigeon integration uses Pigeon 2.4.0. When messaging is enabled, consumer throughput can be bounded with ConfigureConsumerExecution, using MaxConcurrency for parallel handler dispatch and QueueCapacity for the internal waiting queue. See the generated docs/Use Guide_en.md or docs/Use Guide_es.md for the complete configuration example.
Generated services also include turtlepath.template.json at the solution root. That file records the TurtlePath.Template package version used to create the service.
This package has no dependencies.
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 |
|---|---|---|
| 1.6.7 | 106 | 9/8/2026 |
| 1.6.6 | 181 | 8/19/2026 |
| 1.6.5 | 142 | 8/19/2026 |
| 1.6.4 | 144 | 8/14/2026 |
| 1.6.3 | 134 | 8/14/2026 |
| 1.6.2 | 138 | 8/13/2026 |
| 1.6.1 | 129 | 8/13/2026 |
| 1.6.0 | 180 | 8/12/2026 |
| 1.5.1 | 139 | 8/12/2026 |
| 1.5.0 | 139 | 8/12/2026 |
| 1.4.3 | 135 | 8/11/2026 |
| 1.4.2 | 132 | 8/11/2026 |
| 1.4.1 | 133 | 8/11/2026 |
| 1.4.0 | 148 | 8/10/2026 |