Frederik Carlier
Frederik Carlier
@oddgames-david We've moved from NuGet to VcPkg for the native (libimobiledevice) dependencies. If you just want to download the binaries, you could go to https://dev.azure.com/libimobiledevice-win32/imobiledevice-net/_build/results?buildId=419 where you can find them...
It would be really great if we can get merged. It's one of the first patches you need to apply to get libimobiledevice to compile natively on Windows. Although the...
Another 2 cents: I was seeing random DNS-related issues (domains which could not be resolved, in particular domains hosted by Ubuntu). It turns out that 4.2.2.1 and 4.2.2.2 are not...
> This PR has a bug where the long name isn't used if the name has a . at index 8 @Thealexbarney or @drebrez Anyone feels like fixing that bug...
@AssafTzurEl Any chance you could add a small unit test which would cover this case?
Well, it kind of was the intent of #232 to release a stable version (= without the prerelease label). There's still the 0.x version number which should kind of convey...
It's a bit shady to do checksum validation in a `.Dispose` method and to throw from there, since `.Dispose` should never throw. @LordMike what do you think?
> Are we sure this should be part of DiscUtils? I'm not sure, and don't really have a strong opinion on it 😄. NFS and iSCSI are two 'network-based' file...
I did some more work on the NFS server implementation: * Reworked the code a bit, and moved the NFS server-related code to a separate DiscUtils.Nfs.Server library. That should help...
The PR is based on libusb-win32 and the libusb-win32 driver. It works/worked, though on Windows, you're probably better off just using the Apple Mobile Device Service unless you have a...