You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often when writing workarounds for shortcomings in a library, it is preferable to avoid reflection and re-writing string functions. In vs-mef one of the internal classes is often involved for keys in e.g. hash tables:
What is the situation where you need this, but aren't in a PartDiscovery-derived class that can reach this member via the PartDiscovery.GetContractName protected member?
Often when writing workarounds for shortcomings in a library, it is preferable to avoid reflection and re-writing string functions. In
vs-mef
one of the internal classes is often involved for keys in e.g. hash tables:I believe it would be helpful if this class and its methods were public.
The text was updated successfully, but these errors were encountered: