Eberhard Beilharz
Eberhard Beilharz
When a property contains backslashs in a project file, it will be converted to forward slashs when running with msbuild on Linux. While this would be fine for paths (although...
This works well for excluded files. However, when you want to exclude a directory with the exception of a few files in it, it still excludes those files: ``` .vscode/*...
It should be possible to implement CopyImageToClipboard by copying the Mono implementation.
There are three tests in `VerseControlTests.PastedTextGetsExpectedResult` that are currently ignored on Linux. They use a string containing a Unicode character and they fail on Linux. The native method that Linux...
The current work is in https://gerrit.lsdev.sil.org/c/FieldWorks/+/7869 Build succeeds (at least on my machine on Linux, haven't checked on Windows), but some test failures. - [x] Get Windows build.bat working with...
("packaging" below means creating the Debian packages) - [ ] Create and use nuget packages in the following projects - [x] libpalaso - [x] chorus - [x] flexbridge - [x]...
Some projects might want to always build with the latest version of a nuget package. This needs to be researched and documented. - it looks like nuget has an option...
- [ ] merge `master` into `feature/nuget` again - [ ] announce that the merge of the `feature/nuget` branch will be made the main development branch - [ ] merge...