2 instantiations of PythonEntrypointAnnotation
Aspire.Hosting.Python (2)
PythonAppResourceBuilderExtensions.cs (2)
362.WithAnnotation(new PythonEntrypointAnnotation 1070builder.WithAnnotation(new PythonEntrypointAnnotation
20 references to PythonEntrypointAnnotation
Aspire.Hosting.Python (10)
PythonAppResourceBuilderExtensions.cs (10)
436if (!context.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var entrypointAnnotation)) 870if (!builder.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var entrypointAnnotation)) 925if (!builder.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var entrypointAnnotation)) 984if (!ctx.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var annotation)) 1079if (!context.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var existingAnnotation))
Aspire.Hosting.Python.Tests (10)
AddPythonAppTests.cs (10)
218var entrypointAnnotation = resource.Annotations.OfType<PythonEntrypointAnnotation>().Single(); 929var entrypointAnnotation = resource.Annotations.OfType<PythonEntrypointAnnotation>().Single(); 948var entrypointAnnotation = resource.Annotations.OfType<PythonEntrypointAnnotation>().Single(); 967var entrypointAnnotation = resource.Annotations.OfType<PythonEntrypointAnnotation>().Single(); 1162var entrypointAnnotation = resource.Annotations.OfType<PythonEntrypointAnnotation>().Single();