1 write to CreateVenvIfNotExists
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
894
env.
CreateVenvIfNotExists
= createIfNotExists;
3 references to CreateVenvIfNotExists
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
1507
if (!pythonEnv.
CreateVenvIfNotExists
)
Aspire.Hosting.Python.Tests (2)
AddPythonAppTests.cs (2)
2298
Assert.True(envAnnotation.
CreateVenvIfNotExists
);
2328
Assert.False(envAnnotation.
CreateVenvIfNotExists
);