Max Katz
Max Katz
### Details Some applications might depend on having WebView2 installed on user machine, and Microsoft actively tries to push developers to use it, deprecating (or even already breaking/removing) older native...
Xaml: ```xaml ``` When I replace DynamicResource with StaticResource everything works.
DataTriggerBehavior currently executes actions when specific condition is executed as true, as expected. But DataTriggerBehavior does not execute anything when it was attached and initial condition is true as well....
Github providers doesn't support two-factory authentication. Tested on 897fb96 master with Avalonia host. 
### Discussed in https://github.com/AvaloniaUI/Avalonia/discussions/8662 Originally posted by **Jeremyltw** August 3, 2022 Currently, using the autocompletebox, when a user types in a text, the filtered items popup. If the user uses...
## What is the current behavior? Only touch input is handled. Mouse/pen pointer types are not complete or not handled properly. ## What is the updated/expected behavior with this PR?...
## What does the pull request do? See: https://github.com/AvaloniaUI/Avalonia/discussions/7886 ## How was the solution implemented (if it's not obvious)? **More detailed descriptions to be added** In short, two major differences...
## Describe the Bug I have latest 6.0.200 SDK installed from [dotnet/installer](https://github.com/dotnet/installer#table) repository. Note this version is not yet available to be installed from [MS web site](https://dotnet.microsoft.com/en-us/download/dotnet/6.0). **So this issue...
Hello. Right now, in my application to install the update I need to download new version MSIX and install it by downloaded path with PackageManager.UpdatePackageAsync (I can't use appinstaller, since...
Hi! Since lib generates WinRT related code and uses only ResW, we can't use it in NetStandard1.4 (or any else netstandard) projects. I see, that repository is called 'Res**w**Plus', but...