Vladyslav Horbachov
Vladyslav Horbachov
For me, System.Drawing.Font is not working on a droid project.... I also tried to add System.Drawing.Common package to project, but it didn't help. Is this problem relates to this issue?
I'm sure, it would be a useful feature
Hi, thank you for this issue! I think there are two options to do it: 1. To use `Windows.ApplicationModel.Background`. This namespace already contains a lot of good stuff to organize...
Also, in the [Windows Community Toolkit](https://github.com/CommunityToolkit/WindowsCommunityToolkit) there is some implementation for the Background Tasks management. Seems, that it has some build in functionality.  You can download the sample...
Unfortunately, not yet. Still a lot of basic things to work on.
A new WinUI project generated with Template Studio doesn't have such problem. So, it would be possible to copy navigation behavior from there.
As well as `required` keyword in .NET 7
It would also be good to have a few navigation scenarios with different parameters.
Navigation service needs to be refactored, because part of navigation process is handled in `NavigatedEventHandler`
Hey @zhiyiYo thank you for this issue. Unfortunately, I'll be busy for the next 1-2 weeks. When I'd have a bit of free time - I'll try to create an...