Eberhard Beilharz
Eberhard Beilharz
When I add the /index parameter on Linux, ILRepack fails with: Mono.Cecil.AssemblyResolutionException: Failed to resolve assembly: 'IKVM.Runtime, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' at Mono.Cecil.BaseAssemblyResolver.Resolve (Mono.Cecil.AssemblyNameReference name, Mono.Cecil.ReaderParameters parameters) [0x00000] in :0 at...
When building on Linux it is possible to create static libraries by providing a command line option to `runConfigureICU`. However, when building using Visual Studio or msbuild we don't use...
Version 5.6.4 of GitVersion.MsBuild fails building a pull request in the normalization step: ``` ... INFO [01/20/21 18:40:40:40] End: Normalizing git directory for branch 'feature/nuget' (Took: 909.75ms) ERROR [01/20/21 18:40:40:41]...
Fixes #1489.
Currently Keyman doesn't work properly when Wayland instead of X11 is used (see #4122).
The Keyman Desktop Configuration dialog shows a X next to a language for a keyboard that allows to remove the language. However, when the window is too small the X...
The Wayland support of ibus is currently non-working. AFAICT it only works with XWayland. Also there are still some APIs in Wayland missing that would allow us to toggle capslock...
Current nunit3-console versions use "--" as switch separator on both Windows and Linux. Also the --verbose switch has been replaced by --trace=Verbose. --- This change is [](https://reviewable.io/reviews/loresoft/msbuildtasks/276)
This fixes building with "x64_x86 Cross Tools Command Prompt for VS 2019". Fixes #160.
If the output directory contains multiple versions of ICU, e.g. icu*54.dll and icu*59.dll, but the client calls `Wrapper.ConfineIcuVersions` to select version 54, icu.net still tries to use ICU 59. This...