rbeauchamp / Swashbuckle.OData

Extends Swashbuckle with OData v4 support!
Other
129 stars 96 forks source link

Method not found: 'Flurl.Url Flurl.Url.AppendPathSegment(System.Object)' #180

Closed thomasd3 closed 4 years ago

thomasd3 commented 6 years ago

With the following code:

    var Url = new Uri(myurl);
        Content = await Url.ToString()
            .WithTimeout(60)
            .WithHeader("connection", "close")
            .AppendPathSegment(DayAPI)
            .GetStringAsync();

This is with .NET 4.7

Anyone else had that error?

mbullock976 commented 5 years ago

Yeah I've had this. Did you get this resolved?