You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context: https://www.nuget.org/packages/Microsoft.Intune.Maui.Essentials.android/9.5.2-beta
The `Microsoft.Intune.Maui.Essentials.android` makes use of specific
MSBuild targets and "remapping" features.
We should add a test verifying that it stays working over time.
Assert `MainActivity.onMAMCreate` exists in `classes.dex`, to verify this package actually
"does something". Otherwise, the test would just pass if we removed
the Intune package.
Assert.IsTrue(DexUtils.ContainsClassWithMethod(className,methodName,"(Landroid/os/Bundle;)V",dexFile,AndroidSdkPath),$"`{dexFile}` should include `{className}` and `{methodName}!");
0 commit comments