Kevin Gallahan

Results 25 issues of Kevin Gallahan

Just updated to WASDK 1.0 and noticed a new output message appearing during each debug session: ``` Exception thrown at 0x00007FFE07A44F69 (KernelBase.dll) in MyApp.exe: WinRT originate error - 0x80040111 :...

bug
team-Controls
product-winui3
area-Expander

**Describe the bug** Checking and unchecking different boxes puts the NavigationView in unexpected states. **Steps to reproduce the bugs** Open the XAML Controls Gallery > Navigation > NavigationView > API...

bug

As per the title, going into the Conceptual > Blur Playground section and moving the Blur Amount slider all the way to the right (past 99 specifically) immediately causes the...

bug
effects

Currently, viewing any of the samples requires that you click the back button at the top left to return to the related samples. Supporting the mouse's back button would make...

enhancement
help wanted
gallery

Steps to reproduce the app crash: 1. Navigate to Seamless Transitions > Connected Animation 2. Select "Custom Connected Animation" 3. Click any image to play said animation 4. Navigate anywhere...

bug
animations

As per the title, what is the equivalent of getting a new snapshot of a cache in FlaUI? https://docs.microsoft.com/en-us/windows/win32/winauto/uiauto-cachingforclients#retrieving-a-new-snapshot-of-the-cache https://docs.microsoft.com/en-us/dotnet/framework/ui-automation/caching-in-ui-automation-clients#updating-the-cache I've created a cache and think it is working because...

Generated `.cs` files currently appear as: ``` [System.Runtime.InteropServices.DllImportAttribute("CR_Core.dll", EntryPoint = "Init", CallingConvention = System.Runtime.InteropServices.CallingConvention.Cdecl)] private unsafe static extern byte Init_(uint _logtype); /// /// No documentation. /// ``` IMO there should...

Added Cysharp/Ulid, which is apparently the fastest C# implementation. Moved the two entries listed with ".NET" as their language to C#, as they are implemented in C# and .NET isn't...

As per the title - installing Segoe Fluent Icons manually on Windows 10 seems to be the reason my tray UI is using Times New Roman: ![Screenshot 2022-08-30 020207](https://user-images.githubusercontent.com/5379488/187361396-b2f15b10-eb52-4ca0-9fe1-e418a561c098.jpg) Or...

### Describe the bug Any time I try to use Visual Studio's Performance Profiler on a WASDK / WinUI 3 packaged desktop app it always fails with this message in...

bug
area-Developer tools