You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/01/18 18:42:00 UTC

[jira] [Commented] (GEODE-8845) Add Missing public Declarations for .NET Cacheables

    [ https://issues.apache.org/jira/browse/GEODE-8845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267461#comment-17267461 ] 

ASF GitHub Bot commented on GEODE-8845:
---------------------------------------

mmartell opened a new pull request #724:
URL: https://github.com/apache/geode-native/pull/724


   Several of the provided .NET Cacheable types were missing the public attribute. 


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Add Missing public Declarations for .NET Cacheables
> ---------------------------------------------------
>
>                 Key: GEODE-8845
>                 URL: https://issues.apache.org/jira/browse/GEODE-8845
>             Project: Geode
>          Issue Type: Bug
>          Components: native client
>            Reporter: Michael Martell
>            Priority: Minor
>
> The .NET APIs provide Cacheable types (e.g. CacheableString) for the standard .NET types. However, several of them are missing the public declarations, making them inaccessible. 
> These classes provide a hashCode() function that matches the corresponding hashCode on the server side. It would be nice to be able to leverage these functions when using these types in a key class. I discovered this when implementing a new ClassAsKey example.



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