We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, guys! It seems strange to use internal classes in "Microsoft.CodeAnalisys.Completion". It seems to me that this functionality should be open.
The text was updated successfully, but these errors were encountered:
@Serg2DFX By default we don't automatically make all types public.
What are you trying to do with these APIs? This will help us prioritize, and help us design something appropriate for your situation.
Sorry, something went wrong.
I saw an example of autocompletion in c # with Roslyn (https://github.com/aelij/roslynpad). I replaced the nested assembly to nuget packages. But found that the changed classes visibility.
At the moment I am looking at two ways to solve:
Maybe it's not the best solution.
Dupe of #3538.
No branches or pull requests
Hello, guys!
It seems strange to use internal classes in "Microsoft.CodeAnalisys.Completion".
It seems to me that this functionality should be open.
The text was updated successfully, but these errors were encountered: