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
For (at least) .NET Core projects, the IVsHierarchy returned from VisualStudioWorkspace.GetHierarchy is not the same as that retrieved using the classic shell interfaces -- specifically, by calling IVsSolution.GetProjectOfUniqueName. Comparing the two RCW instances (after properly normalizing them by calling QI for IUnknown on each), shows they are not the same.
The IVsHierarchy retrieved from the workspace does not work in at least some scenarios. In particular, calling IVsSolution.GetGuidOfProject fails with E_FAIL.
The text was updated successfully, but these errors were encountered:
For (at least) .NET Core projects, the
IVsHierarchy
returned fromVisualStudioWorkspace.GetHierarchy
is not the same as that retrieved using the classic shell interfaces -- specifically, by callingIVsSolution.GetProjectOfUniqueName
. Comparing the two RCW instances (after properly normalizing them by calling QI forIUnknown
on each), shows they are not the same.The
IVsHierarchy
retrieved from the workspace does not work in at least some scenarios. In particular, callingIVsSolution.GetGuidOfProject
fails withE_FAIL
.The text was updated successfully, but these errors were encountered: