Tim Marriott

Results 8 comments of Tim Marriott

I have the same issue using Windows App SDK 1.1.5. Very annoying to see in the output. It makes it hard to spot issues I would like to see.

[App1.zip](https://github.com/microsoft/WindowsAppSDK/files/9135502/App1.zip) Here is a test case using the basic sample templates. App1 and RuntimeComponent1. Also it uses the single directory MSIX install. (forgot the specific name of that)

Build the App1 example above using VS2022 in debug mode. Debug the app and it works. Make a one line change somewhere and build/debug using incremental build and it will...

Now I am seeing a bit of a different issue with 1.1.4. The Blank Desktop App template will not deploy for debug. It hangs trying on these messages: Framework: Microsoft.WindowsAppRuntime.1.1/X64,...

The problem appears to be that the AppManifest.xml file that Visual Studio creates in the intermediate AppX directory is wrong. Specifically the Extensions section. Here is that section after a...

I have been able to update my Runtime components to 1.1.4 and leave my main application at 1.0.4 and it will deploy after an incremental build. This is a pretty...

I see the issue once in a while when building Windows Runtime Components which are C++ WinUI3 Desktop type components. I am using the latest everything VS2022 17.96, Latest Windows...

I have a suspicion that files might get left open which also may be why Clean fails once in a while. Which also may be why closing VS and opening...