ILVerify.IResolver with AssemblyName #64068
-
In the ILVerify.IResolver interface, the Resolve method has only runtime/src/coreclr/tools/ILVerification/IResolver.cs Lines 10 to 16 in 3a25a7f I found this comment that appears to explain why the AssemblyName is not passed to IResolver, but am not sure what it means. runtime/src/coreclr/tools/ILVerification/ILVerifyTypeSystemContext.cs Lines 31 to 36 in 3a25a7f |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Yes, I think it should be possible to change this to use
What would you like do with the MetadadaReader of the referencing module? |
Beta Was this translation helpful? Give feedback.
Yes, I think it should be possible to change this to use
AssemblyName
instead ofstring
.What would you like do with the MetadadaReader of the referencing module?