Jérôme Laban

Results 426 comments of Jérôme Laban

There are two requests here, the first being the fact that the app is not mobile friendly, but also the fact that packages with metadata in the version are not...

Thanks for using NPE on your desktop ;) For UWP being adaptive, yes it is when the app chooses to use adaptive features (e.g. `AdaptiveTrigger`) something we have not integrated...

Thanks for the report, it's an Uno Platform text measurement issue which we're tracking in https://github.com/unoplatform/uno/issues/7607.

The problem with that property is the way it is defined in UWP's own targets, making it difficult to provide the proper value. A fix from the IDE would most...

Thanks for your interest in the project! At this point, Uno.SourceGeneration supports both the .NET Framework and .NET Core user projects, and the best option for generators is to use...

This is a Visual Studio limitation at this point, where the Intellisense engine is not recognizing the generated files. My guess is that it will be fixed somehow with the...

@MartinZikmund at this point, building on GitHub actions or Azure Devops using a WebAssembly dependencies (Uno.SkiaSharp being one) is not supported. The only way to create a valid binary in...

@charlesroddie Indeed, `Uno.SkiaSharp.Wasm` will not stay alive on a long term. It's only required at this point because of some missing features in mono for WebAssembly. Once the features are...

> @jeromelaban I am getting the issue I mentioned when building locally as well, is there something I am missing to get it working there? Thanks :-) If you're getting...

Thanks for the report. Indeed, SkiaSharp needs to be built using threading enabled (or with a specific set of options to make it compatible). The Wasm Boostrapper needs to understand...