seraphx2 / ESI.NET

A C# wrapper for the Eve Online ESI API.
https://www.nuget.org/packages/ESI.NET/
MIT License
40 stars 23 forks source link

Added inheritance to EsiClient constructor without IOptions and removed unused config property EsiConfig.AuthVersion #53

Closed TheBottleCyber closed 2 years ago

TheBottleCyber commented 2 years ago

No needs to create IOptions interface in .NET where there is no dependency injection, this creates unnecessary dependencies. This can be done through inheritance without using Options.Create().

Also removed from README.md unused config property EsiConfig.AuthVersion, previously deleted on source code