Project template availability
Last updated:
The accepted artifact model reserves Trombetta.SaaS.Templates as the dotnet new tooling package for the official Initial MVP application.
Warning
No supported installation command is available. Do not publish, install, or depend on a locally packed template project as though it were a Helium release.
Current state
The repository contains a packable Trombetta.SaaS.Templates project whose current responsibility is to reserve the future tooling artifact boundary. The engineering project-structure record identifies it as a future template package with no runtime project references.
The project does not yet establish:
- a template short name;
- generated application content;
- template parameters;
- application package references;
- local configuration examples;
- container files;
- template installation or uninstall commands;
- generated-application build and startup evidence;
- release compatibility metadata.
Release requirements
Installation instructions can be published only after the release process provides:
- a coordinated set of consumer packages;
- a complete template package;
- a documented template identifier and parameters;
- automated generated-application restore, build, migration, and startup tests;
- exact release compatibility information;
- package provenance and release notes;
- a supported upgrade path.
What not to do
Do not:
- reference the template project directly from an application;
- infer a template short name from the package ID;
- use repository build output as a supported package feed;
- copy framework source or migrations into a consumer application;
- document placeholder commands that have not been tested against published artifacts.
Follow availability
Template availability will be announced through:
- What’s new;
- release notes for the first published consumer version;
- an updated Get started tutorial;
- the package and compatibility reference.
Next steps
Review the supported application model and product limitations.