Runbook
Operational fundamentals are inherited from the Base Template. Entitlements specifics:
Common tasks
| Task |
Command |
| Build |
dotnet build ConnectSoft.Saas.EntitlementsTemplate.slnx |
| Run host |
dotnet run --project src/ConnectSoft.Saas.Entitlements.Application |
| Test |
dotnet test |
| Migrations |
MicroserviceMigration (3-table schema) + SampleEntitlementSeed |
Troubleshooting
| Symptom |
Likely cause |
Action |
| Restore fails on catalog messaging package |
Feed missing 1.0.2 |
Ensure feed has ConnectSoft.Saas.ProductsCatalog.MessagingModel 1.0.2 |
| Second draft rejected |
One-per-tenant invariant |
EntitlementAlreadyExistsForTenantException is expected |
| Assign-edition rejected |
Entitlement not active |
Activate first (EditionAssignmentRequiresActiveEntitlementException) |
| Retired products still assigned |
Reaction saga not receiving events |
Verify transport delivers catalog.domain.v1.product-retired |
See also