[
https://issues.apache.org/jira/browse/IGNITE-13588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237302#comment-17237302
]
Danut Radoaica commented on IGNITE-13588:
-----------------------------------------
To reproduce:
* create a cache via Apache Ignite client for ICacheClient<int,
List<SomeClass>>
* "SomeClass" must be from a versioned assembly, let's say v1.26
* run: await cacheClient.PutAsync(tenantId, new List<SomeClass>() \{new
SomeClass(), new SomeClass()}).ConfigureAwait(false);
* bump the version of the assembly, let's say v1.27
* rerun: await cacheClient.PutAsync(tenantId, new List<SomeClass>() \{new
SomeClass(), new SomeClass()}).ConfigureAwait(false);
* the data will not save in SQL, because the metadata for that type is
"System.Collections.Generic.List`1[[...Version=1.26.0, Culture=neutral, ...]]"
> .NET: Returns the full name of the specified type without any assembly
> version info. The reason why this method is needed is that a generic type's
> FullName contains the full AssemblyQualifiedName of its item type.
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-13588
> URL: https://issues.apache.org/jira/browse/IGNITE-13588
> Project: Ignite
> Issue Type: Bug
> Components: platforms
> Affects Versions: 2.9, 2.8.1
> Environment: Apache Ignite: v2.8.1
> JDK: v1.8
> .NET Core: v3.1
> Reporter: Danut Radoaica
> Assignee: Pavel Tupitsyn
> Priority: Major
> Labels: .NET, 2.9.1-rc
> Fix For: 2.9.1
>
> Attachments: Untitled.png
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Returns the full name of the specified type without any assembly version
> info. The reason why this method is needed is that a generic type's FullName
> contains the full AssemblyQualifiedName of its item type.
> ([https://github.com/apache/ignite/pull/8337)|https://github.com/apache/ignite/pull/8337]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)