You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Solidsoft.Reply.Parsers.Gs1Ai/Solidsoft.Reply.Parsers.Gs1Ai.csproj
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,9 @@
20
20
<PackageReleaseNotes>
21
21
The following changes were made in this release.
22
22
23
-
1) Fixed bug when parsing malformed GS1 data.
24
-
25
-
2) Fixed a bug that caused a failure looking up AIs in a dictionary under certain circumstances.
23
+
1) Fixed bugs that caused failures when handling malformed data under certain circumstances.
26
24
27
-
3) Introduced a high-performance zero-allocation (stack-only) model. This change introduces a new ParseEx method and an associated Delegate that receives a ref struct. These new features support the highest performance and are neccessary to acheive zero-allocation when parsing valid data. NB. memory will be allocated if the parser detects any errors.
25
+
2) Extended the high-performance zero-allocation (stack-only) modelto include .NET Standard 2.0.
28
26
</PackageReleaseNotes>
29
27
<Description>
30
28
A comprehensive validating parser for GS1 Application Identifiers (AIs).
0 commit comments