You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2017/05/04 18:05:04 UTC

[jira] [Created] (IGNITE-5172) .NET: Dynamic type registration uses assembly-qualified type name

Pavel Tupitsyn created IGNITE-5172:
--------------------------------------

             Summary: .NET: Dynamic type registration uses assembly-qualified type name
                 Key: IGNITE-5172
                 URL: https://issues.apache.org/jira/browse/IGNITE-5172
             Project: Ignite
          Issue Type: Bug
          Components: platforms
    Affects Versions: 2.0
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
             Fix For: 2.0


{{BinaryProcessor.RegisterType}} uses {{AssemblyQualifiedName}}, which includes assembly version.

This has two issues:
* We ignore current name mapper, so this type name is not the same as type name in binary metadata, marshaller, etc
* This breaks when same type comes from assemblies with different versions, which is a valid scenario. Binary protocol is flexible and does not care about type versions, it tolerates new or missing fields.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)