Cardidy
Cardidy copied to clipboard
A .net library to identify credit card number and cvv
Bumps [NUnit](https://github.com/nunit/nunit) from 3.13.3 to 4.0.0. Release notes Sourced from NUnit's releases. NUnit 4.0.0 See release notes and See migration guide NUnit 4.0.0-beta.1 See release notes and information NUnit 3.14.0...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.1 to 17.8.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.8.0 What's Changed Full Changelog: https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0 v17.8.0-release-23468-02 What's Changed Upgrade Newtonsoft.Json from 13.0.1 to 13.0.3 by @mthalman in...
Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.6 to 0.13.10. Release notes Sourced from BenchmarkDotNet's releases. 0.13.10 Full changelog: https://benchmarkdotnet.org/changelog/v0.13.10.html Highlights Initial support of .NET 9 and minor bug fixes. Details In the v0.13.10...
Hello, Right now the precedence rule is quite wacky. One way to improve it could be to strictly favorite an active card over an inactive one. To know which card...
Hello, Some websites can returns more information than the issuing network from a IIN, should we investigate to returns more too? Those websites: - https://www.vccgenerator.org/bin-checker/ - https://getcreditcardonline.com/free-bin-database-download/ - https://getcreditcardonline.com/dl/xb/a1/Bin_Database_June_2021.json Cheers,
Diners Club EnRoute doesn't have IIN ranges on Wikipedia, but we can consider that they are missing. An thread is open on the "talk" section to add them: > Add...
Hello, Cardidy could be helpful to the js crowd too. Would it be possible to compile down the library to a npm package? I would love to see a GitHub...
.NET 5.0 adds Source Code Generator to the C# world: https://devblogs.microsoft.com/dotnet/introducing-c-source-generators/ The goal would be to move all the data into a json data file and to generate all the...
Hello, Instead of an empty list maybe we could return a Result of data. Where Result can contains an error type (like Luhn check error or length error) or a...
Hi! All flags are not covered by the documentation and showcase as example. We need more :)