AchSteff
Combining a MAUI App and WPF Updater into a Single MSIX Package?
Hey everyone! I’m working on a .NET project and I have a question about packaging. I have a MAUI app that I want to distribute as an MSIX package. I also have a separate WPF app that acts as an updater for the MAUI app (it checks for updates and installs them). Is it possible to combine both apps into a single MSIX package, so they can be installed together? Any tips or best practices?
3 replies
Queue Cancellationtoken
Hello!
I have a little Problem
I have a queue und want break a Download.
In my item class is a canceltoken and I have in Service a cancellationsource. But If i break a Download up, all Downloads failed. But I want one download who I take the button press using the button
Can anyone help me please?
Here is a Code
35 replies