Closed joromeo closed 5 years ago
Hi Thanks for raising this. I will look into resolving this tonight.
Cheers
Paul
@joromeo I'm struggling to replicate this issue, please can you give me more information about the project you have installed this into so I can replicate it?
of course.
it is a .net api running framework 4.7.2. this is the code: var pwdGen = new Password(includeLowercase: true, includeUppercase: true, includeNumeric: true, includeSpecial: true, passwordLength: 12); return pwdGen.Next();
And it throws the error when i call the function the above is wrapped inside. Everything was working fine prior to updated the password generator through nuget. I had updated several packages at that time, but the system.runtime is the only error that is thrown.
Thanks for raising this. I've updated the package version to 2.0.1 I've changed the compatibility to .net standard 2.0 upwards and .net framework 4.6.1 upwards
Please test it out and let me know.
You might have to wait for the package to be published, 15 minutes from now.
Good Morning, I can now successfully generate a random password. Thank you for getting this fixed so quickly!
That’s brilliant. Thanks for getting back to me.
I just downloaded the latest nuget package for password generator v2.0.0 and it now throws an error about my system.runtime which is currently 4.3.1.
Error about runtime is as follows: Could not load file or assembly 'System.Runtime, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
When will there be support for the new system.runtime version?