1 write to _app
Aspire.Hosting.Tests (1)
TestProgramFixture.cs (1)
30_app = _testProgram.Build();
5 references to _app
Aspire.Hosting.Tests (5)
TestProgramFixture.cs (5)
20public DistributedApplication App => _app ?? throw new InvalidOperationException("DistributedApplication is not initialized."); 34await _app.StartAsync(cts.Token); 41if (_app != null) 43await _app.StopAsync(); 44await _app.DisposeAsync();