{x:Static}
does not work for internal members in the same assembly.
#124
Labels
{x:Static}
does not work for internal members in the same assembly.
#124
See AvaloniaUI/Avalonia#16929. According to @maxkatz6,
{x:Static}
should work on internal members if those members are in the same assembly. However, XamlX fails because it requires everything to bepublic
:XamlX/src/XamlX/Ast/Intrinsics.cs
Lines 116 to 118 in 7b8f609
The text was updated successfully, but these errors were encountered: