CBidis / CSharp8583

C# Implementation of the ISO-8583 banking protocol
GNU Lesser General Public License v2.1
24 stars 23 forks source link

LLLLVAR missing #4

Closed RZProf closed 9 months ago

RZProf commented 2 years ago

in parsing some iso8583 data I faced field number 48 has LengthType.LLLLVAR and unfortunately not supported by library. is it possible to handle values with current version?!

message class looks like below:

public class IsoMessage : BaseMessage
    {
           .
           .
           .
           [IsoField(IsoFields.F48, 9999, LengthType.LLLLVAR, ContentType.ANS)]
           public virtual string AdditionalDataPrivate { get; set; }
           .
           .
           .
    }
RZProf commented 2 years ago

when i check source code. there is LLLLVAR in LengthType enum but in nuget package is not implemented

CBidis commented 9 months ago

Good evening @RZProf we have released a major bump upgrade 2.0.0 that contains all commits from contributors plus support for NET.6 and higher versions 🙏