1 write to CreateVenvIfNotExists
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
908env.CreateVenvIfNotExists = createIfNotExists;
3 references to CreateVenvIfNotExists
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
1527if (!pythonEnv.CreateVenvIfNotExists)
Aspire.Hosting.Python.Tests (2)
AddPythonAppTests.cs (2)
2118Assert.True(envAnnotation.CreateVenvIfNotExists); 2148Assert.False(envAnnotation.CreateVenvIfNotExists);