Jérôme Laban
Jérôme Laban
@carldebilly can you provide the information you already gathered?
Thanks Sam! Historically, this code was not running inside the compiler (it was through [uno.sourcegenerationtasks](https://github.com/unoplatform/Uno.SourceGeneration)) and was not telemetry-worthy :) We'll be migrating to remove those exceptions when running in...
We've made some recent changes, @sakshi173 could you revalidate?
@microhobby at this point, the Uno implementation for the Skia backend uses a derivative of the SkiaSharp.Views GTK View which is using software rendering. There's no official OpenGL implementation of...
@Leon99 we have in the backlog to work on adding a skia rendering backend for Wasm, though while it may improve the performance, it may also reduce compatibility for some...
@georgiuk overlays and compositing are two techniques we're investigating, but we're not there yet. Both techniques have their advantages and drawbacks (overlay makes compositing impossible, and threaded rendering jittery, while...
Thanks for the report. Can you provide a sample repro for this issue? `DataContext` binding is supported, but you may have hit an edge case.
Thanks for the repro. This is not a behavior we'll be able to fix in Uno, as the type in question is not known during the XAML generation (it is...
The issue is this time caused by the fact that there's no explicit base class defined on the class `PreviewDropView`. Uno does not support this yet.
It should indeed. The workaround is to add the base type explicitly in the code-behind file.