You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 calls (gtk_clipboard_set_text) is probably missing a MarshalAs attribute on the text parameter.
The text was updated successfully, but these errors were encountered:
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 calls (
gtk_clipboard_set_text
) is probably missing aMarshalAs
attribute on thetext
parameter.The text was updated successfully, but these errors were encountered: