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)