9 references to WithTransformPathRemovePrefix
Aspire.Hosting.Tests (1)
ContainerTunnelTests.cs (1)
26conf.AddRoute("/servicea/{**catch-all}", servicea).WithTransformPathRemovePrefix("/servicea");
Aspire.Hosting.Yarp.Tests (2)
YarpConfigGeneratorTests.cs (1)
287.WithTransformPathRemovePrefix("/api");
YarpFunctionalTests.cs (1)
22.WithTransformPathRemovePrefix("/aspnetapp");
ExternalServices.AppHost (2)
AppHost.cs (2)
30c.AddRoute("/nuget/{**catchall}", nugetCluster).WithTransformPathRemovePrefix("/nuget"); 31c.AddRoute("/external-service/{**catchall}", externalService).WithTransformPathRemovePrefix("/external-service");
TestShop.AppHost (2)
AppHost.cs (2)
106.WithTransformPathRemovePrefix("/catalog"); 109.WithTransformPathRemovePrefix("/basket");
Yarp.AppHost (2)
Program.cs (2)
17.WithTransformPathRemovePrefix("/api"); 25.WithTransformPathRemovePrefix("/api");