C#DecompilerEnhancementHelp Wanted
Repository metrics
- Stars
- (25,162 stars)
- PR merge metrics
- (平均マージ 15d 22h) (30d で 61 merged PRs)
説明
We don't support code like this:
someStruct.PointerField += i;
int* x = someStruct.PointerField++;
I'm not sure if it's worth adding support for these constructs -- these are two quite complex features interacting with each other; and such code is quite rare.