Xabaril / AspNetCore.Hashids

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

Encode/decode Id in DTO #14

Open Maxmyd opened 2 years ago

Maxmyd commented 2 years ago

Hi. Your assembly works well, when it comes to routes. But when I post DTO with string Id, it remains original string. Can you please think of decoding them to int too? I'm not sure right now how it should be working in this case but that would be just great. Now I have to decode id manually each time. Thanks.