Update C# SDK docs & snippets to v3#31
Open
EtayM wants to merge 2 commits into
Open
Conversation
Rewrite the C# SDK guide pages and all C# snippets across the platform guides for the v3 SDK (single Enjin.Platform.Sdk package, PlatformClient + QueryQueryBuilder/MutationQueryBuilder, TransactionInput-based mutations). Delete the Platform Events page (v3 dropped the Pusher event service). Leave C++ snippets on v2 with a "coming soon" callout per page. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Rename the page to a "_" partial so it's excluded from the build, and de-link the four pages that referenced it (quick-start, enjin-platform, hot-cold-inventories, the-multiverse). Restore the links when the native wallet-request flow lands on v3. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the C# SDK guide pages and every C# snippet across the platform guides for the v3 SDK (single
Enjin.Platform.Sdkpackage;PlatformClient+QueryQueryBuilder/MutationQueryBuilder; on-chain actions viaTransactionInput/CreateTransaction). Removes the Platform Events page (v3 dropped the Pusher event service). C++ snippets stay on v2 with a "coming soon" callout per page.Also hides the Sending Wallet Requests page until its native wallet-request flow ships on v3 (de-linked from the four pages that referenced it).