dotnet / aspire

Tools, templates, and packages to accelerate building observable, production-ready apps
https://learn.microsoft.com/dotnet/aspire
MIT License
3.93k stars 480 forks source link

Extract EventHubs and Cosmos Tests from EndToEndTests and into Aspire.Hosting.Azure.Tests #6538

Closed eerhardt closed 3 weeks ago

eerhardt commented 4 weeks ago

Description

Refactor the EndToEnd tests to no longer have a dependency on Azure integrations. Because the Aspire.Hosting.Tests project references the EndToEnd TestProject.AppHost, this means all our tests are referencing Azure integration libraries for no reason.

This simplifies the EndToEnd tests.

Microsoft Reviewers: Open in CodeFlow