akamsteeg / AtleX.HaveIBeenPwned

A fully async .NET Standard client library for the API of HaveIBeenPwned.com
https://www.nuget.org/packages/AtleX.HaveIBeenPwned/
MIT License
5 stars 0 forks source link

Make library compatible with trimming and AOT #85

Closed akamsteeg closed 7 months ago

akamsteeg commented 1 year ago

Currently, the library is not compatible with trimming but generally only a small subset of the functionality is used in applications. We should make this library compatible with trimming to help reducing app size.

Additionally, we should add support for AOT so the library can be used in that scenario as well.