ZitchCode / SecureHttpClient

Cross-platform HttpClientHandler with TLS1.2 and Certificate Pinning
MIT License
33 stars 6 forks source link

.NET MAUI support #18

Closed tranb3r closed 1 year ago

tranb3r commented 2 years ago

I've started working on a maui branch

Current status:

tranb3r commented 2 years ago

New build issue: https://github.com/dotnet/maui/issues/10150

tranb3r commented 2 years ago

Android build has been fixed thanks to https://github.com/xamarin/GooglePlayServicesComponents/issues/648 And there is a workaround for the other build issue.

Current status:

tranb3r commented 2 years ago

New issue found: Logging does not work properly on old versions of ios/android because of this issue: https://github.com/serilog/serilog-sinks-xamarin/issues/29

tranb3r commented 2 years ago

Current status:

Two issues remaining (minor):

tranb3r commented 2 years ago

Version 2.0.0 has been released. I'll keep this issue open to track the progress of both remaining issues.

tranb3r commented 1 year ago

I don't know why, but serilog issue is not happening anymore. R8 warning can be ignored and will be hidden in the next verison of xamarin.android.