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