InflexCZE
InflexCZE
##### Brief Description After update from CppSharp 0.10.2 to 1.0.0 we've noticed that semantics of virtual table substitution in generated C# changed slightly, causing Access violation (reads of random memory)...
Hello, first of all very nice tool. Great work, thank you 👍 I've noticed that only offline profiling is currently supported (capture first, visualize after). Are there any plans to...
Given WASM ```wasm 0000024: 44 ; f64.const 0000025: 0000 0000 0000 e0c1 ; f64 literal (module (func (export "addTwo") (result f64) f64.const -0x1p+31 ) ) ``` and wasm2c conversion output...
**To Reproduce** ``` ``` **Expected behavior**  **Observed behavior** DisplayMemberPath is not respected. ToString is evaluated https://source.dot.net/#System.Private.CoreLib/src/libraries/System.Private.CoreLib/src/System/Collections/DictionaryEntry.cs,83dec663d4204ba3,references 
**To Reproduce** 1. Use following code 2. Click on either GridSplitter and drag it around 3. See the layout corrupts, random column collapses to width 0 ``` WWWWWWWWWWWWWWWWWiiiiiiiiiiiiiiiiiide ListBox Item...
When range-iterating MemoryPool, when there are exactly N x SIZE records, the iterator will fail to stop at last block and continue reading from nullptr chunk. This typically crashes at...