Jérôme Laban

Results 1069 comments of Jérôme Laban

The fonts issue is being address, apps will use OpenSans by default.

It looks like the iOS test are failing: ![image](https://github.com/unoplatform/uno/assets/5839577/4dd79a2c-c178-45b9-847e-3ed3f7f908b5)

@ajpinedam could you take a look at why the tests is failing? @ramezgerges is not able to test on mac at this time.

We can make a release yes, it seems that other changes have been merged.

The error is flagged in VS only, and is reported as follows : ``` error NU1105: Unable to read project information for 'UnoApp1': The property PackageVersion was expected to have...

This is likely caused by https://github.com/xamarin/xamarin-android/blob/98c10631d6bd67d6fab70ebab041abb47141daaf/src/Xamarin.Android.Build.Tasks/Microsoft.Android.Sdk/targets/Microsoft.Android.Sdk.DefaultProperties.targets#L132, which sets `Version` which likely sets `PackageVersion` as the fallback value. We probably should be setting the same version for all app heads.

@mikernet yes, you can set the `Version` property to the same value. This is what the fix will do.