Daniel (dB.) Doubrovkine

Results 3326 comments of Daniel (dB.) Doubrovkine

Btw, nice debugging. I've seen this before and it confused me, but never dug deep enough.

This is https://github.com/dblock/waffle/blob/master/Source/WindowsAuthProviderUnitTests/WindowsAuthProviderUnitTests.cs#L169 and I think it's still a problem.

It's certainly not by design. When you create an instance of `VersionResource` it's created as US-English by default, so I am going to guess that `LoadFrom` is not assigning the...

Did you ever get to the bottom of this?

This sounds reasonable. I would take pull requests that address this.

I think this will need a bit more work. The [.res file format](http://msdn.microsoft.com/en-us/library/windows/desktop/ms648007%28v=vs.85%29.aspx) is basically the same, but we need a bit of work to write it out. Would love...

You should turn this into a unit test in this project and we can (help you) debug it/make a fix here.

This should work, try to build a test case for this.

This is a bit beyond my knowledge of MUI :) Care to explain? Something ResourceLib should do? Is it a bug? (feel free to contribute).

Because it wasn't implemented. Please contribute.