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)
22
public DistributedApplication App =>
_app
?? throw new InvalidOperationException("DistributedApplication is not initialized.");
45
await
_app
.StartAsync(cts.Token);
54
if (
_app
is not null)
56
await
_app
.StopAsync();
57
await
_app
.DisposeAsync();