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