2 instantiations of PythonEntrypointAnnotation
Aspire.Hosting.Python (2)
PythonAppResourceBuilderExtensions.cs (2)
358.WithAnnotation(new PythonEntrypointAnnotation 1063builder.WithAnnotation(new PythonEntrypointAnnotation
20 references to PythonEntrypointAnnotation
Aspire.Hosting.Python (10)
PythonAppResourceBuilderExtensions.cs (10)
432if (!context.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var entrypointAnnotation)) 865if (!builder.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var entrypointAnnotation)) 919if (!builder.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var entrypointAnnotation)) 978if (!ctx.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var annotation)) 1072if (!context.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var existingAnnotation))
Aspire.Hosting.Python.Tests (10)
AddPythonAppTests.cs (10)
218var entrypointAnnotation = resource.Annotations.OfType<PythonEntrypointAnnotation>().Single(); 918var entrypointAnnotation = resource.Annotations.OfType<PythonEntrypointAnnotation>().Single(); 937var entrypointAnnotation = resource.Annotations.OfType<PythonEntrypointAnnotation>().Single(); 956var entrypointAnnotation = resource.Annotations.OfType<PythonEntrypointAnnotation>().Single(); 1151var entrypointAnnotation = resource.Annotations.OfType<PythonEntrypointAnnotation>().Single();