kirsan31

Results 20 issues of kirsan31

Same example as #3. ```c# static void Main(string[] args) { var highlighter = new Highlighter(new HtmlEngine()); var s = @" static void Main(string[] args) { var highlighter = new Highlighter(new...

## Proposed changes With current implementation if currently unsharing row is the last one instance (of this shared row) in DataGridViewRowCollection we will clone it and therefore current instance will...

area: DataGridView
waiting-on-team

### Test DataGridView_ColumnHeadersHeightSizeMode_SetNonResizeThenResize_RestoresOldValue DataGridView_ColumnHeadersHeightSizeMode_SetWithHandle_GetReturnsExpected DataGridView_ColumnHeadersHeight_SetWithHandle_GetReturnsExpected DataGridView_ColumnHeadersHeight_SetWithParentWithHandle_GetReturnsExpected DataGridView_OnColumnHeadersHeightChanged_InvokeWithHandle_CallsColumnHeadersHeightChanged DataGridView_OnColumnHeadersHeightSizeModeChanged_InvokeWithHandle_CallsColumnHeadersHeightSizeModeChanged DataGridView_OnRowHeadersWidthChanged_InvokeWithHandle_CallsRowHeadersWidthChanged DataGridView_OnRowHeadersWidthSizeModeChanged_InvokeWithHandle_CallsRowHeadersWidthSizeModeChanged DataGridView_Parent_SetWithHandle_GetReturnsExpected DataGridView_RowHeadersWidthSizeMode_SetNonResizeThenResize_RestoresOldValue DataGridView_RowHeadersWidthSizeMode_SetWithHandle_GetReturnsExpected DataGridView_RowHeadersWidth_SetWithHandle_GetReturnsExpected DataGridView_RowHeadersWidth_SetWithParentWithHandle_GetReturnsExpected DataGridView_TopLeftHeaderCell_GetWithHandle_ReturnsExpected DataGridView_TopLeftHeaderCell_SetWithHandle_GetReturnsExpected ### Issue description All these tests may randomly fail due to extra invalidations....

help wanted
test-bug

Error with manual run: ![image](https://user-images.githubusercontent.com/17767561/206895182-d96e8d44-8e07-4f4d-bb19-e5d4f9f20e65.png) Log: ``` [EXECUTING: PerfView /DataFile:D:\EXTERNAL\PerfView\4.123.8370.28342_2022.12.09.11.00.38.etl /Merge:true /zip:true /BufferSizeMB:256 /StackCompression /CircularMB:500 /MaxCollectSec:20 /KernelEvents:ThreadTime /TplEvents:Default /FocusProcess:4732 /logFile=D:\EXTERNAL\PerfView\perfViewRun.log /AcceptEula collect] [Kernel Log: D:\EXTERNAL\PerfView\4.123.8370.28342_2022.12.09.11.00.38.kernel.etl] Kernel keywords enabled: ThreadTime Aborting...

### .NET version 5.0+ ### Did it work in .NET Framework? Yes ### Did it work in any of the earlier releases of .NET Core or .NET 5+? Work in...

:boom: regression-release

On one solution I see this error: ![image](https://user-images.githubusercontent.com/17767561/141689609-c8bbeff1-b869-4ae9-95d2-a300c0318646.png) On second solution it opens two empty files: ![image](https://user-images.githubusercontent.com/17767561/141690821-22966977-61c8-4ed9-96c2-38ccec452737.png) From explorer TortoiseGit menu working fine. I found old closed similar issue https://github.com/sboulema/TGit/issues/9....

All activities are ~2 years old :-( May be some actual fork is exists?

Fix #4808 and problem that was mentioned in #11334. ## Proposed changes Replace `ToolStripItem? _currentItem` with `WeakReference _currentItem` in `MouseHoverTimer` Implement [this suggestion.](https://github.com/dotnet/winforms/issues/4808#issuecomment-1849319594) ## Customer Impact No more memory leak...

waiting-review

### .NET version .Net7 and .Net8 ### Did it work in .NET Framework? Yes ### Did it work in any of the earlier releases of .NET Core or .NET 5+?...

tenet-performance
:boom: regression-release

Fixes #11037 ## Proposed changes - Сhange the default font only if it has really changed. Most of these problems already was solved in f36b0db2400247c3ed68b9538f92ab6914896b1d. - Not use scaled default...

waiting-review