markuspalme

Results 28 comments of markuspalme

@jkotas I will try to enable the trim warnings. JSON is at the heart of many apps and this feels like a regression coming from Xamarin.iOS where such scenarios worked...

@eiriktsarpalis Thanks for your input. Given that earlier versions of Xamarin.iOS supported this scenario out of the box even in AOT mode, this seems like a bad surprise or even...

@eiriktsarpalis So my understanding is that this problem here is caused by trimming. To preserve all the types in my code, I have added this to the project file as...

@vitek-karas I did that and get the expected warning about `Newtonsoft.Json`. But all types that are involded in the de-serialization are marked for preservation in the XML file. There are...

@sbomer here you go: [build.binlog.zip](https://github.com/dotnet/runtime/files/9610291/build.binlog.zip) Build command: `dotnet publish testapp.csproj -f:net6.0-ios -c:Release /p:CodesignKey="Apple Development: ******" /p:CodesignProvision="Test app" /p:ArchiveOnBuild=true -r ios-arm64 --self-contained -bl:build.binlog`

Besides: the name of the method `ShowPageViewController` in https://github.com/MvvmCross/MvvmCross/blob/develop/MvvmCross/Platforms/Ios/Presenters/MvxIosViewPresenter.cs#L176 wasconfusing too me at first, it does not show a `PageViewController` but a normal ViewController **inside** a PageViewController. How do you...

@martijn00 @paulppn If you need help, please let me know (implementation or testing). @martijn00: I'm interested in the workaround. Any pointers you can share?

@paulppn thanks for the workaround!

I'm seeing something very similar: https://github.com/dotnet/runtime/issues/75802