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