Skip to content

Commit

Permalink
fixed bug that stopped macro evaluation from working
Browse files Browse the repository at this point in the history
  • Loading branch information
Irame committed Sep 27, 2023
1 parent dc62322 commit bbc8bf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ public string GetMSBuildPropertyValue(IVsHierarchyWrapper hierarchy, string prop
{
ThreadHelper.ThrowIfNotOnUIThread();

var propStorage = hierarchy as IVsBuildPropertyStorage;
var propStorage = hierarchy.Hierarchy as IVsBuildPropertyStorage;

if (propStorage == null)
return null;
Expand Down

0 comments on commit bbc8bf4

Please sign in to comment.