You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2017/03/30 12:59:41 UTC

[jira] [Created] (IGNITE-4885) .NET: Meaningless exception on generic type in BinaryConfiguration

Pavel Tupitsyn created IGNITE-4885:
--------------------------------------

             Summary: .NET: Meaningless exception on generic type in BinaryConfiguration
                 Key: IGNITE-4885
                 URL: https://issues.apache.org/jira/browse/IGNITE-4885
             Project: Ignite
          Issue Type: Bug
          Components: platforms
    Affects Versions: 1.6
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
             Fix For: 2.0


{{BinaryTypeConfiguration}} does not support open generic types (when parameters are not specified, like {{typeof(List<>)}} instead of {{typeof(List<int>}}). But the exception is not helpful, and stack trace is very short (because of native transition).

We should try to provide meaningful exception message and a proper stack trace.



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