My goal is to write a python script for analyzing C# code by way of the Roslyn API. I'm running into a lot of issues with imports. I'm installing nuget packages then using python code to find the path to the relevant DLL using AddRef but subsequent imports throw. Does anyone have any examples of using Roslyn?