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