-
Notifications
You must be signed in to change notification settings - Fork 55
pdbReader.GetMethod doesn't work correctly for any overriden/abstract member #63
Comments
|
@dungpa I'm busy trying to finish up SourceLink.exe so that I can release |
Fair enough. I would like to release VFPT 1.8.0 in the end of this month. Would be great if we can fix this beforehand. |
Sorry for the delay. I finally found time to look at this today. The compilers choose which methods to add to the pdb. At runtime, it is going to the the concrete type and not the interface. Unfortunately, interfaces are not source indexed and you will not be able to F12 into them at design time. So it is not a bug. It is a limitation for design time. |
According to @dungpa. fsprojects-archive/zzarchive-VisualFSharpPowerTools#948
I'll have to take a look.
The text was updated successfully, but these errors were encountered: