Dai
Dai
@nathanrobb Can you share your project or a minimal reproduction? This is something I'd like to fix but I can't reproduce it. I believe it's doable by fiddling with the...
I've got an implementation of this _almost done_ and working. How it works is you'll need to add a `` (or `` if you're still running IIS6 in 2021) which...
My proof-of-concept is almost ready for a beta release for this (for support for ASMX files). One last problem is the `System.Web.Services.Protocols.ServerProtocol.CreateServerInstance()` method - this method's hardcoded reference to `Activator.CreateInstance(Type)`...
I decided to try using HarmonyLib and that seems to work - but I don't like the idea of adding it as a dependency to the main package, so I'll...
Btw @TheJayMann would you like me to add you as a member of this repo?
I'm unable to reproduce the issue at my end - can you please post a simple minimal project that reproduces the issue?
Thanks - I can repro it in the `ShellFileDialogs.Demo.exe` - curious... I'll look at this this weekend.
I've added undo functionality by storing original tag values in a `PRIV` ID3v2 tag for MP3 files, but I can't see how to do this for FLAC files. I haven't...
For non-MP3 files, the Undo information could be stored in a text file in the same directory. This could also mean that we can ditch the JSON library dependency too...
I've now implemented JSON-file based recovery data saving for non-MP3 files. No progress on idempotency though.