ObservableEvents
ObservableEvents copied to clipboard
Some controls have only NullEvents

Might be worth if you fill in some more details about platform, what NameTextBox is etc.
OC: Windows 10 .Net: net5.0 Avalonia: 0.10.6 ObservableEvents: 1.0.10
NameTextBox it's Avalonia.Controls.TextBox
Thanks.
I just stumbled across the same issue. My theorie is, that it is because of chaining the ObservableEvents-Source-Generator and the Avalonia-Source-Generator. Because it works when the generated field is explicitly casted to a type like this:
((Button)Button0).Events().Click.Select(_ => "0")