Daltz333
Creating Installer for WinUI3 project
Break this down into problems.
1. How do I get an
exe
from a MAUI project (.NET 8 unpackaged, google that)
2. How do I make an installer for a folder with a bunch of .dll
and the .exe
and everything we need to run.6 replies
adding an element to a VerticalStackLayout in c# doesnt work as expected
You'd probably need to share the entire XAML. And maybe a reproducible source code.
I suspect the height of the parent of your stacklayout is 0. Also, .NET 7 or .NET 8. .NET 8 fixed lots of MAUI issues.
2 replies
❔ Do static two way bindings leak XAML?
Basically if you have a singleton with an init function, that spawns a thread and updates information contained in itself. The singleton is accessed statically throughout the application. Does this leak pages if the binding is two way?
20 replies