Constantinos Leftheris
Constantinos Leftheris
Hi and thank you for sharing. I will look into it as soon as I can. C.
The `AutoEndSegmentGroups` was introduced in #75 by @dfyx and maybe he could give some pointers. I suggest should provide with your full models as well as a sample 810 file....
Hi @GVG This is not supported at the moment. This could be an improvement in the way compression is handled inside the EdiWriter. The only workaround is the one you...
Hi @codewg and thanks for your interest in [EDI.Net](https://github.com/indice-co/EDI.Net). On first look it seems you have some misconfigured properties. 1. `EdiSegment` Attribute can only be used in a container class...
Hi @dpollackAtTpsHealthDotCom and thanks for your interest in [EDI.Net](https://github.com/indice-co/EDI.Net), The lib does support parsing from string but there is not enough info to see what is going on. Please make...
Some more insight on this. The picture syntax as far as the EDI is concerned is a form of **format string**, meaning that it could be used for one of...
@ronnyvdweyer have not tested in dotnet6. But I will check it out. Thanks for reporting.
Hi @ronnyvdweyer I have tested with the latest vs 2022 RC3 and the rc for the dotnet6 but all ~100 tests pass. Seems to me that something else must have...
Any update on this? Also did you by any chance enable the `AutoEndSegmentGroups` setting? If so, please try again disabling it. C.
I am planning to work on this. I will change to a common base class. So instead of the `Picture` struct there will be a `ValueSpec`, `Spec` or something similar....