milleniumbug
milleniumbug
Been neglecting this one for a while, sorry about that. Yeah, I'll need the osx-x64 version too as I lost my hackintosh virtual machine. I'll try to build Linux and...
If the original library added support, then it's matter of compiling it toward the target platform. I don't own the Apple hardware, so I see two ways to go from...
I have merged my changes and the changes at the upstream devel branch into https://github.com/milleniumbug/nativefiledialog/tree/devel It turned out to be thankfully pretty simple as there were no changes to the...
Yeah, it won't show in `git status` as a change because it's a compiled library file, you typically do not commit these to the repo. But that's fine because I...
I have published the version including the ARM64 native library into NuGet as pre-release version 0.6.0-alpha - check it out if it works for you (you may need to select...
Before I make it an actual release I'd like to see a bit more testing. @gastonmuijtjens , can you check on your devices?
Sure, if you have a specific case in mind I can try making sure it works. This PR addresses the case where a shared directory contains a symlink to a...
Just got bitten by this. I believe these defaults are very unfortunate, as they break expectation that round-trip `deserialize(serialize(object))` doesn't change the object's state.