DoctorKrolic
Results
71
comments of
DoctorKrolic
trafficstars
`ImplementInterface` currently [uses `TypeCompareKind.ConsiderEverything2`](https://github.com/dotnet/roslyn/blob/14f5b27c7206557c9054ba6ce59cb9c819d5b473/src/Compilers/CSharp/Portable/Symbols/TypeSymbolExtensions.cs#L21), which is marked as ["temporary" an should be removed](https://github.com/dotnet/roslyn/blob/14f5b27c7206557c9054ba6ce59cb9c819d5b473/src/Compilers/Core/Portable/Symbols/TypeCompareKind.cs#L17-L18). Given that current behavior of `ImplementInterface` may lead to unexpected results like this issue and is confuisng...