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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)