Uh oh!
There was an error while loading. Please reload this page.
[release/8.0] Fix type parameter mapping logic in ILLink/ILCompiler - #92139
Conversation
ghost
commented
Sep 15, 2023
Tagging subscribers to this area: @agocke, @sbomer, @vitek-karas Issue DetailsBackport of #92088 to release/8.0 /cc @sbomer Customer ImpactFixes a blocking bug that was causing ILLink to crash. The crash can be observed when using code or dependencies with a certain kind of lambda expression usage. Originally reported in #91880, where it was observed in an empty blazor app with a reference to TestingAdded test coverage for this pattern, and verified that the original repro is fixed. RiskLow risk. This only introduces another case to the existing discovery logic.
|
jeffschwMSFT
left a comment
There was a problem hiding this comment.
approved. when ready this can be merged
Backport of #92088 to release/8.0
/cc @sbomer
Customer Impact
Fixes a blocking bug that was causing ILLink to crash. The crash can be observed when using code or dependencies with a certain kind of lambda expression usage. Originally reported in #91880, where it was observed in an empty blazor app with a reference to
LanguageExt.Core.Testing
Added test coverage for this pattern, and verified that the original repro is fixed.
Risk
Low risk. This only introduces another case to the existing discovery logic.