Skip to content
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

Add support for runtimes without built-in COM interop #414

Merged
merged 1 commit into from
Oct 28, 2023

Conversation

kekekeks
Copy link
Contributor

@kekekeks kekekeks commented Oct 26, 2023

Unfortunately the built-in COM interop can't really be enabled for non-Windows platforms, we can't even stub TF_CreateThreadMgr on our side - .NET Runtime simply refused to call it.

This PR enables IME support for *nix platforms:

ime.mp4

@christophwille christophwille merged commit 5928324 into icsharpcode:master Oct 28, 2023
2 checks passed
@christophwille
Copy link
Member

Do you have any expectations re:it being available on nuget.org? Because we release rather irregularly these days.

@kekekeks
Copy link
Contributor Author

We'd expect it to be included in the next nuget release whenever it gets released. We can ship our own build from our private feed in the meanwhile since XPF layer is currently privately shipped too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants