mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
CovariantReturns (C# 9), InlineArrays (C# 12) and ExtensionMembers (C# 14)
are exposed in the decompiler options UI via [Description("DecompilerSettings.X")]
but had no entry in Resources.resx, so each showed its raw resource key instead
of a label. Add the three strings. AggressiveScalarReplacementOfAggregates is
left out deliberately: it is [Browsable(false)] outside DEBUG, so users never
see it.
Assisted-by: Claude:claude-opus-4-8:Claude Code
pull/3755/head
1 changed files with 9 additions and 0 deletions
Loading…
Reference in new issue