Roslyn scripting: Access classes from the project #50461
-
I want to use roslyn to interact with the running project, like a console. At the moment I wrote to classes which are connected over a socktstream. The client class reads the normal console (, packages the text) and sends it to the server class. There I execute it either with
That's all I have at the moment. Now I need to get Roslyn to know all relevant classes/objects to interact with the project. There is no more Roslyn related code at the moment. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
If you pass in a global object (like in this sample), the assembly containing the type of the global object and its dependencies are automatically referenced. |
Beta Was this translation helpful? Give feedback.
-
If you are seeing errors please include the full repro. |
Beta Was this translation helpful? Give feedback.
-
What assembly is |
Beta Was this translation helpful? Give feedback.
What assembly is
X509CertificateUtils
defined in?