Support categorization in running the AppHost
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
Say you intend to run some or the projects (but not all) in some configuration and have it named. e.g. Backend. Which may contain databases, cache and Apis.
This would make it easier to work with some certain testing (and later possibly deployment scenareos), where you do not want to spin up new services, but have certain services remain running which you test some behaviours. An example would be I may not wany to spin up a new DB and Background service just cause I need to preserve the data I used before.
So effectively its
1. A feature that would allow for run configurations.
2. Deployment configurations. e.g Deploy "Backend to Region 1 gradually/immediate"
3. Run "Integration Tests" configuration
Contributor guide
Assessment
This issue has not been assessed yet.