mheyman / Isopoh.Cryptography.Argon2

Fully managed .Net Core implementation of Argon2
Other
196 stars 9 forks source link

Warn users about the size of the nuget installation #15

Closed stigzler closed 5 years ago

stigzler commented 5 years ago

Your package looked ideal. That is until I grabbed it off nuget and it must have installed about 50 dependencies - looking like all .net core (dev'ing on .net). You should put a warning somewhere on your readme about that. Now I'm left uninstalling loads of dependencies and your library..

mheyman commented 5 years ago

Sorry about that. The Nuget.org page pretty clearly states a dependency on NetStandard1.3. This is because standardish cryptographic code requires NetStandard1.3. If I made the code less standard, the lowest the code could be is NetStandard1.2 code but I suspect 1.2 isn't enough smaller than 1.3 to make a difference for you.