All,
This worked just fine in Preview 13. I updated to Maui Preview 14 today and scheduler crashes. I have updated the NuGet package Synfusion.Maui.Scheduler to v 19.4.56 which you all posted several days ago. I get a crash dump of:
System.MissingMethodException
HResult=0x80131513
Message=Method not found: 'Microsoft.Maui.Graphics.Size Microsoft.Maui.IContentView.CrossPlatformArrange(Microsoft.Maui.Graphics.Rectangle)'.
Source=MobyClient
StackTrace:
at MobyClient.Views.CalendarPage.InitializeComponent() in D:\Development\Moby\Dev\MobyClient\MobyClient\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\Views_CalendarPage.xaml.sg.cs:line 43
at MobyClient.Views.CalendarPage..ctor(CalendarViewModel calendarViewModel) in D:\Development\Moby\Dev\MobyClient\MobyClient\Views\CalendarPage.xaml.cs:line 37
at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, RuntimeResolverContext context)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(Type serviceType)
at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType, ServiceProviderEngineScope serviceProviderEngineScope)
at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetService[T](IServiceProvider provider)
at MobyClient.Pages.MobyHomePage.ModuleTapped(Object sender, EventArgs e) in D:\Development\Moby\Dev\MobyClient\MobyClient\Pages\MobyHomePage.xaml.cs:line 105
at Microsoft.Maui.Controls.TapGestureRecognizer.SendTapped(View sender)
at Microsoft.Maui.Controls.Platform.GestureManager.OnTap(Object sender, TappedRoutedEventArgs e)
at WinRT._EventSource_global__Microsoft_UI_Xaml_Input_TappedEventHandler.EventState.<GetEventInvoke>b__1_0(Object sender, TappedRoutedEventArgs e)
at ABI.Microsoft.UI.Xaml.Input.TappedEventHandler.<>c__DisplayClass10_0.<Do_Abi_Invoke>b__0(TappedEventHandler invoke)
at ABI.Microsoft.UI.Xaml.Input.TappedEventHandler.Do_Abi_Invoke(IntPtr thisPtr, IntPtr sender, IntPtr e)