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

What is 'Invalid priority $Unset Arg_ParamName_Name' #25

Closed maguro1kan closed 1 year ago

maguro1kan commented 1 year ago

Updated from 0.7.0 preview-4 to 0.7.0 preview-5. Then I got a new error. What is mean 'Invalid priority $Unset Arg_ParamName_Name' error? Not get this error in preview-4.

Thanks

SKProCH commented 1 year ago

Hello, @maguro1kan

Can you post a full exception message and provide preproduction steps?

flier268 commented 1 year ago

Just call DialogHost.Show(model, closingEventHandler: eventHandler)

SKProCH commented 1 year ago

This is so strange. No exception in Demo app, but exception in just new created app. I'll try to fix that

SKProCH commented 1 year ago

Oh, actually i forgot to put await before DialogHost.Show calls in demo app. Weird..