[IGNORE] Run playground tests using Hosting.Testing, similar to aspire-samples#4850
Closed
radical wants to merge 162 commits intomicrosoft:mainfrom
Closed
[IGNORE] Run playground tests using Hosting.Testing, similar to aspire-samples#4850radical wants to merge 162 commits intomicrosoft:mainfrom
radical wants to merge 162 commits intomicrosoft:mainfrom
Conversation
commit 3d1983c Author: Ankit Jain <radical@gmail.com> Date: Wed Jul 3 00:35:31 2024 -0400 add missing file commit 770dc92 Author: Ankit Jain <radical@gmail.com> Date: Wed Jul 3 00:32:56 2024 -0400 fix build commit fa351b1 Author: Ankit Jain <radical@gmail.com> Date: Wed Jul 3 00:32:06 2024 -0400 fix commit b57a1ce Author: Ankit Jain <radical@gmail.com> Date: Wed Jul 3 00:31:45 2024 -0400 fix build
commit c680699 Merge: 9e48bf0 8b603ea Author: Ankit Jain <radical@gmail.com> Date: Fri Jul 26 18:14:38 2024 -0400 Merge remote-tracking branch 'origin/main' into playground-tests-prep commit 9e48bf0 Author: Ankit Jain <radical@gmail.com> Date: Fri Jul 26 18:14:29 2024 -0400 Fix up import conditions commit b1726a2 Author: Ankit Jain <radical@gmail.com> Date: Fri Jul 26 17:54:59 2024 -0400 Update Aspire.sln to track the project name changes commit 8b603ea Author: Ankit Jain <radical@gmail.com> Date: Fri Jul 26 14:57:19 2024 -0400 Fix Azure Storage `RunAsEmulator` (microsoft#5084) * [tests] Add AzureStorageEmulatorFunctionalTests * Bump azurite from 3.30.0 to 3.31.0 Issue: microsoft#5078 * Address PR feedback --------- Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com> commit bc27dba Author: Ankit Jain <radical@gmail.com> Date: Thu Jul 25 18:20:53 2024 -0400 [playground] Update all ProjectReferences to AspireProjectOrPackageReference. And skip Dashboard.csproj when building for testing commit 13a1550 Author: Ankit Jain <radical@gmail.com> Date: Thu Jul 25 17:26:42 2024 -0400 [playground] Add top level Directory.Build.{props,targets} And use Aspire.RepoTesting.* to allow testing and this replaces the per-project sdk imports. commit 6d84aee Author: Ankit Jain <radical@gmail.com> Date: Thu Jul 25 17:31:49 2024 -0400 [playground] Rename AppHost projects to be named consistently .. with `.AppHost` suffix. `Aspire.Hosting.Testing` specifically looks for a `.AppHost` suffix to identify apphost assemblies. commit 2a2e2b9 Author: Ankit Jain <radical@gmail.com> Date: Thu Jul 25 17:27:06 2024 -0400 [playground] remove all the per-project Directory.Build.{props,targets} # Conflicts: # playground/Directory.Build.props # playground/Directory.Build.targets # playground/dapr/AppHost/DaprAppHost.csproj # playground/dapr/AppHost/Program.cs # playground/dapr/AppHost/Properties/launchSettings.json # playground/dapr/AppHost/aspire-manifest.json # playground/dapr/Dapr.AppHost/Dapr.AppHost.csproj # playground/dapr/Dapr.AppHost/Program.cs # playground/dapr/Dapr.AppHost/Properties/launchSettings.json # playground/dapr/Dapr.AppHost/appsettings.json # playground/dapr/Dapr.AppHost/aspire-manifest.json # playground/dapr/dapr.AppHost/Dapr.AppHost.csproj # playground/dapr/dapr.AppHost/Program.cs # playground/dapr/dapr.AppHost/Properties/launchSettings.json # playground/dapr/dapr.AppHost/appsettings.json # playground/dapr/dapr.AppHost/aspire-manifest.json # playground/orleans/OrleansAppHost/appsettings.json
# Conflicts: # Aspire.sln
.. `playground` `AppHost` projects by default, instead of doing that individually in the project files.
.. automatically on `@(AspireProjectOrPackageReference)` items used in `AppHost` projects.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Microsoft Reviewers: Open in CodeFlow