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

IntelliCode C# Dev Kit: Starred completions for class members don't work on MacOS #555

Open
vivlimmsft opened this issue May 1, 2024 · 0 comments
Assignees

Comments

@vivlimmsft
Copy link
Collaborator

Starred member completions (e.g. stars in the completion list after typing myObject.) don't work on MacOS. (observed on arm64, but I believe this extends to x64 as well)
(note: Starred argument completions (e.g. stars in the completion list after typing myObject.myMethod( are unimpacted because they work totally differently and don't depend on any native libraries.)

On the currently released version 2.0, the process that hosts onnxruntime and blingfire fails silently. In the upcoming 2.1 this is improved with output window logging.
Neither of these can be loaded:

'.../libonnxruntime.dylib' not valid for use in process: mapped file has no Team ID and is not a platform binary (signed with custom identity or adhoc?)
'.../libblingfiretokdll.dylib' not valid for use in process: mapped file has no Team ID and is not a platform binary (signed with custom identity or adhoc?

The first one is resolved after an update to 1.17.3, suggesting that microsoft/onnxruntime#16168 can be resolved. The latter we'll need to fix since we build it ourselves.

@vivlimmsft vivlimmsft self-assigned this May 1, 2024
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

No branches or pull requests

1 participant