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
Xamarin.UITest doesn't work with an app built with .NET 9
1) Error : SymbolCollector.Android.UITests.Tests.CollectSymbols
System.Exception : No .NET assemblies were found in the application. Please disable Fast Deployment in the Visual Studio project property pages or edit the project file in a text editor and set the 'EmbedAssembliesIntoApk' MSBuild property to 'true'.
at Xamarin.UITest.Shared.Android.ApkFile.EnsureDotNetAssembliesAreBundled () [0x00008] in <b9b62bebca2b4a9e85e5edd581b4def3>:0
at Xamarin.UITest.Android.AndroidAppInitializer.PrepareApkFiles (Xamarin.UITest.Configuration.IAndroidAppConfiguration appConfiguration, Xamarin.UITest.Shared.Artifacts.ArtifactFolder artifactFolder) [0x0016a] in <c9af78a12b8d433882fce1ed49df24c2>:0
at Xamarin.UITest.Android.AndroidApp..ctor (Xamarin.UITest.Configuration.IAndroidAppConfiguration appConfiguration, Xamarin.UITest.Shared.Execution.IExecutor executor) [0x00143] in <c9af78a12b8d433882fce1ed49df24c2>:0
at Xamarin.UITest.Android.AndroidApp..ctor (Xamarin.UITest.Configuration.IAndroidAppConfiguration appConfiguration) [0x00000] in <c9af78a12b8d433882fce1ed49df24c2>:0
at Xamarin.UITest.Configuration.AndroidAppConfigurator.StartApp (Xamarin.UITest.Configuration.AppDataMode appDataMode) [0x00017] in <c9af78a12b8d433882fce1ed49df24c2>:0
at SymbolCollector.Android.UITests.Tests.BeforeEachTest () [0x0002f] in <2ba557932dfd4d2f9f65d4a8e949dfd1>:0
at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <e068e2227ab74c1bb3d724ebaab0e3ff>:0
Possibly blocked by:
Xamarin.UITest doesn't work with an app built with .NET 9
But
EmbedAssembliesIntoApk
didn't help.Originally posted by @bruno-garcia in #203 (comment)
The text was updated successfully, but these errors were encountered: