DarranRowe

Results 140 comments of DarranRowe

Hmm, I do remember seeing YourPhone being in the paths that the Windows App SDK libraries are being loaded from again. I wonder if this is the same Windows 10...

Just to ask, since it may be obvious for you but not for me. Is this a C++ project or a C# project? I think the "VS update last week"...

> Thanks for your feedback [@manodasanW](https://github.com/manodasanW). > > Honestly I have no clue why I would need source generators / analyzers or even any "projection" on **building (!)** a solution....

Even if these "tricks" are part of the [release notes](https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/stable-channel#c-project-changes-1)? These changes will be unnecesary when the newest .NET SDK is released.

The log hints at this happening around AppInstance.GetCurrent. But in a test application, I don't see it happening. https://github.com/user-attachments/assets/3fb1f46c-fe53-496b-8ab3-cef0b483e53c As you can see through Visual Studio, the ARM64 versions of...

Have you managed to test this on any other versions of Windows beside the insider build that you mention? Have you tested this without using the Windows App SDK? The...

> @DarranRowe What does "The Protocol extension is an extension that is provided by Windows itself." mean? Basically, this is a Windows bug. MSIX is not some external component, it...

One issue that I have here is that the information you gave is either inaccurate or incomplete. An unpackaged C++ project doesn't deploy by default. This is because the local...

Right, so it is a packaged application, not unpackaged like the original post stated. As stated, the deployment for a packaged application is where the application is installed. If you...

I'll have to double check, since it would be in the MSBuild stuff, but it should essentially be [Add-AppxPackage](https://learn.microsoft.com/en-gb/powershell/module/appx/add-appxpackage?view=windowsserver2022-ps). In particular, Add-AppxPackage with the -Register parameter.