libzbar.NET wraps the functionality of libzbar in a highly-compatible .NET Standard 2.0 library that can be consumed by both .NET Framework 4.6.1+ and .NET/Core 2.0+ projects. Documentation written for the original implementation can be found here.
PM> Install-Package libzbar.net
$ dotnet add package libzbar.net
Assuming that you have Visual Studio installed along with the .NET Standard 2.0 targeting packs, you should be able to build immediately after cloning the repository. The native binaries for libzbar and its dependencies are contained within the repo.
libzbar.NET is released under GNU LGPL version 2.1, or (at your discretion) any later version.
libzbar.NET is a derivative project, with the source project being authored by Jonas Finnemann Jensen et al. This is a list of authors that have directly contributed:
- Carter Canedy
- Jonas Finnemann Jensen
- Patrick McEvoy
- Brandon McCaig
The first step to contributing is simply forking this repository and creating a pull request.