CSharpSDK icon indicating copy to clipboard operation
CSharpSDK copied to clipboard

SDK for C#/.net environments other than Unity

Results 8 CSharpSDK issues
Sort by recently updated
recently updated
newest added

Refer to https://datatracker.ietf.org/doc/html/rfc4627.html#section-2.5. * Extend `EscapeCharacters` to include the full `\u0000` to `\u001f` range. * Add `BuildEscapeTableArray()` and use it to populate `EscapeTable`. This has the added benefit of removing...

this is so parsing behavior is the same regardless of client lagnuage settings. For a discussion of the issue view: https://community.playfab.com/questions/54092/datetime-parsing-wrong-in-c-client-sdk.html?childToView=54202#answer-54202

Switch ListQosServers() to newer ListQosServersForTitle()

responses are being left open which tie up the http stack if you are making parallel http requests.

PROTOTYPE WORK: Lightweight events are custom high-volume, high-throughput events sent to Microsoft's OneDS (One Collector) service account associated with PlayFab user's entity ID. It is expected that these events can...

This PR is intended to share the preview of the changes. This change will be ingested by the generation process and will be updated in the following release.

This is just a proposal of adding the interfaces for the16 InstanceAPI classes that exist. Consumers would then be able to mock the instance apis in their tests.