XamlX
XamlX copied to clipboard
Add support for nested types to CecilAssembly.
Adds support for nested types specified with a +
to the Cecil backend.
Fixes https://github.com/AvaloniaUI/Avalonia/issues/2725.
Hi @kekekeks , are there any issues with merging this change? Or are you waiting for a rebase due to the github warning?
Any updates?
This is essential feature for our localization system. All the localization consts are generated before build and accessed in XAML via nested static classes. Would be great to be able to use existing localization in Avalonia apps.
For everyone stumbling upon this – I have a workaround for x:Static
https://github.com/AvaloniaUI/Avalonia/issues/2725#issuecomment-1747346624