You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Mario Salazar de Torres (Jira)" <ji...@apache.org> on 2021/05/12 19:55:00 UTC

[jira] [Created] (GEODE-9271) Split managed and unmanaged C# code

Mario Salazar de Torres created GEODE-9271:
----------------------------------------------

             Summary: Split managed and unmanaged C# code
                 Key: GEODE-9271
                 URL: https://issues.apache.org/jira/browse/GEODE-9271
             Project: Geode
          Issue Type: Task
          Components: native client
            Reporter: Mario Salazar de Torres


*AS A* geode-native contributor
*I WANT TO* split managed and unmanaged C# code
*SO THAT* there is no issues with using Boost and CLR

---

*Additional information*:

As seen on issue [https://github.com/apache/geode-native/pull/776#discussion_r631224771,] boost presents some issues while source code is compiled with CLR enabled. Proposed solution is to split the C# into 2 compiling unit. So, in this way you have all unmanaged code without CLR enabled and all the managed code with CLR enabled.

 



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