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