Michael Martell created GEODE-9355:
--------------------------------------
Summary: Develop Methodology for Development and testing of .NET
Core Client
Key: GEODE-9355
URL: https://issues.apache.org/jira/browse/GEODE-9355
Project: Geode
Issue Type: Task
Components: native client
Reporter: Michael Martell
It would be great if the .NET Core client can leverage existing C++/CLI tests.
Current thinking is as follows:
* port an existing .NET Framework file (PdxHelper.cpp for example) to C#
(Note: dotPeek looks like it can decompile into C#).
* add the ported file to the NetCore dll and retarget for .NET Framework to
allow calling from the existing C++/CLI integration tests
* remove the ported file from the existing Apache.Geode.dll
* relink the C++/CLI integration tests to include the retargetted NetCore
library containing the ported file
* run the existing tests that utilize the ported file
Testing calling into new C# dll from existing C++/CLI code, so we can run
existing tests
--
This message was sent by Atlassian Jira
(v8.3.4#803005)