ESI.NET
ESI.NET copied to clipboard
A C# wrapper for the Eve Online ESI API.
The Property LastRemapDate in Model/skills/Atributes is a string value I think this shoud be a DateTime Value
Hi, I am having issue using the ESi.Net as it is dependent on Newtonsoft.Json 10.0.0 Or that version is not available anymore. There 9.0.1 then 10.0.1 Could you either update...
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 6.14.1 to 6.34.0. Release notes Sourced from System.IdentityModel.Tokens.Jwt's releases. 6.34.0 Security fixes See https://aka.ms/IdentityModel/Jan2024/zip and https://aka.ms/IdentityModel/Jan2024/jku for details. 6.33.0 Bug Fixes: Clean up log messages. See #2339...
login.eveonline.com -> https://login.eveonline.com Fix for https://github.com/seraphx2/ESI.NET/issues/71
We either make multiple requests to fetch all the fields, keep those not provided as default/null, or separate the types. Better ideas anyone?
When using the package in a Blazor WebAssembly client, it immediately triggers the following error: Error: One or more errors occurred. (Operation is not supported on this platform.) Only tested...
Added fallback logic for eTag to keep old compatibility. Updated nugets and added support for .net8 Marked `SetIfNoneMatchHeader` as Obsolete