WinUI3 app doesn't run outside of Visual Studio
I just tried to share a tool I made in WinUI3 with .NET6. That shouldn't be a problem with the publish feature in Visual Studio, right? Well, for some reason winui apps wont run in any configuration at all after publishing them to a folder. So then I built my application in release mode again and grabbed the generated files. I thought this would run no problem, but it wouldn't. Same goes for files in debug mode. I must be missing a key information here...