Dynamsoft.NetCoreApp.Barcode 8.4.0

Suggested Alternatives

Dynamsoft.DotNet.Barcode

Additional Details

Package no longer supported. Please use package Dynamsoft.DotNet.Barcode instead.

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dynamsoft.NetCoreApp.Barcode --version 8.4.0
NuGet\Install-Package Dynamsoft.NetCoreApp.Barcode -Version 8.4.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Dynamsoft.NetCoreApp.Barcode" Version="8.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dynamsoft.NetCoreApp.Barcode --version 8.4.0
#r "nuget: Dynamsoft.NetCoreApp.Barcode, 8.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Dynamsoft.NetCoreApp.Barcode as a Cake Addin
#addin nuget:?package=Dynamsoft.NetCoreApp.Barcode&version=8.4.0

// Install Dynamsoft.NetCoreApp.Barcode as a Cake Tool
#tool nuget:?package=Dynamsoft.NetCoreApp.Barcode&version=8.4.0

What You Should Know About Dynamsoft Barcode SDK

  • alternate text is missing from this package README image
  • alternate text is missing from this package README image

API Reference

https://www.dynamsoft.com/barcode-reader/programming/dotnet/

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.2.0 1,194 7/14/2022
8.4.0 2,317 6/11/2021
8.1.2 1,114 2/7/2021
7.6.0 1,140 9/8/2020
7.4.0 2,073 6/18/2020

Added a new method GetIdleInstancesCount to return the number of available instances when using the ‘per concurrent instance’ licensing model.
Added the organizationID property for license authentication.
Added new attributes isMirrored to the TextResult class. IsMirrored returns whether the barcode is mirrored.
Added a new argument, ThresholdCompensation, to the BinarizationModes mode arguments.

Faster recognition speeds when detecting dense QR Codes.
Improved the performance of boundary identification for DataMatrix codes.

ThreshValueCoefficient is now deprecated. It still works in this version but could be removed in the near future. We recommend using ThresholdCompensation instead.

Fixed a bug that may cause the error ‘Failed to get the address of DBR_CreateInstance’ when initializing DBR.
Fixed an issue that happens when calling initLicenseFromLTS if handShakeCode is not set.