lindexi
lindexi
Fixes Issue https://github.com/dotnet/wpf/pull/4966 Master PR https://github.com/dotnet/wpf/pull/4966 ## Description - **Test Name** : DRT Create BitmapDecoder with async file stream. ## Customer Impact ## Regression No ## Testing Built and ran...
Fixes Issue https://github.com/dotnet/wpf/issues/4781 PR https://github.com/dotnet/wpf/pull/5066 ## Description - Test Name : DRT Run WPF application in the folder whose name contains NumberSign ## Customer Impact ## Regression ## Testing Built...
```csharp var unixDomainSocketEndPoint = new UnixDomainSocketEndPoint("\0" + "lindexi"); var socket = new Socket(AddressFamily.Unix, SocketType.Dgram, ProtocolType.IP); socket.Bind(unixDomainSocketEndPoint); ... await socket.ReceiveAsync(buffer); ... await socket.SendToAsync(data, unixDomainSocketEndPoint); ```
### Your feedback Calling the Invalidate of SKXamlCanvas do not raise PaintSurface event. Nothing happened. Why? Because the width and height of SKXamlCanvas is 0. I believe that providing more...
### What would you like to be added Add support for get the Uno's X11 window IntPtr ### Why is this needed Now, we can use `GetNativeWindow` to get the...
### What would you like to be added Add support for `Application.DispatcherShutdownMode` property. ### Why is this needed Now the default behavior is `DispatcherShutdownMode.OnLastWindowClose`. After multi window supports, we can...
# Related Issue Fixes #8949 # Description Updating the assembly path when running with dotnet 6 framework. # Sample Card None. # How Verified How you verified the fix, including...
### Target Platforms WPF ### SDK Version 2.8.0 ### Application Name Any ### Problem Description Calling `adaptiveCardRenderer.RenderCard` will throw an exception in dotnet 6: ``` System.IO.FileNotFoundException:“Could not load file or...
这是我找到的更加稳定的辅助方法,在原有的稳定全屏基础上,添加 [ITaskbarList2::MarkFullscreenWindow](https://learn.microsoft.com/en-us/windows/win32/api/shobjidl_core/nf-shobjidl_core-itaskbarlist2-markfullscreenwindow) 的调用,可以进一步解决任务栏弹出的问题 详细请看: [WPF 稳定的全屏化窗口方法](https://blog.lindexi.com/post/WPF-%E7%A8%B3%E5%AE%9A%E7%9A%84%E5%85%A8%E5%B1%8F%E5%8C%96%E7%AA%97%E5%8F%A3%E6%96%B9%E6%B3%95.html ) 例子: https://github.com/lindexi/lindexi_gd/tree/46e400d9d4601730c1f5c974ea568416453fe48d/KenafearcuweYemjecahee
See https://github.com/devlooped/GitInfo/discussions/349