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
2.04k stars 592 forks source link

Map struct to record classes (and structs), use default Equals/GetHas… #2235

Closed bernardnormier closed 4 months ago

bernardnormier commented 4 months ago

…hCode

This PR changes the struct-to-C# class mapping: the mapped class is not a (read-write) record class with its default Equals and GetHashCode implementation.

Fixes #2214.