ModulusChecker
ModulusChecker copied to clipboard
This is a C# implementation of UK Bank Account Modulus Checking. Modulus Checking is a process used to determine if a given account number could be valid for a given sort code.
Microsoft Visual Studio Professional 2019 Version 16.8.4 Many of the tests (particularly CanPassCurrentVocalinkTestCases) don't show in the Test explorer and trying to run any test produces: ---------- Starting test discovery...
Hi, I am leaving an issue on a few of the modulus checking libraries on Github as they all seem to have the same issue (including our implementation at Monzo...
Target .NET Standard (probably netstandard1.6) to allow use with .NET Core. Much / all of the work has already been done in the ModulusChecker.NetCore and I don't see much benefit...
You have to change the version number in .semver and .appveyor.yml And then manually run a deployment to nuget in appveyor
The discussion in #13 made it clear there is a set of implicit knowledge I've built up in writing the checker that isn't expressed in the README. This should be...