William Xie

Results 3 issues of William Xie

The underlying TraceLog source is IDisposable, so there might be a chance where the TraceLog gets disposed while the AutomatedAnalysisTraceLog is in use.

I noticed that the netstandard2.0 version of `SQLitePCLRaw.batteries_v2.dll` is missing NativeLibraries, but it exists in the net461 copy: ![image](https://user-images.githubusercontent.com/29215642/199609616-7d802866-fa75-47b2-af13-5f13452b9d7b.png) Since PackageReference uses the targetframework of the app, a .Net6.0 console...

Zip File contains Visual Studio Solution of an example WPF app that shows the behavior: [WpfApp_GridViewRowPresenter.zip](https://github.com/nvaccess/nvda/files/3752292/WpfApp_GridViewRowPresenter.zip) ### Steps to reproduce: 1. Open the attached zip file and extract all files,...