GitHub user karensmolermiller opened a pull request:
https://github.com/apache/geode-native/pull/75
GEODE-2513 Unbrand .NET API docs section
- Remove references to GemFire
- Namespace updates
- Correct typos and capitalization
- Use .NET scoping operator (not C++)
- Avoid duplication in the manual of QuickStart code
@davebarnes97 @joeymcallister @PivotalSarge @echobravopapa @dgkimura
@mmartell
Please give this PR a careful review. The namespace change for .NET
clients was tricky, and I'm not sure if the 'Generic' exists for Geode. There
were also a few places in the docs that used the C++ scoping operator (::)
instead of a period; I think that those were typos in the original
documentation.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/karensmolermiller/geode-native
feature/GEODE-2513-14
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/geode-native/pull/75.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #75
----
commit 0f8f9913a8251f5bba60acf22624d9d5b513689a
Author: Karen Miller <[email protected]>
Date: 2017-03-24T21:20:13Z
GEODE-2513 Unbrand .NET API docs section
- Remove references to GemFire
- Namespace updates
- Correct typos and capitalization
- Use .NET scoping operator (not C++)
- Avoid duplication in the manual of QuickStart code
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---