1 write to _testProgram
Aspire.Hosting.Tests (1)
TestProgramFixture.cs (1)
28_testProgram = CreateTestProgram();
3 references to _testProgram
Aspire.Hosting.Tests (3)
TestProgramFixture.cs (3)
18public TestProgram TestProgram => _testProgram ?? throw new InvalidOperationException("TestProgram is not initialized."); 30_app = _testProgram.Build(); 47_testProgram?.Dispose();