Tobias Käs
Tobias Käs
How about `LocalClientToScreen` or just `LocalToScreen` to avoid confusion with the established `ClientToScreen` semantics of the Windows API?
I've tried out the docking UI from master branch and one thing I notice is that the minimum height of the search/analyze panels is a bit annoying. I've usually had...
seems fixed 👍
ReSharper doesn't need to support Roslyn, they could do with supporting MsBuild. Do they support WPF by now? WPF also generates partial classes into `obj` but provides certain MsBuild patterns...
Just for the record, there are currently 105 failing tests, at least 94 of them are due to tests assuming english culture. This also means you probably have no test...
> I see you're making progress on this issue. Few thoughts on the subject. Yes its solved locally for me by annotating every test individually. > maybe we can add...
I still do get plenty, maybe your locale uses the same decimal and list separator as english? .NET uses the OS settings yet the tests hardcode english encodings. I've been...
I've pushed a rebased branch of the code I'm using as workaround for running tests locally: https://github.com/dotnet/winforms/compare/master...weltkante:culture There are some other tests failing which don't seem related to culture, not...
I had a look two weeks ago, had a lot of problems with accessibility tests requiring localized data and seemingly not being influenced by the culture settings. Will check again...
WPF has an [API](https://docs.microsoft.com/en-us/dotnet/api/system.windows.shell.taskbariteminfo.progressvalue?view=netcore-3.1) for this already, I think the references are already included in .NET Core projects and you can just use it? (Once WPF and WinForms can be...