2 instantiations of PythonEntrypointAnnotation
Aspire.Hosting.Python (2)
PythonAppResourceBuilderExtensions.cs (2)
368.WithAnnotation(new PythonEntrypointAnnotation 1061builder.WithAnnotation(new PythonEntrypointAnnotation
18 references to PythonEntrypointAnnotation
Aspire.Hosting.Python (8)
PythonAppResourceBuilderExtensions.cs (8)
442if (!context.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var entrypointAnnotation)) 877if (!builder.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var entrypointAnnotation)) 933if (!builder.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var entrypointAnnotation)) 1074if (!context.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var existingAnnotation))
Aspire.Hosting.Python.Tests (10)
AddPythonAppTests.cs (10)
219var entrypointAnnotation = resource.Annotations.OfType<PythonEntrypointAnnotation>().Single(); 931var entrypointAnnotation = resource.Annotations.OfType<PythonEntrypointAnnotation>().Single(); 950var entrypointAnnotation = resource.Annotations.OfType<PythonEntrypointAnnotation>().Single(); 969var entrypointAnnotation = resource.Annotations.OfType<PythonEntrypointAnnotation>().Single(); 1164var entrypointAnnotation = resource.Annotations.OfType<PythonEntrypointAnnotation>().Single();