Gabe Stocco
Gabe Stocco
See #378 for screenshots. The tags are being picked up (its showing that they have medium confidence so they are clearly being activated) but they don't light up blue like...
I'm not sure how exactly this applies to other languages but this is a particular issue in C#. Using Reflection can allow for dynamic behavior at runtime, including dynamic access...
We hit an issue where we could pass all our tests and successfully build a nupkg that no one could use. We should add a test to each of our...
Hey Maintainers, I'm wondering what the plan going forward is for releases. Will future releases at some point be brought back to the NuGet feed (the latest is about a...
Using the attached code and simple dmg I am unable to initialize a VolumeManager to parse the dmg. ## Stack Trace ``` at DiscUtils.Dmg.UdifPartitionTable..ctor(Disk disk, UdifBuffer buffer) at DiscUtils.Dmg.Disk.get_Partitions() at...
The MSI installer format is not dissimilar to an archive of many files. There is a .NET Framework library for parsing MSI files, but no nuget is published. It may...
It might be interesting to some consumers what the stated permissions and other metadata is available about the file. For example, some files could unzip with `chmod +x` and be...
Currently FAT, NTFS and XFS are supported in code. Also test with various boot tables. I think we test with MBT and GPT in the VHD and VHDX respectively, but...