Giulia Stocco
Giulia Stocco
Thanks for your report. That its unusual since it looks like you are on Windows. Can you possibly provide the target file you're using?
> This is from Dart from MS, but it's a private build. You can send it to my Microsoft email/teams if that's possible. I have a .iso unit test that...
It extracts the files. The FileEntry objects returned contains a Content stream that contains the contents of the file.
One of these mentioned files seems to be fixed in main. The other two samples return no results when passed to DiscUtils (our ISO parsing dependency). That appears to be...
Current issue is that some ISOs produce no enumerated files
When looking through issues on the DiskUtils repo I noticed this comment that some isos that don't parse correctly may be UDF formatted. DiskUtils also has a UDF reader so...
I did a bit of searching but I was not able to find a C# api for parsing OCI images. I think the spec is open, if so and we...
OCI image spec: https://github.com/opencontainers/image-spec
The reference implementation is in go. One potential option is to start with a Go to C# converter like this one: https://go2cs.net/.
Need an example file to validate with.