Skip to content

Commit

Permalink
Adds Counters and Lists to CSharp SDK (#3581)
Browse files Browse the repository at this point in the history
* Adds Counter methods to CSharp SDK
* Adds Lists methods to Csharp SDK
* Adds csharp client SDK documentation for counts and lists
* Adds feature publication gate for the csharp SDK to the Agones docs
* Formatting fixes for the C# SDK documentation.

This also includes some fixes for PlayerTracking, so it's all formatted
consistently.

---------

Co-authored-by: Mark Mandel <markmandel@google.com>
  • Loading branch information
igooch and markmandel authored Apr 3, 2024
1 parent f228bfa commit f4403e8
Show file tree
Hide file tree
Showing 6 changed files with 1,228 additions and 30 deletions.
2 changes: 1 addition & 1 deletion build/includes/sdk.mk
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ run-sdk-conformance-test-csharp:
# run without feature flags
$(MAKE) run-sdk-conformance-test SDK_FOLDER=csharp GRPC_PORT=9005 HTTP_PORT=9105
# run with feature flags enabled
$(MAKE) run-sdk-conformance-test SDK_FOLDER=csharp GRPC_PORT=9005 HTTP_PORT=9105 FEATURE_GATES=PlayerTracking=true TESTS=$(DEFAULT_CONFORMANCE_TESTS),$(ALPHA_CONFORMANCE_TESTS)
$(MAKE) run-sdk-conformance-test SDK_FOLDER=csharp GRPC_PORT=9005 HTTP_PORT=9105 FEATURE_GATES=$(ALPHA_FEATURE_GATES) TESTS=$(DEFAULT_CONFORMANCE_TESTS),$(ALPHA_CONFORMANCE_TESTS),$(COUNTS_AND_LISTS_TESTS)

run-sdk-conformance-test-rest:
# (note: the restapi folder doesn't use GRPC_PORT but run-sdk-conformance-no-build defaults it, so we supply a unique value here)
Expand Down
Loading

0 comments on commit f4403e8

Please sign in to comment.