Mark Miller

Results 40 comments of Mark Miller

Great question. Given the TODO, I'd say that at some point string arrays didn't work, and that they they started working due to some other change and since string arrays...

Cool. There's been support for ".net core style" ref emit since the Silverlight days (I had a working Silverlight builld as part of our internal app building effort for SL...

If you want, you can take a look at the marklio/net7 branch, which (for some reason) targets .Net 8 (maybe I should rename it). My thinking was that 8 would...

@mgoldste1, your analysis seems correct. Back when I was in the industry, I would often find files with corrupted bytes in the middle that would throw off parsers until they...

When you say "it enters the try catch where it enables rewind and seek.", is that a try/catch you've created? Or something else?

Yeah, RewindAndSeek has to be done as part of the "filter stack". Otherwise, you'll hit the enumeration re-entrancy check. I think the only built-in filter that triggers RewindAndSeek is the...

I also don't remember if you need to specify a seek algorithm. There are built-in ones, but by default you might just get the "do nothing" one. Unfortunately, I don't...

Corrupt STDFs are really a test vendor hardware/software issue or a local infrastructure problem (bad file copies, etc.). IMO, there's not really a good excuse for that kind of problem...

Cool. I'm happy to sign their NDA as well. Alternatively, you could hire me as a consultant. :) I'm willing to help and open to creative options. In the meantime,...

Ah, super interesting. That framing makes more sense. The encryption piece is fascinating.