Jérôme Laban

Results 500 comments of Jérôme Laban

Will be fixed by https://github.com/mono/SkiaSharp/pull/2259

This looks like the MvvmCross.Uno package also has a linker definition file that is not correctly formatted.

This may have changed with .NET 5 support, otherwise changes are needed in mvvm cross.

These validations have been added in v1.1.x-dev packages to enable the support for the latest mono and emscripten upstream builds, but AOT is still unstable, which is why I unlisted...

Looking at the logs, it seems like you're using the 1.1 dev bits of the bootstrapper, which are not yet ready for prime time (should be soon though #128). Make...

Thanks for the report. This is likely to be a linker related error. Can you validate if this works properly by disabling it?

Thanks for the update!

This is a .NET Runtime issue, where some update in .NET 6 causes this: If you add this in your project, you can revert back to previous working version: ```...

Thanks for the report. It's actually having an effect, but likely only on CI, because the bootstrap target is not restoring the content provided by the targets file as it's...

It's been kept open because the explicit packages are still in place. We're likely going to change the behavior for projects targeting net7 and up explicitly, and close this issue...