zahirtezcan-bugs

Results 2 issues of zahirtezcan-bugs

I don't know if you are planning a VS2022 support soon but here is a patch that worked for me on VS2022 [0001-may-work-with-vs2022.zip](https://github.com/awulkiew/graphical-debugging/files/8212742/0001-may-work-with-vs2022.zip) **This is NOT a patch for making...

enhancement

Two dimensional array access should be similar to: `array[(rowIndex * columnCount) + columnIndex]` But for example: https://github.com/badamczewski/DataOrientedDesign/blob/49c1a08606078737c85ec754ddfd90f5b25bbc17/DoDSamples/Samples/Benchmarks/RowsVsCols.cs#L33-L39 which is `array[(columnIndex * columnCount) + rowIndex]` The results seem to be aligned...