Back in 2012, I found some code online which should have been a Nuget package. I tried to reach out to the original author (even searched for him/her today) but could not find any contact info.
That person created a library to generate QR codes. I packaged it for nuget which was just 1,5 years old back then.
The package is still out there. I don’t have any code on my system for years from that lib. But you can still grab the package here: https://www.nuget.org/packages/MessagingToolkit.QRCode/
Or from the package manager in Visual Studio with:
Install-Package MessagingToolkit.QRCode
It has been downloaded over 61.000 times now! So Twitt88 did a great job coding it!
I am porting an other 4 to 6 year old library to .Net Standard 1.4. The current status is up on GitHub https://github.com/jphellemons/PhotoBucketNetStandard
And the Nuget package has been submitted. This one is originally build by Mark Schall so most of the credits are for him. I only rewrote the stuff that is not available in .Net Standard or requires other namespaces.
Let’s all port libs to .Net Standard!
Good luck!