C#DecompilerEnhancementHelp Wanted
仓库指标
- Star
- (25,162 star)
- PR 合并指标
- (平均合并 15天 22小时) (30 天内合并 61 个 PR)
描述
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.