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 2020/10/20 13:58:00 UTC

[jira] [Created] (IGNITE-13600) .NET: TypeResolver uses legacy ReflectionOnlyLoad

Pavel Tupitsyn created IGNITE-13600:
---------------------------------------

             Summary: .NET: TypeResolver uses legacy ReflectionOnlyLoad
                 Key: IGNITE-13600
                 URL: https://issues.apache.org/jira/browse/IGNITE-13600
             Project: Ignite
          Issue Type: Bug
          Components: platforms
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
             Fix For: 2.10


ReflectionOnlyLoad is not supported on .NET Core [1] [2]

* Replace ReflectionOnlyLoad with System.Reflection.Metadata if possible
* Enable TestReferencedAssemblyLoading


[1] https://docs.microsoft.com/en-us/dotnet/api/system.reflection.assembly.reflectiononlyload?view=netcore-3.1
[2] https://github.com/dotnet/runtime/issues/7452



--
This message was sent by Atlassian Jira
(v8.3.4#803005)