Commit 232e434
authored
Prepare playground apps to allow testing (#5080)
This PR has changes to prepare the `playground/` apps to be run as part of future tests in `Aspire.Playground.Tests`. The changes follow these broad patterns:
- remove all the per-project `Directory.Build.{props,targets}`, and instead of these ..
- .. add root `Directory.Build.{props,targets}` and use `Aspire.RepoTesting.*`
- And update all the playground projects to use `AspireProjectOrPackageReference` instead of `ProjectReference`
- `Aspire.Hosting.Testing` expects to identify AppHost assemblies by a name ending in `.AppHost`.
- rename some projects that don't follow that convention.
- Update the apps to use `Aspire.RepoTesting*` which allows building outside of repo.
- Address review feedbacks from @ eerhardt1 parent d8369e0 commit 232e434
File tree
167 files changed
+350
-874
lines changed- playground
- AWS
- AWS.AppHost
- AWS.ServiceDefaults
- AspireEventHub
- EventHubs.AppHost
- EventHubsApi
- EventHubsConsumer
- AzureSearchEndToEnd
- AzureSearch.ApiService
- AzureSearch.AppHost
- AzureStorageEndToEnd
- AzureStorageEndToEnd.ApiService
- AzureStorageEndToEnd.AppHost
- CosmosEndToEnd
- CosmosEndToEnd.ApiService
- CosmosEndToEnd.AppHost
- CustomResources/CustomResources.AppHost
- DatabaseMigration
- DatabaseMigration.ApiService
- DatabaseMigration.AppHost
- DatabaseMigration.MigrationService
- Elasticsearch
- Elasticsearch.ApiService
- Elasticsearch.AppHost
- OpenAIEndToEnd
- OpenAIEndToEnd.AppHost
- OpenAIEndToEnd.WebStory
- ParameterEndToEnd
- ParameterEndToEnd.ApiService
- ParameterEndToEnd.AppHost
- Playground.ServiceDefaults
- PostgresEndToEnd
- PostgresEndToEnd.ApiService
- PostgresEndToEnd.AppHost
- ProxylessEndToEnd
- ProxylessEndToEnd.ApiService
- ProxylessEndToEnd.AppHost
- Qdrant
- Qdrant.ApiService
- Qdrant.AppHost
- SqlServerEndToEnd
- SqlServerEndToEnd.ApiService
- SqlServerEndToEnd.AppHost
- Stress
- Stress.AppHost
- Stress.TelemetryService
- TestShop
- ApiGateway
- AppHost
- BasketService
- CatalogModel
- MyFrontend
- OrderProcessor
- ServiceDefaults
- TestShop.AppHost
- Properties
- bicep
- BicepSample.ApiService
- BicepSample.AppHost
- cdk
- CdkSample.ApiService
- CdkSample.AppHost
- dapr
- AppHost
- Dapr.AppHost
- Properties
- kafka
- Consumer
- KafkaBasic.AppHost
- Producer
- keycloak
- Keycloak.ApiService
- Keycloak.AppHost
- Keycloak.Web
- milvus
- MilvusPlayground.ApiService
- MilvusPlayground.AppHost
- mongo
- Mongo.ApiService
- Mongo.AppHost
- mysql
- MySql.ApiService
- MySqlDb.AppHost
- nats
- Nats.ApiService
- Nats.AppHost
- Nats.Backend
- orleans
- Orleans.AppHost
- Properties
- OrleansAppHost
- OrleansClient
- OrleansServer
- OrleansServiceDefaults
- python/Python.AppHost
- seq
- Seq.AppHost
- Seq.ServiceDefaults
- signalr
- SignalR.AppHost
- Properties
- SignalRAppHost
- webpubsub
- WebPubSub.AppHost
- Properties
- WebPubSubAppHost
- WebPubSubWeb
- withdockerfile/WithDockerfile.AppHost
- tests
- testproject/TestProject.AppHost
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
167 files changed
+350
-874
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
This file was deleted.
This file was deleted.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments