dotnet/roslyn

Add APIs for inspecting script references to ScriptContext class

Open

#6,492 opened on Oct 31, 2015

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C# (4,257 forks)batch import
Area-InteractiveFeature RequestInteractive-ScriptingLogichelp wanted

Repository metrics

Stars
 (20,414 stars)
PR merge metrics
 (Avg merge 6d 17h) (256 merged PRs in 30d)

Description

Something like:

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

Contributor guide