1 write to _testProgram
Aspire.Hosting.Tests (1)
TestProgramFixture.cs (1)
29_testProgram = CreateTestProgram();
3 references to _testProgram
Aspire.Hosting.Tests (3)
TestProgramFixture.cs (3)
19public TestProgram TestProgram => _testProgram ?? throw new InvalidOperationException("TestProgram is not initialized."); 31_app = _testProgram.Build(); 48_testProgram?.Dispose();