Requesting many items with a non-existent id throws KeyNotFoundException #65
Labels
Area: Web cache
Related to the web API caching
Duration: Short
Less than 2 hours of estimated work
Priority: High
High priority
Resolution: Fixed
The issue has been fixed
Type: Bug
Something isn't working
For example, running the following code:
will throw a
KeyNotFoundException
fromBaseCacheMethod.GetOrUpdateManyAsync
.The cause is that there's at least one id, but not all ids, that's not valid (a.k.a. does not exist on the API).
Gw2Sharp should do the same as the API: ignore invalid ids and return the partial list of items.
The text was updated successfully, but these errors were encountered: