LinqToStdf icon indicating copy to clipboard operation
LinqToStdf copied to clipboard

Writing missing DateTime values is busted

Open marklio opened this issue 8 years ago • 5 comments

We tried to pretend that DateTime fields were just normal fields, but now, when we generate the missing field contengincy code, we try to generate a Ldc<DateTime>, which doesn't work. Unfortunately, this needs special casing in order to generate the proper encoding.

marklio avatar Aug 31 '16 00:08 marklio

Hi, need your guidance. I'm using VS Studio Community 2019 to examine your project on an STD file and when I run the example app, I get this error which I'm wondering is related to what you posted? System.NotSupportedException: Ldc<T> does not support T is System.DateTime

DesertDev702 avatar Apr 12 '19 09:04 DesertDev702

Yeah, that looks like at least related. Are you writing STDF files, or reading them? From your post, it sounds like you're reading them. Do you have a repro? I haven't worked in the semicon industry in 15 years, so I have trouble getting traction on issues like this.

marklio avatar Apr 12 '19 15:04 marklio

Thanks for replying. Would like to be able to just read the binary STDF file, and then output to a human readable columnar data format, i.e. csv, comma delimited. No, I don't have a repro.

DesertDev702 avatar Apr 13 '19 09:04 DesertDev702

Would you be open and willing to do a small contract job getting back into your code and get it working as a managed code DLL for a C# or VB.Net client? Please let me know as soon as possible as this is urgent. Thanks.

DesertDev702 avatar Apr 15 '19 05:04 DesertDev702

I am not opposed to doing something like that. I'd want the goals to be clear, and I would want to have full access to the files that don't work. drop me a note at [email protected]

marklio avatar Apr 17 '19 00:04 marklio