babelshift / SteamWebAPI2

🎮 C# / .NET library that makes it easy to use the Steam Web API. It conveniently wraps around all of the JSON data and ugly API details with clean methods, structures and classes.
MIT License
263 stars 43 forks source link

Update DOTA2/MatchPlayer & Test (Issue-120) #121

Closed Dmitriy-ksm closed 2 years ago

Dmitriy-ksm commented 2 years ago

Solving issue-120. I did not add the flags field to the MatchDetailsResult because I could not find any information about this field. It seems that it always returns 0, and I could assume that this is a uint, but I think that the risk / utility ratio is not in favor of adding a questionable field to the model. More over, User unit test crashed due to CultureInfo of my system. Possibly related to issue-106.

babelshift commented 2 years ago

@Dmitriy-ksm thanks!