lindexi

Results 110 issues of lindexi

- 原先逻辑的 optFileCanIncludePredicate 传入空是表示通过,现在被改为不通过 - 从 `_packageIncludeDirectories` 获取的文件夹是使用 `\` 开头的,将导致在 Linux 平台执行不符合预期 - 每个文件都需要做一次判断,执行逻辑比较复杂 https://github.com/dotnet-campus/dotnetcampus.DotNETBuildSDK/pull/143

Fixes https://github.com/dotnet/wpf/issues/9467 Reference https://github.com/dotnet/wpf/pull/6700 and https://github.com/dotnet/wpf/pull/9460 ## Description See https://github.com/dotnet/wpf/issues/9467 After https://github.com/dotnet/wpf/pull/6700 , to reduce allocations when tracing routed events, we'll use `_traceArguments` field to store the trace arguments which...

PR
Community Contribution

## What does the pull request do? Adding the touch size support, which know as [ContactRect](https://learn.microsoft.com/en-us/windows/windows-app-sdk/api/winrt/microsoft.ui.input.pointerpointproperties.contactrect?view=windows-app-sdk-1.5 ) in X11 and Windows platform. ## What is the current behavior? Miss the...

enhancement
feature
os-linux

See https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/file The `file` is the keyword of type modifier as the type visibility.

### Description When using `ManagementEventWatcher` to listen for WMI changes in a WPF application, the touch functionality becomes unresponsive. ### Reproduction Steps 1. Install the `System.Management` library to use `WqlEventQuery`...

Bug
area-Touch

## What does the pull request do? This pull request implements the use of MIT-SHM for pushing rendered images. It replaces the `XPutImage` method with `XShmPutImage`. This change significantly reduces...

enhancement
os-linux

We can use the IconPacks browser to find the awesome icons without compile and find the exe file

**Describe the bug** The `DocumentFormat.OpenXml.Office2010.Drawing.TextMath` (`a14:m`) is inherit OpenXmlLeafElement now. But as the document says, the `DocumentFormat.OpenXml.Office2010.Drawing.TextMath` (`a14:m`) will contain the OfficeMath element. The sample OpenXML document: ```xml 123 123...

bug
breaking-change