Pavel Tupitsyn created IGNITE-8434: -------------------------------------- Summary: .NET: Service proxies do not work on .NET Core Key: IGNITE-8434 URL: https://issues.apache.org/jira/browse/IGNITE-8434 Project: Ignite Issue Type: Bug Components: platforms Affects Versions: 2.4 Reporter: Pavel Tupitsyn Assignee: Pavel Tupitsyn
Service proxies do not work on .NET Core because of conditional compilation in {{ServiceProxyTypeGenerator}}. We only compile for a single target, so {{NETCOREAPP2_0}} branch is never used. Except in tests, so they pass. -- This message was sent by Atlassian JIRA (v7.6.3#76005)