question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Google.Apis.Games.v1 NuGet package outdated

See original GitHub issue

The NuGet version is outdated, it is v1.9.0.1030 while all other packages are v1.10.0. This not only makes it unusable with other API packages but also missing Google.Apis.Games.v1.ApplicationsResource.VerifyRequest which I need. Please update the package.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
chrisdunelmcommented, Sep 16, 2016

The reason this doesn’t currently build is the enum definition here, in which “played_with” and “playedWith” both map to the same “PlayedWith” name in C#, causing a compile failure.

I’ve confirmed with the Games team that this enum is never persisted server-side, and is only used as a client-to-server parameter, so we can simply remove the deprecated value from the games_v1.json file. Then this library will build correctly again, and we can release a new version. We hope to do this in the next week or two.

1reaction
chrsmithcommented, May 24, 2016

@NKnusperer The NuGet package was published the last time the Games API was able to be built and work correctly with the C# libraries. I’ll follow up with the internal team at Google responsible for the API and see what they need to do so that it can work correctly with C# again.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Google.Apis.Games.v1 1.61.0.3114
Version Downloads Last updated 1.61.0.3114 1,374 a month ago 1.61.0.2990 163 2 months ago 1.60.0.2990 9,602 5 months ago
Read more >
Google.Apis.Games.v1 1.33.1.1239
Google APIs Client Library for working with Games v1. Supported Platforms: - .NET Framework 4.5+ - NetStandard1.3, providing .NET Core support.
Read more >
Google.Apis.Games.v1 1.33.1.1219
Version Downloads Last updated 1.61.0.3114 294 23 days ago 1.61.0.2990 155 2 months ago 1.60.0.2990 9,601 5 months ago
Read more >
Nuget: 'Google.Apis' already has a dependency defined for ...
I'm facing the following error in NuGet while trying to install package Install-Package Google.Apis.Drive.v3 -Version 1.37.0.1470 .
Read more >
Google.Apis.Games.v1 1.32.2.1183
Google APIs Client Library for working with Games v1. Supported Platforms: - .NET Framework 4.5+ - NetStandard1.3, providing .NET Core support.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found