mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
A conversion from a value type to a reference type produced an opaque cast, so no box instruction appeared anywhere in the converted tree, while the same C# compiled as a plain lambda yields box T. The operand type is what box takes, and it is available from the converted operand. Assisted-by: Claude:claude-opus-5[1m]:Claude Codepull/4091/head
1 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue