Salt.Microservices.Templates
2026.703.1610
dotnet new install Salt.Microservices.Templates@2026.703.1610
This package contains a .NET Template Package you can call from the shell/command line.
SALT Microservice Templates
Modern dotnet new templates for production-ready ASP.NET Core microservices.
Included Templates
saltwebapi- an ASP.NET Core Web API microservice template for .NET 10.
The template includes:
- OpenAPI generation and Scalar API reference UI;
- API versioning;
- PostgreSQL and EF Core wiring;
- health checks;
- OpenTelemetry-based observability;
- structured logging examples;
- static analyzers and Sonar-friendly configuration;
- unit, contract, and integration test project layout;
- Testcontainers-ready integration tests;
- coverage collection and coverage gate scripts;
- Gitleaks-based secret scanning;
- GitLab CI/CD example;
- Dockerfiles and publish scripts.
Install
From NuGet:
dotnet new install Salt.Microservices.Templates
From a local package:
dotnet new install ./Salt.Microservices.Templates.1.0.0.nupkg
Create A Service
mkdir MyService
cd MyService
dotnet new saltwebapi
Build This Template Package
dotnet pack --configuration Release
With an explicit package version:
dotnet pack --configuration Release -p:PackageVersion=2026.0702.1
Publish
dotnet nuget push ./bin/Release/Salt.Microservices.Templates.<version>.nupkg \
--source https://api.nuget.org/v3/index.json \
--api-key <NUGET_API_KEY>
Uninstall
dotnet new uninstall Salt.Microservices.Templates
-
net10.0
- 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 |
|---|---|---|
| 2026.703.1610 | 280 | 7/3/2026 |
| 2026.703.1335 | 173 | 7/3/2026 |
| 2026.703.924 | 166 | 7/3/2026 |
| 2026.702.1007 | 175 | 7/2/2026 |
| 2026.702.956 | 157 | 7/2/2026 |
| 2026.701.1058 | 165 | 7/1/2026 |
| 2026.630.1459 | 162 | 6/30/2026 |
| 2025.1022.1334 | 510 | 10/22/2025 |
| 2023.111.1557 | 1,539 | 1/11/2023 |
| 2023.111.1249 | 759 | 1/11/2023 |
| 2021.1217.1533 | 919 | 12/17/2021 |
| 2021.1217.755 | 436 | 12/17/2021 |
| 2021.1112.1354 | 464 | 11/12/2021 |
| 2021.1108.1242 | 455 | 11/8/2021 |
| 2021.1108.1241 | 445 | 11/8/2021 |
| 2021.1108.1240 | 476 | 11/8/2021 |
| 2021.1021.921 | 537 | 10/21/2021 |
| 2021.1018.1131 | 517 | 10/18/2021 |
| 2021.1018.1114 | 515 | 10/18/2021 |
| 2021.1018.1113 | 503 | 10/18/2021 |
Loading failed