gehnster / EVEStandard

A C# library for accessing the EVE Online ESI API. This library is .NET Standard compatible.
MIT License
36 stars 14 forks source link

GetStationInfoV2Async Throws Exception #57

Closed EFJO closed 6 years ago

EFJO commented 6 years ago

Calling this method results in an exception similar to the following: "Error converting value "bounty-missions" to type 'EVEStandard.Enumerations.ServicesEnum'."

It doesn't seem like the services returned from ESI are mapping to the enumeration, this might be complicated by the hyphens included in the response.

gehnster commented 6 years ago

Thanks, we'll take a look.

EFJO commented 6 years ago

I may have fixed it, just testing now.

EFJO commented 6 years ago

Submitted #58. I apologise if I did anything wrong this would be my first pull request :)

gehnster commented 6 years ago

Thanks for the PR! Looks good so far. I'll do a couple tests myself, as the other contributor to review the change as well and then hopefully get a new NuGet package released Monday (USTZ)

gehnster commented 6 years ago

This has been resolved in PR #58 Thanks for the PR!