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)