AvaloniaVS
AvaloniaVS copied to clipboard
Autocomplete shouldn't list internal properties
For example. RowDefinitionsDirty:

If one have set the property then runtime exception will be thrown:
Unhandled exception. System.MethodAccessException: Attempt by method 'Views.MainWindow.!XamlIlPopulate(System.IServiceProvider, Views.MainWindow)' to access method 'Avalonia.Controls.Grid.set_RowDefinitionsDirty(Boolean)' failed.
What about this in nightly builds? AvaloniaUI/Avalonia#4985
dunno, I don't have time to check it now
Checked - the same
It seems that additional checks on family need to be made https://github.com/0xd4d/dnlib/blob/4e0837cb0f4319ffbcdd1642d1973fce203b2177/src/DotNet/MethodAttributes.cs#L20-L26