Solidsoft.Reply.Gs1DigitalLinkLib
1.1.0
See the version list below for details.
dotnet add package Solidsoft.Reply.Gs1DigitalLinkLib --version 1.1.0
NuGet\Install-Package Solidsoft.Reply.Gs1DigitalLinkLib -Version 1.1.0
<PackageReference Include="Solidsoft.Reply.Gs1DigitalLinkLib" Version="1.1.0" />
paket add Solidsoft.Reply.Gs1DigitalLinkLib --version 1.1.0
#r "nuget: Solidsoft.Reply.Gs1DigitalLinkLib, 1.1.0"
// Install Solidsoft.Reply.Gs1DigitalLinkLib as a Cake Addin #addin nuget:?package=Solidsoft.Reply.Gs1DigitalLinkLib&version=1.1.0 // Install Solidsoft.Reply.Gs1DigitalLinkLib as a Cake Tool #tool nuget:?package=Solidsoft.Reply.Gs1DigitalLinkLib&version=1.1.0
This .NET library translates between GS1 element strings and GS1 Digital Link URIs. It includes reversible compression functions, as defined in the GS1 Digital Link standard. Please note the legal disclaimer that applies to all GS1 standards.
The GS1 Digital Link Library for .NET is a port of the GS1 Digital Link Compression Prototype, provided by GS1and written in JavaScript. This, in turn, is an extended version of the GS1 Digital Link Toolkit . To differentiate our .NET (C#) code from the GS1 Digital Link Toolkit, we’ve named it the ‘GS1 Digital Link Library for .NET’, deliberately dropping the term ‘Toolkit’ to avoid any misperception regarding its relationship to the GS1 Toolkit. There is no formal relationship. However, it provides a functional superset of the GS1 Digital Link Toolkit. In addition to supporting compression and decompression, the functionality has been streamlined and extended. It is presented in a form that naturally supports common .NET idioms.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net8.0
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0)
- Solidsoft.Reply.Parsers.HighCapacityAidc (>= 1.0.12)
- System.Configuration.ConfigurationManager (>= 9.0.0)
-
net9.0
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0)
- Solidsoft.Reply.Parsers.HighCapacityAidc (>= 1.0.12)
- System.Configuration.ConfigurationManager (>= 9.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1) Renamed DigitalLinkConvert to Gs1DigitalLinkConvert to improve consistency. All the primary classes now start with 'Gs1'.
2) Extended and improved JSON serialization and added support for Newtonsoft.Json.
3) Added logging support (Microsoft.Extensions.Logging). The library supports dependency injection for logging.
4) Introduced a new Gs1DigitalLinkException class which is now raised instead of ArgumentException. Made general improvements to exception handling.
5) Improved validation. Gs1DigitalLink now only allows valid URIs. Non-GS1 key-value pairs are now fully validated in accordance with the GS1 standard. URI stems and schemes are validated.
6) Added a new Extension method to convert GS1 Digital Links to canonical form.
7) Added new constructor overloads to Gs1DigitalLink, Gs1DigitalLinkData and Gs1ElementString.