1 write to _app
Aspire.Hosting.JavaScript.Tests (1)
NodeAppFixture.cs (1)
39_app = _builder.Build();
5 references to _app
Aspire.Hosting.JavaScript.Tests (5)
NodeAppFixture.cs (5)
21public DistributedApplication App => _app ?? throw new InvalidOperationException("DistributedApplication is not initialized."); 43await _app.StartAsync(cts.Token); 52if (_app is not null) 54await _app.StopAsync(); 55await _app.DisposeAsync();