Archomeda
Archomeda
I *think* that's possible, unless I did something very .NET 5 dependent that I can't remember at the moment. We can try to backport the DebugHelper, CSCore (once that's done,...
If we can get this rolling, that would be awesome 😄
Ah yes, this all comes down to how far you'll want to take it. There's some pros and cons here. For example, distributing separate "core" modules will make them easier...
If you come up with a new caching solution, or have improvements to the current ones, feel free to PR it to Gw2Sharp 😄 The interfaces are made to be...
Hmm... interesting. Yeah the property is defined in the type itself as well as part of the extension as a method. If what you're saying is correct, is there anything...
I see. I'm probably able to put it in the same data loader (in this sample that would be MyDataLoader) instead of having a separate one via the extension.
This introduces a breaking change and is scheduled for the 2.0 release in the future.
@werdes Do you still have problems with this? Otherwise I'll close it sometime next week.
Sounds good! 😄
This issue seems to have popped up again, and it doesn't only apply for regular API requests, but also render requests. Reproducible steps: ```cs using Gw2Sharp; using Gw2Sharp.WebApi.Caching; Console.WriteLine("Hello, World!");...