Ivan Shvedov

Results 6 comments of Ivan Shvedov

@marticliment, position only saved while resizing. If I just move window, position does not saved.

It's does not save on exit. I'm using 3.1.0 alpha 1.

I build app from main branch. This line have a problem. Process exits. If I comment this line, all works as expected. https://github.com/marticliment/WingetUI/blob/d3521feed774363057a555a0d8d1e06f7165620b/src/UniGetUI/Interface/MainWindow.xaml.cs#L484

I know it, but... SDK 9.0.100-preview.4.24267.66 SDK 8.0.300 Visual Studio 17.11 preview 1.1 Dotnet runtime for UnigetUI: 8.0.6

Problem with `Delay` in handle of `Closing` event. I add `Task.Delay()` to event handler, and app exit too on this line. Program just exit from line with `Task.Delay()`. Error code...