Scott Jones

Results 29 issues of Scott Jones

For larger binlogs, the lag between keypresses can be annoying. Maybe a longer delay before the auto-search kicks in, or a way to disable it entirely, requiring an Enter keypress...

### Describe the bug WinAppSDK 1.2 Experimental adds support for automatically initializing undocked reg-free WinRT support. This breaks CX compilation: UndockedRegFreeWinRT-AutoInitializer.cpp: ``` C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\vccorlib.h(356,9): error C3940: 'EventRegistrationToken':...

bug
area-App deployment

# Proposal: Address Project Reunion goals by addressing Visual Studio restrictions ## Summary Many of the barriers to code sharing and interop that Project Reunion seeks to remove are either...

area-DeveloperTools
needs-attention :wave:
feature proposal

### Describe the bug Repro seen with WinUI test collateral failing on RS5, with the first WinRT runtime class (DispatcherQueue) failing to activate. Fix is to set WindowsAppSdkUndockedRegFreeWinRTInitialize to true,...

bug
area-Developer tools

https://learn.microsoft.com/en-us/dotnet/api/system.obsoleteattribute?view=net-8.0#windows-8x-store-apps

bug

I often find myself searching for the same text in all three tabs. But switching between them clears the search box. Preserving the text would nice (and a unified search...

### Describe the bug With [this fix](https://github.com/microsoft/cppwinrt/pull/1130), the C++/WinRT templates were updated. The C++ Windows App SDK templates should be similarly updated. ### Steps to reproduce the bug 1. Create...

area-DeveloperTools

Attempting to build [WinUI-Gallery](https://github.com/microsoft/WinUI-Gallery/) with .NET 8, to validate a Windows App SDK RC that adds .NET 8 support for portable RIDs. This fails because ColorCode.WinUI doesn't support .NET 8....