shurne

Results 14 issues of shurne

**[Moved from Codeplex: https://gw2dotnet.codeplex.com/workitem/1317]** Seeing that most of the time a implementation for a request looks like this: ``` c# public class ContinentRequest : IRequest, ILocalizable { /// Gets or...

**[Moved from Codeplex: https://gw2dotnet.codeplex.com/workitem/1239]** Right now, it is still possible to pass in a CultureInfo object per request. I'm thinking about switching to `Thread.CurrentUICulture` for /v2 services. You'd still be...

enhancement
question

**[Moved from Codeplex: https://gw2dotnet.codeplex.com/workitem/1246]** All services that support pagination also provide metadata for the current page through 'Link' headers. The format is insanely complicated though. See [RFC 5988, section 5](https://tools.ietf.org/html/rfc5988#section-5).

enhancement
question

**[Moved from Codeplex: https://gw2dotnet.codeplex.com/workitem/1347]** The IConverter classes currently do not provide fail-safe conversion behavior. I don't think it is desirable to add fail-safe overloads à la bool TryConvert(..., out result)...