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