zeroc-ice / ice

All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more.
https://zeroc.com
GNU General Public License v2.0
2k stars 592 forks source link

Fix dictionary comparison in C# #2237

Closed bernardnormier closed 1 month ago

bernardnormier commented 1 month ago

This PR fixes dictionary comparison in C#. The new DictionaryEqual is no longer order-dependent. This code was imported from IceRPC.

It also updates the tests to use either this new DictionaryEqual or Linq's Enunerable.SequenceEqual.