mirror of
https://github.com/awatertrevi/xamarin-neo4j.git
synced 2026-09-22 09:05:29 +00:00
OfType<IX509TrustManager>() returns empty on Android because CLR type checking does not work against Java proxy objects. JavaCast<> is the correct API for casting Java-backed objects in MAUI Android bindings. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>