dotnet / linker

388 stars 127 forks source link

Check for nulls in IsInterfaceImplementationNeededByTypeDueToInterface #3050

Closed jtschuster closed 1 year ago

jtschuster commented 1 year ago

I haven't been able to reproduce the issue, but I think this should be a fix for https://github.com/dotnet/runtime/issues/76167 (I can't think of anywhere else there would be a null ref in that method). I would guess that it would also be throwing in other places before the interfaces are handled though, so I'm going to continue trying to repro.