mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
The legacy .NET Framework vbc lowers anonymous types differently from Roslyn: ToString builds its result with a StringBuilder instead of one String.Format call, no DebuggerBrowsable/DebuggerHidden attributes are emitted even in debug builds, and in optimized builds the DebuggerDisplay attribute precedes CompilerGenerated in metadata order. The None/Optimize test configurations only run on machines where that compiler is installed, which is why the fixture did not cover them yet. Assisted-by: Claude:claude-fable-5:Claude Codepull/3964/head
1 changed files with 21 additions and 4 deletions
Loading…
Reference in new issue