Nikita Tsukanov
Nikita Tsukanov
I can clearly see that `obj/Debug/preprocessedxaml` contains files with proper changes, but for some reason I still get `MarkupExtension not found for d:DesignInstance` error.
There are way too many limitations and tradeoffs that GTK/GDK have to support both of them, while not allowing us to do things that we want to do. Notable examples...
https://github.com/AvaloniaUI/Avalonia/pull/15568 made an attempt to correctly handle int32-in-variant-in-another-variant value (`[Variant: [Variant(uint): 2]]` in qdbus notation), however the current version of Tmds.DBus.Protocol simply reads it as a single VariantValue with int32...
This is a regression caused by https://github.com/AvaloniaUI/Avalonia/pull/15568 We should **never** crash the entire DE. To repro: use Plasma 5.27 and run an avalonia app with menu export enabled. ``` [KCrash...
It should be easy to compile source code against .netstandard1.1 target, since it only references BCL.
There were reports of parts of the UI not being rendered when running Ubuntu 22.04 with VMWare VM. Those glitches go away with `LIBGL_ALWAYS_SOFTWARE=1`, so it's most likely some driver-specific...
Tracking issue for API changes in the distant future, can be safely ignored until mid-2024 - Mark IGeometryContext as [NotClientImplementable], make sure it's used everywhere instead of StreamGeometryContext (for V11...
Will need to cover required changes for: - https://github.com/AvaloniaUI/Avalonia/pull/14225
This was previously fixed by https://github.com/mono/SkiaSharp/pull/2247, however LibraryLoader is only used for netfx builds, net6.0 build doesn't contain it anymore. As of the issue details, [see the original PR](https://github.com/mono/SkiaSharp/pull/2247) Repro:...