BobLd
BobLd
I came to the same conclusion. Don't think it can actually be fixed. I think something we could think about is to create a separate NuGet package for the classes...
ew might be able to create our own `#if AOT`... haven't looked into that though
I'd also be fine removing these from the main code base and creating/managing a `UglyToad.PdfPig.DocumentLayoutAnalysis.Export` NuGet package
I think the RequiresUnreferencedCode is the most sensible. We are passing the warning from the xml lib to the consuming app. Makes sense to me
Yes this is how I understand it too. It's up to the consumer to make sure everything okay with AOT. We can have a 2nd look once people start using...
@jsboige thanks again for working on that. unfortunately I'm getting the following error while starting this app ``` System.InvalidCastException HResult=0x80004002 Message=Specified cast is not valid. Source=Panoptes StackTrace: at Panoptes.Views.Windows.SplashScreenWindow.DynamicSetters_204.DynamicSetter_2(Image ,...
@jsboige thanks a lot for your contribution, looks good to me. Would you be able to post the result file you used for testing here? U haven't used QC fow...
seems to be fixed by https://github.com/AvaloniaUI/Avalonia/pull/16168 to check once rc is available EDIT: it's not fixed
look into https://github.com/AvaloniaUI/Avalonia/pull/17141 once rc is available
Related to https://github.com/BobLd/VirtualizingStackPanelDuplicatesIssue