You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2021/11/19 18:11:00 UTC

[jira] [Comment Edited] (IGNITE-15954) .NET: TypeResolver ignores dynamic assemblies

    [ https://issues.apache.org/jira/browse/IGNITE-15954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17446618#comment-17446618 ] 

Pavel Tupitsyn edited comment on IGNITE-15954 at 11/19/21, 6:10 PM:
--------------------------------------------------------------------

Merged to master: 69a68ea3f3f9005648a329153ad8cdccdbb6e043


was (Author: ptupitsyn):
Merged to master: v

> .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
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)