kekekeks / XamlX

General purpose pluggable XAML compiler with no runtime dependencies.
MIT License
305 stars 55 forks source link

fix: AvaloniaUI/Avalonia#12974 - Preview not showed when using using statment #94

Closed workgroupengineering closed 10 months ago

workgroupengineering commented 12 months ago

Current behavior

SreTypeSystem find only public types

Expected behavior

SreTypeSystem find only public and internal types

part of https://github.com/AvaloniaUI/Avalonia/issues/12974

workgroupengineering commented 10 months ago

Do I need to make other changes?