AvaloniaMauiHybrid icon indicating copy to clipboard operation
AvaloniaMauiHybrid copied to clipboard

Error when using MAUI 8.0.6

Open curia-damiano opened this issue 5 months ago • 4 comments

I have already described my issues with Avalonia.Maui when using .NET 8 and Avalonia 11.0.6 in this issue: https://github.com/AvaloniaUI/AvaloniaMauiHybrid/issues/14#issuecomment-1934091423

Related to this issue, I have a second problem (that I track in a different issue to facilitate tracking):

  • when updating MAUI to 8.0.6 (currently the latest public version), I need to explicitly add the package Microsoft.Maui.Controls.Compatibility to the target projects (Android, iOS)
  • otherwise the application compiles, but when running, I get a FileNotFoundException of the file Microsoft.Maui.Controls.Compatibility.dll.

It would be good if Avalonia.Maui could use the version of the NuGet package of the same version of the MAUI I am using.

curia-damiano avatar Feb 08 '24 13:02 curia-damiano