dennix
dennix
Hi, is it possible to use RegEx in UpstreamPathTemplate? `{ "ReRoutes": [ { "DownstreamPathTemplate": "/api/report/get?reportid={reportId}", "DownstreamScheme": "http", "DownstreamHostAndPorts": [ { "Host": "localhost", "Port": 5001 } ], "UpstreamPathTemplate": "/get?reportid={reportId}" // all...
Hi, i am getting a warning on every line in XAML Code with DataGrid Extension.  This screenshot is from your SampleProject. The Extension works with no problems, but with...