1 write to _project
Aspire.EndToEnd.Tests (1)
IntegrationServicesFixture.cs (1)
62
_project
= new AspireProject("TestProject", _testProjectPath, _testOutput, BuildEnvironment);
3 references to _project
Aspire.EndToEnd.Tests (3)
IntegrationServicesFixture.cs (3)
35
public AspireProject Project =>
_project
?? throw new InvalidOperationException("Project is not initialized");
112
if (
_project
is not null)
114
await
_project
.DisposeAsync();