Shiroechi / BooruDex

C# library to access booru public API.
MIT License
10 stars 3 forks source link

Null HttpClient #28

Closed Shiroechi closed 3 years ago

Shiroechi commented 3 years ago

https://github.com/Shiroechi/BooruDex/blob/c89b2ff5efa939f2dc18c7657a98649e323344d1/Booru/Booru.cs#L258-L260

https://github.com/Shiroechi/BooruDex/blob/c89b2ff5efa939f2dc18c7657a98649e323344d1/Booru/Booru.cs#L309-L311

When creating client with null HttpClient it not called the lazy option.

Shiroechi commented 3 years ago

Fixed in PR #29