Skip to content

Commit

Permalink
Merge pull request #46679 from sharwell/update-ilspy
Browse files Browse the repository at this point in the history
Update to ICSharpCode.Decompiler 6.1.0.5902
  • Loading branch information
sharwell authored Aug 13, 2020
2 parents 182bdff + 9c1dc15 commit e92e22c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<EnvDTE80Version>8.0.0</EnvDTE80Version>
<FakeSignVersion>0.9.2</FakeSignVersion>
<HumanizerCoreVersion>2.2.0</HumanizerCoreVersion>
<ICSharpCodeDecompilerVersion>5.0.2.5153</ICSharpCodeDecompilerVersion>
<ICSharpCodeDecompilerVersion>6.1.0.5902</ICSharpCodeDecompilerVersion>
<MicrosoftBuildVersion>15.3.409</MicrosoftBuildVersion>
<MicrosoftBuildFrameworkVersion>15.3.409</MicrosoftBuildFrameworkVersion>
<MicrosoftBuildLocatorVersion>1.2.6</MicrosoftBuildLocatorVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ void BuildReferenceCache()
}
}

bool IAssemblyResolver.IsGacAssembly(IAssemblyReference reference)
{
// This method is not called by the decompiler
throw new NotSupportedException();
}

public PEFile Resolve(IAssemblyReference name)
{
Log("------------------");
Expand Down

0 comments on commit e92e22c

Please sign in to comment.