v-amyli3

Results 108 comments of v-amyli3

@dreddy-work, verified this on .NET 8.0 latest build: 8.0.100-alpha.1.22565.7, issue only **repro** on a high 150/200 DPIs **secondary monitor**, it **doesn't repro** on a high DPIs **Primary monitor**.

@elachlan we can repro this issue on .NET 6.0, 7.0, 8.0 and 9.0. ![Repro](https://github.com/dotnet/winforms/assets/62929087/1fa8a294-978a-429a-8acc-af3758db63c8)

@Tanya-Solyanik , this issue reproduces on .NET Framework 4.8 & 4.8.1 and it doesn't repro on 4.7.2 and its previous versions. Also it doesn't depend on AccessibilityImprovements.Level, add following quirk...

Hi @redstrate, thanks for your reporting! @gcampbell-msft when a test fails, the test output does not show detailed error messages on the code line, but we can press the "Show...

Hi @pretendb, we are sorry that you hit the same issue, and we have reproduced this issue, our development team will investigate this issue. If there is any progress, we...

Hi @Joker2387089590 , thanks for reporting issue here! I reproduced this on our side, below video is our repro steps, in settings.json `"cmake.buildDirectory": "${workspaceFolder}/build"` and no binaryDir in cmake presets,...

Hi @AntonPieper , thanks for reporting issue here! We try to repro this issue on our side with Linux OS and latest cmake tools, unfortunately we cannot repro it. Build...

Hi @gcampbell-msft @PILIX123, it seems to have the same root cause as https://github.com/microsoft/vscode-cmake-tools/issues/4424

@PILIX123 Thanks for your fix! After installed the VSIX built from https://github.com/PILIX123/vscode-cmake-tools/tree/main branch, this issue was fixed. But the VSXI version of cmake tools is 1.13.0, is this the correct...