Uh oh!
There was an error while loading. Please reload this page.
Fix GetHashCode implementation for InterproceduralState - #82431
Conversation
ghost
commented
Feb 21, 2023
Tagging subscribers to this area: @agocke, @sbomer, @vitek-karas Issue DetailsThis is a port of dotnet/linker#3163 to runtime repo.
|
vitek-karas
commented
Feb 21, 2023
The test failed due to: This is a known problem with the analyzer tests that they rely on live NuGet to get a ref package. The plan is to eventually copy the ref assemblies which the test was built with into the test output as assets and use those instead (so that the tests don't require to be online). Unrelated to this change. |
This is a port of dotnet/linker#3163 to runtime repo.