[ https://issues.apache.org/jira/browse/GEODE-9360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17370725#comment-17370725 ]
ASF GitHub Bot commented on GEODE-9360: --------------------------------------- pivotal-jbarrett commented on a change in pull request #823: URL: https://github.com/apache/geode-native/pull/823#discussion_r659948766 ########## File path: netcore/geode-dotnet-core.sln ########## @@ -0,0 +1,31 @@ + Review comment: That seems odd to me since most of the work to support C# and .NET in CMake is for .NET Core but perhaps with an emphasis on not being stuck with VS build as the build toolkit. Since I should be able to build .NET Core on my Mac I shouldn't need VS Studio and build tools to do so right? Something we should certainly improve on because checking in any project files has never gone well in all of the history of software development. ;) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@geode.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Initial revision of .net core support > ------------------------------------- > > Key: GEODE-9360 > URL: https://issues.apache.org/jira/browse/GEODE-9360 > Project: Geode > Issue Type: Improvement > Components: native client > Reporter: Blake Bender > Priority: Major > Labels: pull-request-available > > As a .net core developer, I would like to be able to access the geode-native > API. To facilitate this, we need to implement a minimal set of C# classes > that use p/invoke to access geode-native via C bindings (GEODE-9358). -- This message was sent by Atlassian Jira (v8.3.4#803005)