Vincent Chen
Vincent Chen
Hi! I tried to pass different `x-forwarded-prefix` values to multiple backend paths on the ingress-nginx (v1.0.4) and Kubernetes (1.21.7) through the `nginx.ingress.kubernetes.io/x-forwarded-prefix` annotation as @DanSibbernsen's comment. ``` apiVersion: networking.k8s.io/v1 kind:...
I've tried to make use of the [`CaptureStartupErrors`](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/host/web-host#capture-startup-errors) configuration to generate OpenAPI/Swagger spec in spite of the `ConfigureServices` method throws (eg StackExchange.Redis.RedisConnectionException). - Set with `CaptureStartupErrors` ```csharp public static IHostBuilder...