Gw2Sharp
Gw2Sharp copied to clipboard
A cross-platform .NET wrapper library for the Guild Wars 2 API written in C#
It seems that for regular API requests the archive caching isn't working. It has been reported that the resulting ZIP was empty. While I personally cannot recommend using a file...
Added benchmarks project and set up some initial benchmarks. ### Get cached items page I benchmarked deserialization while using source generators separately and after noticing no substantial improvement got curious...
Currently when a CastableType doesn't exist, Gw2Sharp throws an exception like `System.Text.Json.JsonException: Unsupported type Quux`. This is unhelpful when new content gets added, because this requires an update of Gw2Sharp...
End of Dragons has been released, and with it are some API changes. This list is incomplete and will be expanded as time goes on: - [x] #133 - [x]...
At first, the exceptions made sense, but after looking at it again, I noticed that the generic typed exceptions and how they inherit from each other may need to be...
The chat link format for build templates has been changed around roughly the time of the first SotO combat beta weekend. The exact semantics of the fields are still unknown...
DocFX is not functioning properly it seems...
Somehow I overlooked this in the get started section.
Right now Gw2Sharp is lacking behind the most recent released .NET SDK versions and are causing CI builds to fail. Both .NET Core 3.1 and .NET 5 are out of...