You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2020/08/04 13:24:00 UTC

[jira] [Created] (IGNITE-13326) .NET: GetJvmDllPathsWindows does not work on .NET Core

Pavel Tupitsyn created IGNITE-13326:
---------------------------------------

             Summary: .NET: GetJvmDllPathsWindows does not work on .NET Core
                 Key: IGNITE-13326
                 URL: https://issues.apache.org/jira/browse/IGNITE-13326
             Project: Ignite
          Issue Type: Bug
          Components: platforms
    Affects Versions: 2.4
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
             Fix For: 2.10


GetJvmDllPathsWindows implementation is hidden with preprocessor directives on .NET Core, because it uses Windows Registry, which is not available by default.

We should use Microsoft.Win32.Registry NuGet package to make it work.



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