2 instantiations of PythonEntrypointAnnotation
Aspire.Hosting.Python (2)
PythonAppResourceBuilderExtensions.cs (2)
250.WithAnnotation(new PythonEntrypointAnnotation 601builder.WithAnnotation(new PythonEntrypointAnnotation
18 references to PythonEntrypointAnnotation
Aspire.Hosting.Python (8)
PythonAppResourceBuilderExtensions.cs (8)
329if (!ctx.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var annotation)) 375if (!context.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var entrypointAnnotation)) 524if (!builder.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var entrypointAnnotation)) 610if (!context.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var existingAnnotation))
Aspire.Hosting.Python.Tests (10)
AddPythonAppTests.cs (10)
212var entrypointAnnotation = resource.Annotations.OfType<PythonEntrypointAnnotation>().Single(); 620var entrypointAnnotation = resource.Annotations.OfType<PythonEntrypointAnnotation>().Single(); 639var entrypointAnnotation = resource.Annotations.OfType<PythonEntrypointAnnotation>().Single(); 658var entrypointAnnotation = resource.Annotations.OfType<PythonEntrypointAnnotation>().Single(); 853var entrypointAnnotation = resource.Annotations.OfType<PythonEntrypointAnnotation>().Single();