mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
Yield translation derived its target type only from synchronous enumerable interfaces, leaving async iterator yields untyped and preserving compiler boxing casts. Use the element type already recovered by the async decompiler. Assisted-by: Copilot:gpt-5.6-sol:GitHub Copilot CLI Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 86d2918e-5a24-48b4-9a86-41d331ec3720pull/3911/head
2 changed files with 35 additions and 1 deletions
Loading…
Reference in new issue