.net8 - App Crash when referencing sfExpander nuget (or any other syncfusion nuget) using Windows Hot Restart on iOS

To replicate:


  1. On windows, create a file, new MAUI project targeting .net 8.0
  2. Set up your iOS device for hotrestart (you need iTunes installed etc) and check you can run the project on your iOS device from windows
  3. Add a reference to Syncfusion.Maui.Expander 23.2.7
  4. Try to run the project again... boom

The bug happens whether or not you call

ConfigureSyncfusionCore /

SyncfusionLicenseProvider.RegisterLicense in the MauiProgram. Just referencing a Syncfusion Nuget other than the licensing one is enough to cause the crash. The crash only happens running from iOS from windows using hotrestart, running from a mac works ok. But we need to run from Windows.


Other packages

I don't know for sure but I think it might be a generalised problem with all syncfusion nugets when .net 8 is targeted for iOS and we run iOS on windows using hotrestart.

These are the packages I reference - I would appreciate a fix for these too please.


<PackageReference Include="Syncfusion.Licensing" Version="23.2.7" />
<PackageReference Include="Syncfusion.Maui.Backdrop" Version="23.2.7" />
<PackageReference Include="Syncfusion.Maui.Buttons" Version="23.2.7" />
<PackageReference Include="Syncfusion.Maui.Expander" Version="23.2.7" />
<PackageReference Include="Syncfusion.Maui.ListView" Version="23.2.7" />
<PackageReference Include="Syncfusion.Maui.ProgressBar" Version="23.2.7" />


This is the full stack trace using the expander.

```

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Private.CoreLib.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Microsoft.iOS.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Runtime.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Collections.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Runtime.InteropServices.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Threading.Thread.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Threading.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Net.Http.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Net.Primitives.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Numerics.Vectors.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Net.Sockets.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Drawing.Primitives.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Private.Uri.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Collections.Concurrent.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.iOS.HotRestart.Application.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/netstandard.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.IO.MemoryMappedFiles.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.IO.Pipes.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Memory.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Diagnostics.Tracing.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Collections.NonGeneric.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Runtime.Intrinsics.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Microsoft.Win32.Primitives.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Net.NameResolution.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Diagnostics.DiagnosticSource.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Threading.ThreadPool.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Diagnostics.Process.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.ComponentModel.Primitives.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.ComponentModel.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.ObjectModel.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Diagnostics.FileVersionInfo.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Reflection.Metadata.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Collections.Immutable.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Linq.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.IO.Compression.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Text.Encoding.Extensions.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Collections.Specialized.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Security.Cryptography.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Formats.Asn1.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Runtime.Numerics.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.ComponentModel.TypeConverter.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Runtime.Loader.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Text.RegularExpressions.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Reflection.Emit.ILGeneration.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Reflection.Emit.Lightweight.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Reflection.Primitives.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Net.Security.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Security.Claims.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Runtime.Serialization.Formatters.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Resources.Writer.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Xml.XDocument.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Private.Xml.Linq.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Private.Xml.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Diagnostics.TraceSource.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Net.Quic.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.IO.Compression.Brotli.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Threading.Channels.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Net.NetworkInformation.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Reflection.Emit.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Linq.Expressions.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.ComponentModel.EventBasedAsync.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Console.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Data.Common.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Xml.ReaderWriter.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Xml.XmlSerializer.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Transactions.Local.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Diagnostics.Contracts.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Diagnostics.TextWriterTraceListener.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Diagnostics.StackTrace.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.IO.Compression.ZipFile.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.IO.FileSystem.DriveInfo.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.IO.FileSystem.Watcher.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.IO.IsolatedStorage.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Linq.Queryable.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Linq.Parallel.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Net.Requests.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Net.WebHeaderCollection.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Net.ServicePoint.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Net.HttpListener.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Net.WebSockets.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Security.Principal.Windows.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Net.WebClient.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Web.HttpUtility.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Net.WebProxy.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Net.Mail.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Net.Ping.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Net.WebSockets.Client.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Reflection.DispatchProxy.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Runtime.CompilerServices.VisualC.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Runtime.Serialization.Primitives.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Runtime.Serialization.Xml.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Private.DataContractSerialization.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Runtime.Serialization.Json.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Threading.Overlapped.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Threading.Tasks.Parallel.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Xml.XPath.XDocument.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Xml.XPath.dll [External]

Thread started: #2

2023-12-11 11:36:55.683 Xamarin.PreBuilt.iOS[5979:434989] App path /var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/HoRestartBug2.dll


Thread started: .NET Timer #3

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/HoRestartBug2.dll

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/Microsoft.Maui.Controls.dll [External]

2023-12-11 11:36:55.681 Xamarin.PreBuilt.iOS[5979:434989] Content folder: /var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content


Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/Microsoft.Maui.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Security.Cryptography.X509Certificates.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Globalization.Extensions.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Text.Json.dll [External]

2023-12-11 11:36:55.723 Xamarin.PreBuilt.iOS[5979:434989] AppDelegate name: AppDelegate


Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.IO.FileSystem.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Security.SecureString.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Security.Cryptography.Cng.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Security.Principal.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Reflection.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Threading.Timer.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/Microsoft.Maui.Controls.Xaml.dll [External]

Resolved pending breakpoint for 'HoRestartBug2.Program.Main(System.String[])' to C:\projects\VisualService\HoRestartBug2\Platforms\iOS\Program.cs:10 [0x00000].

Thread started: #4

Thread started: .NET TP Gate #5

Thread started: #6

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.IO.dll [External]

2023-12-11 11:36:55.812 Xamarin.PreBuilt.iOS[5979:434989] Could not resolve assembly System.IO.FileSystem.DriveInfo.resources, Version=8.0.0.0, Culture=en-IL, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.IO.FileSystem.DriveInfo.resources.dll' or one of its dependencies.


2023-12-11 11:36:55.813 Xamarin.PreBuilt.iOS[5979:434989] Could not resolve assembly System.IO.FileSystem.DriveInfo.resources, Version=8.0.0.0, Culture=en, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.IO.FileSystem.DriveInfo.resources.dll' or one of its dependencies.


Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/Microsoft.Maui.Graphics.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.ComponentModel.DataAnnotations.dll [External]

2023-12-11 11:36:55.915 Xamarin.PreBuilt.iOS[5979:434989] Could not resolve assembly System.Threading.Channels.resources, Version=8.0.0.0, Culture=en, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Threading.Channels.resources.dll' or one of its dependencies.


2023-12-11 11:36:55.913 Xamarin.PreBuilt.iOS[5979:434989] Could not resolve assembly System.Threading.Channels.resources, Version=8.0.0.0, Culture=en-IL, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Threading.Channels.resources.dll' or one of its dependencies.


Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Threading.Tasks.Dataflow.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Reflection.TypeExtensions.dll [External]

Thread started: #7

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Xml.XmlDocument.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.ServiceProcess.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Security.Cryptography.Encoding.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Runtime.Handles.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/Microsoft.CSharp.dll [External]

2023-12-11 11:36:56.095 Xamarin.PreBuilt.iOS[5979:434989] Could not resolve assembly System.Threading.resources, Version=8.0.0.0, Culture=en, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Threading.resources.dll' or one of its dependencies.


2023-12-11 11:36:56.094 Xamarin.PreBuilt.iOS[5979:434989] Could not resolve assembly System.Threading.resources, Version=8.0.0.0, Culture=en-IL, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Threading.resources.dll' or one of its dependencies.


Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Data.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/Microsoft.Maui.Controls.Compatibility.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Formats.Tar.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Security.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.ValueTuple.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.AppContext.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Xml.Serialization.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Configuration.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Diagnostics.Debug.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Diagnostics.Tools.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Reflection.Extensions.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Security.Cryptography.Algorithms.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Xml.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/Microsoft.VisualBasic.Core.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Windows.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Numerics.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Core.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Globalization.Calendars.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.ServiceModel.Web.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/mscorlib.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Dynamic.Runtime.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Runtime.Serialization.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/Microsoft.Extensions.DependencyInjection.Abstractions.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/Microsoft.Extensions.Logging.Abstractions.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.IO.FileSystem.AccessControl.dll [External]

Loaded assembly: /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/System.Security.AccessControl.dll [External]

[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.IO.FileSystem.AccessControl.dll. Type:System.Security.AccessControl.DirectorySecurity. Exception: 'Access Control List (ACL) APIs are part of resource management on Windows and are not supported on this platform.'. Callstack: ' at System.Security.AccessControl.ObjectSecurity..ctor()

at System.Security.AccessControl.CommonObjectSecurity..ctor(Boolean isContainer)

at System.Security.AccessControl.NativeObjectSecurity..ctor(Boolean isContainer, ResourceType resourceType)

at System.Security.AccessControl.FileSystemSecurity..ctor()

at System.Security.AccessControl.DirectorySecurity..ctor()

at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)

at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'

[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.IO.FileSystem.AccessControl.dll. Type:System.Security.AccessControl.FileSecurity. Exception: 'Access Control List (ACL) APIs are part of resource management on Windows and are not supported on this platform.'. Callstack: ' at System.Security.AccessControl.ObjectSecurity..ctor()

at System.Security.AccessControl.CommonObjectSecurity..ctor(Boolean isContainer)

at System.Security.AccessControl.NativeObjectSecurity..ctor(Boolean isContainer, ResourceType resourceType)

at System.Security.AccessControl.FileSystemSecurity..ctor()

at System.Security.AccessControl.FileSecurity..ctor()

at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)

at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Buffers.dll [External]

[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Security.AccessControl.dll. Type:System.Security.Policy.Evidence. Exception: 'Access Control List (ACL) APIs are part of resource management on Windows and are not supported on this platform.'. Callstack: ' at System.Security.Policy.Evidence..ctor()

at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)

at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'

[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Security.AccessControl.dll. Type:System.Security.AccessControl.AuthorizationRuleCollection. Exception: 'Access Control List (ACL) APIs are part of resource management on Windows and are not supported on this platform.'. Callstack: ' at System.Security.AccessControl.AuthorizationRuleCollection..ctor()

at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)

at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'

[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Security.AccessControl.dll. Type:System.Security.AccessControl.PrivilegeNotHeldException. Exception: 'Access Control List (ACL) APIs are part of resource management on Windows and are not supported on this platform.'. Callstack: ' at System.Security.AccessControl.PrivilegeNotHeldException..ctor()

at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)

at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/Microsoft.Extensions.Logging.dll [External]

2023-12-11 11:36:56.495 Xamarin.PreBuilt.iOS[5979:434989] Could not resolve assembly System.Security.AccessControl.resources, Version=8.0.0.0, Culture=en, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Security.AccessControl.resources.dll' or one of its dependencies.


2023-12-11 11:36:56.466 Xamarin.PreBuilt.iOS[5979:434989] Could not resolve assembly System.IO.IsolatedStorage.resources, Version=8.0.0.0, Culture=en-IL, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.IO.IsolatedStorage.resources.dll' or one of its dependencies.


2023-12-11 11:36:56.468 Xamarin.PreBuilt.iOS[5979:434989] Could not resolve assembly System.IO.IsolatedStorage.resources, Version=8.0.0.0, Culture=en, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.IO.IsolatedStorage.resources.dll' or one of its dependencies.


2023-12-11 11:36:56.493 Xamarin.PreBuilt.iOS[5979:434989] Could not resolve assembly System.Security.AccessControl.resources, Version=8.0.0.0, Culture=en-IL, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Security.AccessControl.resources.dll' or one of its dependencies.


Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/Microsoft.Extensions.Options.dll [External]

[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.IO.FileSystem.Watcher.dll. Type:System.IO.FileSystemWatcher. Exception: 'System.IO.FileSystem.Watcher is not supported on this platform.'. Callstack: ' at System.IO.FileSystemWatcher..ctor()

at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)

at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'

[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.IO.FileSystem.Watcher.dll. Type:System.IO.InternalBufferOverflowException. Exception: 'System.IO.FileSystem.Watcher is not supported on this platform.'. Callstack: ' at System.IO.InternalBufferOverflowException..ctor()

at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)

at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/Syncfusion.Licensing.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Text.Encoding.dll [External]

2023-12-11 11:36:56.563 Xamarin.PreBuilt.iOS[5979:434989] Could not resolve assembly System.IO.FileSystem.Watcher.resources, Version=8.0.0.0, Culture=en, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.IO.FileSystem.Watcher.resources.dll' or one of its dependencies.


2023-12-11 11:36:56.561 Xamarin.PreBuilt.iOS[5979:434989] Could not resolve assembly System.IO.FileSystem.Watcher.resources, Version=8.0.0.0, Culture=en-IL, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.IO.FileSystem.Watcher.resources.dll' or one of its dependencies.


Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Security.Cryptography.Csp.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Runtime.CompilerServices.Unsafe.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/Microsoft.Extensions.Configuration.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/Microsoft.Extensions.Configuration.Abstractions.dll [External]

2023-12-11 11:36:56.694 Xamarin.PreBuilt.iOS[5979:434989] Could not resolve assembly System.Security.Principal.Windows.resources, Version=8.0.0.0, Culture=en, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Security.Principal.Windows.resources.dll' or one of its dependencies.


Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/Microsoft.Extensions.Primitives.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Runtime.Extensions.dll [External]

[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Security.Principal.Windows.dll. Type:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle. Exception: 'Windows Principal functionality is not supported on this platform.'. Callstack: ' at Microsoft.Win32.SafeHandles.SafeAccessTokenHandle..ctor()

at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)

at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'

[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Security.Principal.Windows.dll. Type:System.Security.Principal.IdentityNotMappedException. Exception: 'Windows Principal functionality is not supported on this platform.'. Callstack: ' at System.Security.Principal.IdentityNotMappedException..ctor()

at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)

at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'

[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Security.Principal.Windows.dll. Type:System.Security.Principal.IdentityReferenceCollection. Exception: 'Windows Principal functionality is not supported on this platform.'. Callstack: ' at System.Security.Principal.IdentityReferenceCollection..ctor()

at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)

at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Net.dll [External]

2023-12-11 11:36:56.692 Xamarin.PreBuilt.iOS[5979:434989] Could not resolve assembly System.Security.Principal.Windows.resources, Version=8.0.0.0, Culture=en-IL, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Security.Principal.Windows.resources.dll' or one of its dependencies.


Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.IO.Pipes.AccessControl.dll [External]

[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.IO.Pipes.AccessControl.dll. Type:System.IO.Pipes.PipeSecurity. Exception: 'Access Control List (ACL) APIs are part of resource management on Windows and are not supported on this platform.'. Callstack: ' at System.Security.AccessControl.ObjectSecurity..ctor()

at System.Security.AccessControl.CommonObjectSecurity..ctor(Boolean isContainer)

at System.Security.AccessControl.NativeObjectSecurity..ctor(Boolean isContainer, ResourceType resourceType)

at System.IO.Pipes.PipeSecurity..ctor()

at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)

at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Threading.Tasks.Extensions.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Text.Encodings.Web.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.IO.UnmanagedMemoryStream.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Web.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Xml.Linq.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.ComponentModel.Annotations.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Threading.Tasks.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Resources.ResourceManager.dll [External]

2023-12-11 11:36:56.828 Xamarin.PreBuilt.iOS[5979:434989] Could not resolve assembly System.ComponentModel.Annotations.resources, Version=8.0.0.0, Culture=en, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.ComponentModel.Annotations.resources.dll' or one of its dependencies.


2023-12-11 11:36:56.826 Xamarin.PreBuilt.iOS[5979:434989] Could not resolve assembly System.ComponentModel.Annotations.resources, Version=8.0.0.0, Culture=en-IL, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.ComponentModel.Annotations.resources.dll' or one of its dependencies.


Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/Microsoft.Win32.Registry.dll [External]

[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/Microsoft.Win32.Registry.dll. Type:Microsoft.Win32.SafeHandles.SafeRegistryHandle. Exception: 'Registry is not supported on this platform.'. Callstack: ' at Microsoft.Win32.SafeHandles.SafeRegistryHandle..ctor()

at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)

at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'

[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/Microsoft.Win32.Registry.dll. Type:System.Security.AccessControl.RegistrySecurity. Exception: 'Access Control List (ACL) APIs are part of resource management on Windows and are not supported on this platform.'. Callstack: ' at System.Security.AccessControl.ObjectSecurity..ctor()

at System.Security.AccessControl.CommonObjectSecurity..ctor(Boolean isContainer)

at System.Security.AccessControl.NativeObjectSecurity..ctor(Boolean isContainer, ResourceType resourceType)

at System.Security.AccessControl.RegistrySecurity..ctor()

at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)

at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Transactions.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.Runtime.InteropServices.RuntimeInformation.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/WindowsBase.dll [External]

2023-12-11 11:36:56.871 Xamarin.PreBuilt.iOS[5979:434989] Could not resolve assembly Microsoft.Win32.Registry.resources, Version=8.0.0.0, Culture=en-IL, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/Microsoft.Win32.Registry.resources.dll' or one of its dependencies.


2023-12-11 11:36:56.873 Xamarin.PreBuilt.iOS[5979:434989] Could not resolve assembly Microsoft.Win32.Registry.resources, Version=8.0.0.0, Culture=en, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/Microsoft.Win32.Registry.resources.dll' or one of its dependencies.


Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/System.IO.Compression.FileSystem.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/Microsoft.Extensions.Logging.Debug.dll [External]

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/Syncfusion.Maui.Core.dll [External]


=================================================================

Native Crash Reporting

=================================================================

Got a SIGSEGV while executing native code. This usually indicates

a fatal error in the mono runtime or one of the native libraries

used by your application.

=================================================================


=================================================================

Native stacktrace:

=================================================================

0x104b756e0 - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104b605cc - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104b42954 - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : Appl

eCryptoNative_X509ImportCollection

0x208a33888 - /usr/lib/system/libsystem_platform.dylib :

0x104b794cc - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104b76e40 - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104b45acc - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104aed3bc - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104af4cd0 - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104ab1bd0 - /private/var/containers/Bundle

0x104b76e40 - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104b45acc - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104aed3bc - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104af3594 - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104b4b0c4 - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104860358 - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : xamarin_get_o

ainers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x208a33888 - /usr/lib/system/libsystem_platform.dylib :

0x104b794cc - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104b76e40 - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104b45acc - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104aed3bc - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104af4cd0 - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app

Loaded assembly: /private/var/mobile/Containers/Data/Application/E979A1DE-06AF-4021-B483-660B61ADE17C/Documents/HoRestartBug2.content/Microsoft.Maui.Essentials.dll [External]

6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104b45acc - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104aed3bc - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104af3594 - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104b4b0c4 - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104860358 - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : xamarin_get_original_working_directory_path

0x104bb37fc - /private/var/containers/Bundle/Applicati

01 40 f9 ..........@...@.


=================================================================

Managed Stacktrace:

=================================================================

at <0xffffffff>

at System.Reflection.RuntimeConstructorInfo:InternalInvoke <0x00074>

at System.Reflection.MethodBaseInvoker:InterpretedInvoke_Constructor <0x00050>

at System.Reflection.MethodBaseInvoker:InvokeWithNoArgs <0x000ba>

at System.RuntimeType:CreateInstanceMono <0x00286>

at System.RuntimeType:CreateInstanceDefaultCtor <0x0008c>

at System.Activator:CreateInstance <0x000c2>

at System.Activator:CreateInstance <0x00028>

at System.Activator:CreateInstance <0x0001e>

at Xamarin.iOS.HotRestart.Application:ForceLoadingAssemblies <0x0031a>

at Xamarin.iOS.HotRestart.Application:Run <0x004cc>

at Xamarin.PreBuilt.iOS.Applications:Main <0x000bc>

at :runtime_invoke_direct_void_string[] <0x0007e>

at <0x00000>

=============================================================

====


=================================================================

Native Crash Reporting

=================================================================

Got a SIGSEGV while executing native code. This usually indicates

a fatal error in the mono runtime or one of the native libraries

used by your application.

=================================================================


An error has occurred in the native fault reporting. Some diagnostic information will be unavailable.


=================================================================

Native stacktrace:

=================================================================

0x104b756e0 - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104b605cc - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104b42954 - /private/var/cont

/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104abc26c - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104b85f34 - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104b848a0 - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104b79274 - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection


riginal_working_directory_path

0x104bb37fc - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x1c1b02dcc - /usr/lib/dyld :


=================================================================

Basic Fault Address Reporting

=================================================================

Memory around native instruction pointer (0x104b80404):0x104b803f4 c8 0a 40 79 68 6a 68 f8 08 ed ff b4 e0 03 1a aa ..@yhjh.........

0x104b80404 08 11 40 b9 c9 06 40 79 68 6a 29 b8 d7 6e 40 78 ..@...@yhj)..n@x

0x104b80414 28 5b 77 f8 00 01 1f d6 c8 0a 40 79 68 6a 68 f8 ([w.......@yhjh.

0x104b80424 c8 eb ff b4 e0 03 1a aa 08 01 40 f9 08

/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104ab1bd0 - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104abc26c - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104b85f34 - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104b848a0 - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104b79274 - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x104b76e40 - /private/var/containers/Bundle/Application/64F9AAE9-4CE6-44AC-87CA-273C

on/64F9AAE9-4CE6-44AC-87CA-273C6B26869D/HoRestartBug2.app/Xamarin.PreBuilt.iOS : AppleCryptoNative_X509ImportCollection

0x1c1b02dcc - /usr/lib/dyld :


Exiting early due to double fault.


The app has been terminated.


```


18 Replies 1 reply marked as answer

RM RiyasHameed MohamedAbdulKhader Syncfusion Team December 12, 2023 11:17 AM UTC

Adam Diament,
As you have created a separate ticket under your account for the same query please follow that for further updates. 
Regards,
Riyas Hameed M



DT Daniel Travison December 14, 2023 11:07 PM UTC

I just updated two of my projects to .Net/Maui 8 and both see this same exact same problem.  

In both cases, I have the following SyncFusion references in one of my satellite assemblies and I call ConfigureSyncFusionCore through a public method in the same satellite assembly:

  <PackageReference Include="Syncfusion.Licensing" Version="23.2.7" />

  <PackageReference Include="Syncfusion.Maui.Inputs" Version="23.2.7" />

  <PackageReference Include="Syncfusion.Maui.ListView" Version="23.2.7" />

  <PackageReference Include="Syncfusion.Maui.Popup" Version="23.2.7" />

I can run both directly on MacOS but when I attempt to build/deploy/run from Windows through a direct USB connect ion, I hit this every time.  

I have not tested deploying from the mac or using a paired mac.



CP Chozarajan Pandiyarajan Syncfusion Team December 18, 2023 01:57 PM UTC

Hi Team,

 

Thanks for the update.

 

We have logged a bug report for the reported issue "In .NET8, Maui App Crash when referencing any other Syncfusion NuGet using Windows Hot Restart on iOS". Once we will resolve and let you know the details.


Thanks,



GK Gene Kula replied to Chozarajan Pandiyarajan December 19, 2023 07:30 PM UTC

Is there a good place to track this issue?



JK Jeya Kasipandi Syncfusion Team December 20, 2023 01:09 PM UTC

Hi Gene,


We have already logged a bug report for this issue. You can track the status of the bug through the feedback link provided below.


Link : https://www.syncfusion.com/feedback/49104/in-net-8-nuget-the-ios-is-not-directly-supported-in-the-windows-machine   


We will include the fix for the reported issue in our upcoming weekly release which is scheduled on December 27, 2023. We appreciate your patience until then.


Note: The provided feedback link is private, and you need to log in to view this feedback.


If you have any more specifications or a scenario to be tested, you can add them as a comment in the portal.


Disclaimer: “Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.”

Regards,

Jeya K




AJ AhamedAliNishad JahirHussain Syncfusion Team December 27, 2023 02:03 PM UTC

Hi Gene,

 

We have included the fix for the reported issue ".Net8 - App Crash when referencing SfExpander nuget (or any other Syncfusion nuget) using Windows Hot Restart on iOS" in our latest weekly NuGet release v24.1.43 which is available for download ( https://www.nuget.org/ ). We thank you for your support and appreciate your patience in waiting for this update. Please get in touch with us if you would require any further assistance.

 

Regards,

Ahamed Ali Nishad.


Marked as answer

MB Max Borrmann April 12, 2024 11:34 AM UTC

Hello,

this is happening again using these packages:


<PackageReference Include="Syncfusion.Maui.Core" Version="25.1.39" />

<PackageReference Include="Syncfusion.Maui.Gauges" Version="25.1.39" />

<PackageReference Include="Syncfusion.Maui.Inputs" Version="25.1.39" />

<PackageReference Include="Syncfusion.Maui.PdfViewer" Version="25.1.39" />

<PackageReference Include="Syncfusion.Maui.TabView" Version="25.1.39" />

Kind regards

Max



PI Prithis Iyyappan Syncfusion Team April 17, 2024 02:42 PM UTC

Hi Max,

 

Currently, we are in the process of validating the reported query based on the provided information at our end and will share further details regarding this issue on or before April 22, 2024. We appreciate your patience until then.

 

Regards,

Prithis I



PI Prithis Iyyappan Syncfusion Team April 22, 2024 02:50 PM UTC

Hi Max,


Sorry for the inconvenience.


We are currently investigating the reported issue and working to reproduce it at our end. We will share further details regarding this issue on or before April 24, 2024. We appreciate your patience until then.


Regards,

Prithis I



PI Prithis Iyyappan Syncfusion Team April 26, 2024 03:12 PM UTC

Hi Max,

 

Thank you for your patience.

 

We have reviewed your query based on the provided information and have been able to reproduce the reported issue "Maui App crashes during Windows Hot Restart on iOS" at our end. We have logged a bug report for this. You can track the status of the bug through the feedback link provided below.

 

Feedback: Feedback - 54513

 

We will share a patch for the reported issue on or before May 13, 2024. We appreciate your patience until then.

 

Note: The provided feedback link is private, and you need to log in to view this feedback.

If you have any more specifications or a scenario to be tested, you can add them as a comment in the portal.

 

Disclaimer: “Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.”

 

Regards,

Prithis I



PI Prithis Iyyappan Syncfusion Team May 14, 2024 10:02 AM UTC

Hi Max,

 

Apologies for any inconvenience caused.

 

We have been unable to identify the exact issue within our source code. Even with a simple application, we experience crashes during the Windows hot restart on iOS. Could you please provide additional details regarding this crash from your end? This will allow us to proceed further in resolving the issue.

 

Regards,

Prithis I



AD Adam Diament May 15, 2024 10:41 AM UTC

Prithis - I see this has reoccurred - is there any clue in the fix you put in from  v24.1.43 according to Ahamed's answer below from back in December? Or is this a separate issue?


Hi Gene,

 

We have included the fix for the reported issue ".Net8 - App Crash when referencing SfExpander nuget (or any other Syncfusion nuget) using Windows Hot Restart on iOS" in our latest weekly NuGet release v24.1.43 which is available for download ( https://www.nuget.org/ ). We thank you for your support and appreciate your patience in waiting for this update. Please get in touch with us if you would require any further assistance.

 

Regards,

Ahamed Ali Nishad.



PI Prithis Iyyappan Syncfusion Team May 16, 2024 11:33 AM UTC

Hi Adam Diament,

 

We have previously fixed a similar kind of issue that occurred with the Syncfusion Nuget, but this time it's not the same issue. Now we are experiencing the crash with even simple samples on Windows Hot Restart. So please share with us the exact details of the behavior of the simple sample and the nature of the crash occurring while using the Syncfusion controls on the Hot Restart on iOS. If possible, please share with us the call stack and a video recording of this crash. We will proceed further to resolve this crash based on that information.

 

Please do not hesitate to contact us if you have any concerns or queries.

 

Regards,

Prithis I.



TB Thom Brink June 14, 2024 01:51 PM UTC

Hello it is still happening with version 26.1.35


Stacktrace:

[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/A537C675-1597-4405-ACFC-2F76A191F163/Documents/Example.App.content/Microsoft.Win32.Registry.dll. Type:Microsoft.Win32.SafeHandles.SafeRegistryHandle. Exception: 'Registry is not supported on this platform.'. Callstack: ' at Microsoft.Win32.SafeHandles.SafeRegistryHandle..ctor()

   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)

   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'

[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/A537C675-1597-4405-ACFC-2F76A191F163/Documents/Example.App.content/Microsoft.Win32.Registry.dll. Type:System.Security.AccessControl.RegistrySecurity. Exception: 'Access Control List (ACL) APIs are part of resource management on Windows and are not supported on this platform.'. Callstack: ' at System.Security.AccessControl.ObjectSecurity..ctor()

   at System.Security.AccessControl.CommonObjectSecurity..ctor(Boolean isContainer)

   at System.Security.AccessControl.NativeObjectSecurity..ctor(Boolean isContainer, ResourceType resourceType)

   at System.Security.AccessControl.RegistrySecurity..ctor()

   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)

   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'


Thom



AK Arunachalam Kandasamy Raja Syncfusion Team replied to Prithis Iyyappan June 19, 2024 01:54 PM UTC

Hi Thom,

 

Thanks for reaching out to us.

 

To ensure we fully understand the issue, could you please confirm if you are experiencing the same issue of "In .NET 8, Maui App crashes when referencing any other Syncfusion NuGet using Windows Hot Restart on iOS"? To better understand the root cause and assist with resolving the issue, it would be helpful if you could provide more detailed information like what Syncfusion controls you are using.

 

Regards,

Arunachalam K



AD Adam Diament September 22, 2024 02:12 PM UTC

Hi is there any update on this issue please? I still have the app crash on version  27.1.48

The last working version is 25.1.37

Thanks



AD Adam Diament September 22, 2024 02:25 PM UTC

Hi, actually I think the latest version has fixed the problem. The app crash was to do with having an invalid license key. Seems to be working now on windows ios



PR Preethi Rajakandham Syncfusion Team September 23, 2024 04:47 AM UTC

Hi Adam,

Thank you for the update. 

We are glad that the latest version meets your requirements. Please let us know if you need any further assistance. As always, we are happy to help you.

Regards,

Preethi R


Loader.
Up arrow icon