Constantinos Leftheris

Results 108 comments of Constantinos Leftheris

Basically the whenever you see a SegmentGroup you should have two rules in mind. 1. Your group should always **subclass** of the starting segment class. That said you need your...

Hi Jeremy, can you share some code and a point to what went wrong. It may be easier to get you going than find something already made

Hi Jeremy, From what you have shared it seems to me that you are not making use of the edi EdiMessage and EdiGroup attributes. Although most mappings if not all...

Take a look at my answer to a similar question here https://github.com/indice-co/EDI.Net/issues/14#issuecomment-244056179

Correct as far as the outer part is concerned, anything in between UNH and UNT is considered to be the message content and its structure is specific to the transmission,...

Hi @cja-careon this is something that is **not** supported by `Edi.Net`. You could potentially solve your problem by mapping with attributes to intermediate classes that you are able to annotate...

I have not taken the time to do such a benchmark. I guess it depends on the scenario. I would like to put something together with [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) but no actual...

It depends on your scenario. Both libraries are capable of producing EDIFACT.

Hi, thanks for your interest in [Edi.Net](https://github.com/indice-co/EDI.Net). There is no transmission model ready to use but you can checkout the samples in the tests project in order to make one...

moved conversation from email >**Muaz** wrote: >I am going to use indice.edi nuget packages in my project. >I have a question. If you help me I would be gratefull to...