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

Expose IDistributedApplicationEventing on IDistributedApplicationTestingBuilder #6681

Closed DamianEdwards closed 4 days ago

DamianEdwards commented 1 week ago

It's not possible to use the new eventing system from tests utilizing IDistributedApplicationTestingBuilder right now as the IDistributedApplicationEventing instance from the inner app host builder is not exposed.