AvaloniaUtils / DialogHost.Avalonia

AvaloniaUI control that provides a simple way to display a dialog with information or prompt the user when information is needed
MIT License
228 stars 15 forks source link

Use compiled bindings by default #31

Closed aldelaro5 closed 1 year ago

aldelaro5 commented 1 year ago

This helps with trimming compatibility which is needed with nativeaot. I didn't even needed to do anything to enable this, it just worked including all the demo project.

It removes all the trim warning generated as well as having the benefits of having compiler checked bindings.

SKProCH commented 1 year ago

Yep, thanks!