Rupert Wood
Rupert Wood
I don't see anything in the .csproj that says .NET Framework: only .NET Standard 1.0 and 2.0, and the preview .NET 6, and no other dependencies. (.NET Standard 2.0 covers...
As you've probably discovered the CI is configured for node 4 in appveyor.yml, which means the new Buffer forms won't work. I think it's worth updating that to something newer...
This doesn't yet work with `TEST_MOCKS_ON=true` because there's no mock for `RegDeleteValue` and because I'm using subkeys beyond what the mock currently supports. Will have a go at that at...
Thanks, and apologies I never came back to the file association or elevation tests myself. I had glanced at enhancing the mocks but I'd thought it needed more work than...
I don't think this is the correct fix. The problem is that we're using `RegQueryValueExA` which returns strings in the current Windows code page and then we're treating that as...
I'm not sure my issues were side effects of my change though: the unit tests don't work for me either on master or on your branch. I can't test right...
I have fixed up my RegQueryValueExW commit: https://github.com/RupW/windows-registry-node/commit/3fdbae5bf26b572bcd2c2d513e2e8f15ccd66ace and it will successfully read value `'test_value £ “” ä/ü/ö'` from the registry. This version won't return the curly quotes for me...
What version of Node are you using please, and what's in your registry there? In particular does that key exist, and are the values REG_SZ type of a reasonable length,...
I certainly haven't seen it since, but I haven't been raising a lot of issues or PRs either :-/
Are there any more details in test-suite.log? The build, host and target: are you cross-compiling this for ARM? How are you testing the library, on the ARM hardware or with...