Closed Tvde1 closed 7 years ago
Your Steam.Models/GameEconomy/SchemaQualitiesModel.cs
seems to be fine. I don't get why the error lists Steam.Models/DOTA2/SchemaQualityModel.cs
.
It might be trying to get DOTA 2's item schema. When I hover over the var
, it shows this.
It might be because the two files are both called SchemaModel
. This should be an easy fix,
I'll check it out in about 30 mins. Thanks for the heads up.
On Dec 17, 2016 11:22 AM, "Tim van den Essen" notifications@github.com wrote:
It might be because the two files are both called SchemaModel. This should be an easy fix,
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/babelshift/SteamWebAPI2/issues/31#issuecomment-267771426, or mute the thread https://github.com/notifications/unsubscribe-auth/ACmOXxOriup_UW2dfTyT6A0RiFVhq1xHks5rJAxVgaJpZM4LP62F .
Looking now.
I'm creating some classes specifically for TF2 schemas. I'll probably have it done tomorrow.
Thanks!
Added a new method called GetSchemaForTF2Async
to EconItems
interface to retrieve a TF2 specific schema. My minimal testing has passed. Let me know how it works for you. Try the latest nuget package.
Works like a charm :)
Upon executing
I'm getting this error:
The error is happening in
EconItems.cs
at line 95:gg plz fix