mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
The setting carried the C# 11.0 display category but was missing from both SetLanguageVersion and GetMinimumRequiredVersion, so decompiling for an older target language version could still produce switches over ReadOnlySpan<char> that the requested compiler cannot compile. Gating it like the other C# 11.0 settings closes that gap; the category string is now derived from the version like everywhere else. Assisted-by: Claude:claude-fable-5:Claude Codepull/3970/head
1 changed files with 1 additions and 2 deletions
Loading…
Reference in new issue