xamarin-macios/tests/xammac_tests
Rolf Bjarne Kvinge 34772d23bc
[Runtime] Don't skip dynamic user type checking as long as dynamic registration is supported. (#11588)
When checking whether a type is a user type or not, we might have to do a
dynamic check if the dynamic registrar is available. Otherwise we may run into
a situation where the static registrar ran during the app build, but then the
app loaded additional assemblies at runtime, and those assemblies contained
user types that were registered using the dynamic registrar, so the static
registrar doesn't know about those custom types (in other words: we need to
check at runtime).
2021-05-18 16:28:09 +02:00
..
Entitlements.plist Port monotouch-test suite to Xamarin.Mac (#1445) 2017-01-12 09:13:56 -09:00
Info.plist [xammac tests] Add Bluetooth description in the Info.plist. (#11496) 2021-05-11 15:54:24 +02:00
xammac_tests.csproj [Runtime] Don't skip dynamic user type checking as long as dynamic registration is supported. (#11588) 2021-05-18 16:28:09 +02:00