Michael Corbett
Michael Corbett
Can't wait for this. It's the last thing I'm waiting for to completely recode my application with Neutronium.
@tidyui would the idea you propose get you custom user data editing in the backend?
Thanks for the quick reply. I guess I should always substitute for interfaces then. I missed that note in the docs!
Do you think it makes more sense if they both fail in this case? That would let the developer know to check if they are virtual. It would make it...
How about this? child.MustBeVirtual().Received().Clone() // Throws exception, because it's not virtual. child.MustBeVirtual().DidNotReceive().Clone() // Throws exception, because it's not virtual. child.MustBeVirtual().DidNotReceive().AnyNonVirtualMethiod() // Throws exception, because it's not virtual. Something like that?
After thinking it through, l will go with the first idea for now.
I'm not sure of the status of the project. So, it looks like either of these are my current best options (both of which still tie it to Windows only...
I think I'm dropping this idea. Project looks abandoned. Unless I fork and continue working on it, I'm probably better off looking elsewhere.
Pushed an Avalonia branch, with what's available so far: https://github.com/vector-man/IPS-Peek/tree/avalonia
I decided to help get WPFHexEditor onto Avalonia. It's going to take quite a long time to rewrite (because of so many projects), so this is looking like months away.