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)