1 write to CreateVenvIfNotExists
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
836env.CreateVenvIfNotExists = createIfNotExists;
3 references to CreateVenvIfNotExists
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
1455if (!pythonEnv.CreateVenvIfNotExists)
Aspire.Hosting.Python.Tests (2)
AddPythonAppTests.cs (2)
2097Assert.True(envAnnotation.CreateVenvIfNotExists); 2127Assert.False(envAnnotation.CreateVenvIfNotExists);