tranb3r
tranb3r
> @tranb3r Is this still happening in .Net Maui? Yes. And it's easily reproducible with the sample app.
I've migrated my app to maui a few months ago. So as far as I'm concerned, you can close this issue.
The "x-tpp-userip" header is not sent by the n26 mobile app, so I'm surprised you need to add it.
Ok. However, even the trimmer removes the entire Org.BouncyCastle.Pqc namespace, it does not remove the embbeded resources. Do you know how to force it?
Could you please explain how you'd do that? Right now, I'm juste enabling the dotnet trimmer by adding these properties to my csproj: ``` true full ```
Actually, I've figured out that embedded resources can be trimmed out from an assembly, using an ILLink substitutions xml file. For example: ```xml ```
If someone has figured out how to do it with OnBackPressedDispatcher instead of OnBackPressed, could you please update the code sample here: https://github.com/rotorgames/Rg.Plugins.Popup/wiki/Getting-started#android-back-button Thanks
Sorry, I've migrated to Maui, and I do not have this issue anymore with [Mopups](https://github.com/LuckyDucko/Mopups).
I've managed to workaround the issue by disabling marshal methods: ``` false ```
https://github.com/xamarin/xamarin-android/issues/8147