2 references to IngressProfileTypeFullName
Aspire.Hosting.Azure.Kubernetes (2)
AksPreviewIngressProfileInjector.cs (2)
176if (ipInstance.GetType().FullName != IngressProfileTypeFullName) 178throw new InvalidOperationException($"Expected IngressProfile to be a {IngressProfileTypeFullName} but found {ipInstance.GetType().FullName}.");