Stephen Monaco

Results 73 comments of Stephen Monaco

Opt-in warnings for `{ReflectionBinding}` usage so devs writing AOT apps can enforce avoiding its usage.

The setup here is strange. You should avoid storing `DataTemplate`s in `Resources`. I'm not sure what the designed behavior here is, ~~but it fixed the issue for me locally~~. There's...

I also hit a roadblock in trying to write an attached behavior for this. `TabControl.SelectedContent` has an internal setter. So even if I could cache views by subscribing `SelectionChanged`, I...

> what's the alternative? (running into this first time coding) Don't bind to static methods. Use non-static methods, commands, converters, or markupextensions. All four can call into static methods to...

I implemented this using @jaune162 's approach overall with swizzle eject, but went a different direction. I wanted auto-counting and I wanted the callout indicators to always be on the...

I'm going to detail some different designs / use cases that I stumbled into during the above implementation and might be considered by a feature implementer: 1. Document Callout Trigger...

`Conventions.DefaultScreenshotsRoot` should probably return `null` on exception and/or we need fallbacks. It is always accessed on startup regardless of config, so if it fails, then it's fine if `SuggestedStartLocation` gets...

This almost certainly isn't a bug and should be moved to discussions. But what XAML are you using? Particularly, the entirety of your ``

SkiaSharp's update of libjpeg-turbo is blocked by a potential upstream bug: https://github.com/mono/SkiaSharp/issues/2667#issuecomment-1883754749 . The comment includes some details and how the vulnerable feature isn't actually part of the SkiaSharp build....

Not exactly correct. There's a current issue with folder namespaces with inconsistency between the AvaloniaVS extension and avalonia-dotnet-templates. I'm still waiting for confirmation and then I'll probably close the related...