-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LIFT import/export fails for dev on mac #927
Comments
At least part of the problem is that it needs permission to write to |
Addressed in libpalaso PR#1056: (sillsdev/libpalaso#1056) |
Related: #471 |
The error is now:
|
Also partially addressed in sillsdev/icu-dotnet#142 |
This issue is awaiting a fix for sillsdev/icu-dotnet#141 |
We've updated to icu-dotnet v2.9 and the error is still multiple occurrences of
|
After manually copying
|
With |
Updated The Combine to .NET 8 and tried again with
|
Solved with sillsdev/icu-dotnet#198 (https://www.nuget.org/packages/icu.net/2.9.1-beta.9, |
Recreate issue:
npm run test-backend -- --filter FullyQualifiedName~Backend.Tests.Controllers.LiftControllerTests
The SIL GlobalMutex has been written for Windows and Linux, and defaults to Linux when Windows isn't detected:
https://github.com/sillsdev/libpalaso/blob/d2d16493c4680d052f940f4b0ff9afc6fc7798b5/SIL.Core/Threading/GlobalMutex.cs#L25-L35
The text was updated successfully, but these errors were encountered: