C#DecompilerEnhancementHelp Wanted
Repository-Metriken
- Stars
- (25.162 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 15T 22h) (61 gemergte PRs in 30 T)
Beschreibung
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.