[
https://issues.apache.org/jira/browse/IGNITE-15954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17446452#comment-17446452
]
Igor Sapego commented on IGNITE-15954:
--------------------------------------
[~ptupitsyn] looks good.
> .NET: TypeResolver ignores dynamic assemblies
> ---------------------------------------------
>
> Key: IGNITE-15954
> URL: https://issues.apache.org/jira/browse/IGNITE-15954
> Project: Ignite
> Issue Type: Bug
> Components: platforms
> Affects Versions: 2.11
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Major
> Labels: .NET
> Fix For: 2.12
>
>
> As part of examples modernization (IGNITE-13979), TypeResolver was "fixed" to
> [ignore dynamic
> assemblies|https://github.com/ptupitsyn/ignite/commit/77078c73298b9c9f55837c54c4a9a307e0e15817].
>
> [Some users rely on dynamic
> assemblies|https://stackoverflow.com/questions/70017263/dynamically-generated-type-is-not-restored-from-persistence-region-after-migrati]
> for Ignite cache keys and values, previous behavior should be restored.
> *Workaround*
> Register dynamic types explicitly before using cache APIs:
> {code}
> ignite.GetBinary().GetBinaryType(MY_TYPE);
> {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)