Balkoth

Results 24 issues of Balkoth

If the datatable is filtered by column and through global and the column filter is a regular expression, nothing is marked. Personally i would want to disable the whole behaviour...

### Describe the bug Official documents https://docs.microsoft.com/en-us/windows/apps/windows-app-sdk/stable-channel#app-lifecycle--restart mention this should work for packaged and unpackaged apps, but using `Microsoft.Windows.AppLifecycle.AppInstance.Restart("");` as described here https://github.com/microsoft/WindowsAppSDK/blob/main/specs/AppLifecycle/Restart/restartApi.markdown#new-api just crashes the app. ### Steps to...

### Describe the bug Setting `True` in the project causes the following warnings to appear: ![image](https://user-images.githubusercontent.com/80055480/151311244-882308e5-2f6a-4b56-bf0b-0a070d147aa9.png) Another issue is reported here: [DotNetAnalyzers/StyleCopAnalyzers/#3441](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3441) ### Steps to reproduce the bug 1.) Create...

bug
area-Developer tools

### Describe the bug If `PublishSingleFile` and `WindowsAppSDKSelfContained` are set to true while publishing, an exe is produced which crashes on startup. ### Steps to reproduce the bug 1. Add...

bug
area-Developer tools

I could not find another option as loading an included item and stripping it off its attribues. It would be nice to have all base items ready as well.

### Describe the bug If `Activate` is called on a `Window` which is in the background of other windows, that window is not activated and brought to the foreground. If...

bug
needs-triage
team-Reach
product-winui3
area-Windowing

### Describe the bug Apps on a system that is configured to use the dark theme use the light system context menu theme: Context menu looks like this: When it...

### Describe the bug Setting WindowsPackageType to None makes Visual Studio think it is missing SDK references. I could not find any information on how to resolve this, the project...

bug
area-Developer tools

### Describe the bug If the app is distributed through an appinstaller calling `Microsoft.Windows.AppLifecycle.AppInstance.Restart("");` does not check if an update is available. ### Steps to reproduce the bug 1. Create...

area-Lifecycle

Primary color was changed from #4c9be8 (blue) to #df6919 (orange) in the light theme. To me this makes the light theme very aggressive and does not really work with some...