XBullet.EasyTesting.Aspire
Starts Aspire application models, discovers resources and endpoints, and captures diagnostics.
<PackageReference Include="XBullet.EasyTesting.Aspire" Version="VERSION" />
Primary APIs
- AspireTestHost starts the fluent Aspire test workflow.
- AspireTestHostBuilder<TAppHost> configures startup and readiness.
- AspireTestApplication<TAppHost> accesses resources and owns shutdown.
See the Aspire guide.