2 instantiations of PythonEntrypointAnnotation
Aspire.Hosting.Python (2)
PythonAppResourceBuilderExtensions.cs (2)
381.WithAnnotation(new PythonEntrypointAnnotation 1086builder.WithAnnotation(new PythonEntrypointAnnotation
20 references to PythonEntrypointAnnotation
Aspire.Hosting.Python (10)
PythonAppResourceBuilderExtensions.cs (10)
455if (!context.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var entrypointAnnotation)) 888if (!builder.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var entrypointAnnotation)) 942if (!builder.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var entrypointAnnotation)) 1001if (!ctx.Resource.TryGetLastAnnotation<PythonEntrypointAnnotation>(out var annotation)) 1095if (!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();