Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed instances of CurrentCulture to InvariantCulture #118

Conversation

Cardanis
Copy link

@Cardanis Cardanis commented Jul 7, 2021

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

…vior is the same regardless of client lagnuage settings.
@toddbellMSFT
Copy link
Contributor

We can't accept this code change as is, but we can create a new static setting to enable this behavior.

PlayFab/SDKGenerator#849

In the next PlayFab release of the new year, you will be able to enable the behavior you have here by setting PlayFab.Json.SimpleJsonInstance = true; when initializing PlayFab, but before making your first call.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants