Tomasz Cielecki

Results 156 comments of Tomasz Cielecki

Sorry, been down with a nasty cold recently. Hence, the late reply. Thank you for your contribution. It is a pretty big one, so will need to spend a bit...

@dahovey yeah it is just me being slow and busy with other things. Just checked out the code, and I cannot get the Playground to run at all. Firstly, I...

> @Cheesebaron Changing the csproj this way worked for me. ![image](https://user-images.githubusercontent.com/867631/160498652-91e938b5-930b-4433-9b75-0661467a0e8a.png) > > It also includes these files, but I don't remember now if they are really needed ![image](https://user-images.githubusercontent.com/867631/160498886-af2c7e79-ecbf-4642-9d8d-ab0ec279cd06.png) That...

@dahovey thanks, will have a look. I guess we would like this even more now that I removed some of the old TFMs :)

Is this something reproducible for you in the Playground.iOS project too? Edit: Nevermind, just noticed that you are writing Release mode. I can reproduce this as well in TipCalc sample....

OK, turned out TipCalc.iOS sample was missing a LinkerPleaseInclude file to hint usage of stuff. To be able to better debug this at your end. You can take a look...

@entdark I guess your App is Ska? It looks like it is running and doing a bunch of network and location calls. No exceptions thrown. You are probably in some...

Hopefully it is just a matter of changing the TFM to `net-android` and `net-ios` instead of `xamarin.android` and `xamarin.ios`. As for MAUI support, it might not be the first thing...