Closed pepone closed 3 years ago
Rather than pass the type ID and store it with IceRpc.ClassAttribute we should retrieve from the type using GetIceTypeId, we should also add a separate attribute CompactIdAttribute and do the same for compact IDs.
IceRpc.ClassAttribute
GetIceTypeId
CompactIdAttribute
fixed in https://github.com/zeroc-ice/icerpc-csharp/pull/244
Rather than pass the type ID and store it with
IceRpc.ClassAttribute
we should retrieve from the type usingGetIceTypeId
, we should also add a separate attributeCompactIdAttribute
and do the same for compact IDs.