1 write to CreateVenvIfNotExists
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
887env.CreateVenvIfNotExists = createIfNotExists;
3 references to CreateVenvIfNotExists
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
1510if (!pythonEnv.CreateVenvIfNotExists)
Aspire.Hosting.Python.Tests (2)
AddPythonAppTests.cs (2)
2152Assert.True(envAnnotation.CreateVenvIfNotExists); 2182Assert.False(envAnnotation.CreateVenvIfNotExists);