Jonathan Peppers
Jonathan Peppers
WPF does not even work with trimming enabled, it would be a large project to support this for .NET MAUI. Any framework that uses System.Reflection heavily is in the same...
Can you get full `adb logcat` output when things fail on the older device? See: https://docs.microsoft.com/xamarin/android/deploy-test/debugging/android-debug-log#accessing-from-the-command-line First enable more logging: ``` adb shell setprop debug.mono.log default,debugger,timing,assembly,mono_log_level=debug,mono_log_mask=all ``` Cause the problem,...
None of the .NET assemblies were fast deployed: ``` F/monodroid(14234): No assemblies found in '/data/data/com.companyname.testmaui/files/.__override__' or ''. Assuming this is part of Fast Deployment. Exiting... ``` Since you got this...
@deepx can you get a new log with that error? Same as: https://github.com/dotnet/maui/issues/5782#issuecomment-1098106729 You might `adb logcat -c` first, to just clear the log before making the issue happen again.
@deepx so the app is crashing *sometimes* when you perform a hot reload? I'm a little confused by the above error, because `mono.android.view.View_OnScrollChangeListenerImplementor` doesn't actually exist. Does the problem happen...
If `EmbedAssembliesIntoApk` fixes something, then that device probably isn't supported w/ Fast Deployment. Are we just not showing a good error message for some devices? If you are having an...
@nevse I'm not seeing an issue running the sample app and placing breakpoints, but maybe I'm doing something wrong? If the app crashes for you with the latest stable VS/MAUI,...
This is waiting on https://github.com/dotnet/maui/pull/9968, so we get the change we need in the `android` workload.
This can go if we have the other .NET 7 RC 2 bumps in.
I think you can create a new .NET MAUI project and just watch the design-time builds appear in Project System Tools. Frequently, one of them will fail with this problem....