dotnet/roslyn

Add APIs for inspecting script references to ScriptContext class

Open

#6,492 opened on 2015年10月31日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)C# (20,414 stars) (4,257 forks)batch import
Area-InteractiveFeature RequestInteractive-ScriptingLogichelp wanted

説明

Something like:

IEnumerable<string> GetReferences();
DependencyGraph GetDependencyGraph();

コントリビューターガイド