Skip to content

ProxyRoute - Match, Cluster - Destinations are read only in latest package #732

Answered by Tratcher
npalla asked this question in Q&A
Discussion options

You must be logged in to vote

The repo samples use the latest checked in version. For the released previews you should check the docs or the samples from that release branch.

new ProxyRoute()
{
RouteId = "route1",
ClusterId = "cluster1",
Match =
{
Path = "{**catch-all}"
}

There was a breaking change here for preview 9 to use C# 9 record types. You can try that by downloading the daily builds from here:
https://github.com/microsoft/reverse-proxy/blob/main/docs/DailyBuilds.md

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@npalla-tyler
Comment options

Answer selected by npalla
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants