XamlX icon indicating copy to clipboard operation
XamlX copied to clipboard

Add support for nested types to CecilAssembly.

Open grokys opened this issue 3 years ago • 7 comments

Adds support for nested types specified with a + to the Cecil backend.

Fixes https://github.com/AvaloniaUI/Avalonia/issues/2725.

grokys avatar Jan 13 '22 16:01 grokys

Hi @kekekeks , are there any issues with merging this change? Or are you waiting for a rebase due to the github warning?

topeterk avatar Aug 14 '22 15:08 topeterk

Any updates?

hez2010 avatar Apr 11 '23 05:04 hez2010

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.

nuc134r avatar Sep 25 '23 10:09 nuc134r

For everyone stumbling upon this – I have a workaround for x:Static

https://github.com/AvaloniaUI/Avalonia/issues/2725#issuecomment-1747346624

nuc134r avatar Oct 04 '23 17:10 nuc134r