Ben Kuhn
Ben Kuhn
Notes from a short discussion: This is expected behavior by typescript, but doesn't actually match behavior from JSWinRT.
Going through "aged" issues, and this one seems like a good one to come back around to. The discrepancies between native & managed debugging seems like something that we should...
There are a few ways in which the WinMD files might be used at runtime. We've always required them to be present in UWPs in part to support tooling in...
@ujjwalchadha is looking at UWP migration issues, and is aware of this particular gap. Tagging him to make sure that he's aware of the opportunities and challenges that you've identified.
Haha! You found it! It's an unlisted page and has just enough effort into it to address required compliance information like privacy policy. I'm amazed people found it to review....
This sounds like an issue with "using" statements. Can you show me your repro C++ file and/or precompiled header? I suspect the specific issue here is that since Windows isn't...
At the moment it looks like our nightly builds aren't building debug builds of any flavor. That said, it would probably make more sense to build x64 as debug. I...
I'm wondering if somehow the app is still running against the 1.0 runtime? This shouldn't happen, but if you can check that would help immensely. Can check in a debugger...
If the issue only persists for a short time (under 30 seconds) it could indicate a crash occurred, and the high CPU is part of crash data collection. If you...
This is something already on our radar (added internal work item link for tracking). This probably won't be addressed until App SDK 1.2. Much of the XAML & MSIX support...