mono / monodevelop

MonoDevelop is a cross platform .NET IDE
http://www.monodevelop.com
2.84k stars 1.02k forks source link

Add System.HashCode from nuget and switch some usages to it #9494

Closed Therzok closed 4 years ago

Therzok commented 4 years ago

This allows us to write GetHashCode implementations that are well distributed for Dictionary usage.

Fixes https://dev.azure.com/devdiv/DevDiv/_workitems/edit/1044384

Therzok commented 4 years ago

@monojenkins rebase