-
I know how to add a reference in roslyn script, but I don't know how to add a third part dll. Now my code has this error:
This is the main code:
The first task add a reference in the same namespace, it's works. The TestMain class:
The second task add a reference in another dll, it's not works. The TestMain class:
And the script file:
The full code I have upload to: https://github.com/my522cn/TestWPFRoslyn Pls help me and tell me how to using a third part dll in Roslyn script? Thank you very much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
have already solved: |
Beta Was this translation helpful? Give feedback.
have already solved:
https://github.com/my522cn/TestWPFRoslyn