I use this library in my app, but I have multiple projects, some of which don't reference Avalonia, so I used a fork of this repo with an AvaloniaHex.Base project that allows my non-avalonia projects to still use documents, bit range/locations, etc.
I'm wondering if it'd be a good idea for me to create a PR to this repo? It would be a breaking change of course, since, for example, BitRange's namespace would become AvaloniaHex.Base.Document
I use this library in my app, but I have multiple projects, some of which don't reference Avalonia, so I used a fork of this repo with an AvaloniaHex.Base project that allows my non-avalonia projects to still use documents, bit range/locations, etc.
I'm wondering if it'd be a good idea for me to create a PR to this repo? It would be a breaking change of course, since, for example, BitRange's namespace would become
AvaloniaHex.Base.Document