Todd Menier

Results 180 comments of Todd Menier

Closing because I'm pretty sure #758 addresses the need here. Feel free to re-open for further discussion if you disagree.

Excellent. Yeah I can see how the STJ switch may have flown under the radar if this is the first prerelease you've tried, I'll have a loud reminder of it...

Glad to hear it's not just me.

Not familiar with this, I'll read up on it when I have some time. In a nutshell, what are you looking to accomplish?

Hmm. I'm not set up with MAUI at the moment, but @aaron-yb if you could help me troubleshoot this I would appreciate it. Please try running this on iOS, based...

Interesting. Normally, when `HttpClientHandler.UseCookies` is true (the default), `Set-Cookie` headers are intercepted by the handler and never come through in `HttpRequestMessage.Headers`. Flurl needs to see those headers in order for...

Wow. I think you've proven that `UseCookies` behaves exactly the opposite on iOS than it does on other platforms. I'm going the leave the `help-wanted` label on here in hopes...

Here's the default handler used on iOS platforms: https://learn.microsoft.com/en-us/dotnet/api/system.net.http.nsurlsessionhandler And I believe this is the repo where an issue should be raised: https://github.com/xamarin/xamarin-macios I might have time to pursue this...

Yes, that would be great! The main thing I want to emphasize is to please include tests in your PR. They should follow the existing patterns used throughout the test...

Hey Q! I guess I hadn't thought of an inheritance scenario, and I don't mind making these changes, but the reason for the constructor mess in the first place was...