2 instantiations of PythonEntrypointAnnotation
Aspire.Hosting.Python (2)
PythonAppResourceBuilderExtensions.cs (2)
384.WithAnnotation(new PythonEntrypointAnnotation 1089builder.WithAnnotation(new PythonEntrypointAnnotation
20 references to PythonEntrypointAnnotation
Aspire.Hosting.Python (10)
PythonAppResourceBuilderExtensions.cs (10)
458if (!context.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var entrypointAnnotation)) 891if (!builder.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var entrypointAnnotation)) 945if (!builder.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var entrypointAnnotation)) 1004if (!ctx.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var annotation)) 1098if (!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();