csharpvitamins / CSharpVitamins.ShortGuid

A convenience wrapper for dealing with base64 encoded Guids
MIT License
103 stars 20 forks source link

Use gfoidl.Base64 replace base64url encoding and decoding #11

Closed AigioL closed 2 years ago

AigioL commented 2 years ago

Base64 can be implemented in a better way

https://github.com/gfoidl/Base64#functional-comparison-to-classes-in-net

davetransom commented 2 years ago

Appreciate the heads-up 👍

I like what they're doing there, but I'm not sure introducing a dependency in such a small library is worth it.