2 instantiations of PythonEntrypointAnnotation
Aspire.Hosting.Python (2)
PythonAppResourceBuilderExtensions.cs (2)
336.WithAnnotation(new PythonEntrypointAnnotation 1017builder.WithAnnotation(new PythonEntrypointAnnotation
20 references to PythonEntrypointAnnotation
Aspire.Hosting.Python (10)
PythonAppResourceBuilderExtensions.cs (10)
410if (!context.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var entrypointAnnotation)) 819if (!builder.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var entrypointAnnotation)) 873if (!builder.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var entrypointAnnotation)) 932if (!ctx.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var annotation)) 1026if (!context.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var existingAnnotation))
Aspire.Hosting.Python.Tests (10)
AddPythonAppTests.cs (10)
218var entrypointAnnotation = resource.Annotations.OfType<PythonEntrypointAnnotation>().Single(); 895var entrypointAnnotation = resource.Annotations.OfType<PythonEntrypointAnnotation>().Single(); 914var entrypointAnnotation = resource.Annotations.OfType<PythonEntrypointAnnotation>().Single(); 933var entrypointAnnotation = resource.Annotations.OfType<PythonEntrypointAnnotation>().Single(); 1128var entrypointAnnotation = resource.Annotations.OfType<PythonEntrypointAnnotation>().Single();