Xabaril / AspNetCore.Hashids

Not predictable ids library for ASP.NET Core APIs.
Apache License 2.0
113 stars 15 forks source link

Support for Int64/long Ids #11

Open geoffreytran opened 2 years ago

geoffreytran commented 2 years ago

Hashids.Decode() only supports int32, the current implementation doesn't work with int64 ids. Currently we have to use Hashids.DecodeLong().

unaizorrilla commented 2 years ago

Hi @geoffreytran

I try to do this ASAP!