0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)C#4,257 forks (4,257 forks)batch import
Area-InteractiveFeature RequestInteractive-ScriptingLogichelp wanted
Repository metrics
- Stars
- 20,414 stars (20,414 stars)
- PR merge metrics
- Avg merge 6d 17h (Avg merge 6d 17h)256 merged PRs in 30d (256 merged PRs in 30d)
Description
Something like:
IEnumerable<string> GetReferences();
DependencyGraph GetDependencyGraph();
Contributor guide
- Research direction
- Examine the ScriptContext class in the Roslyn repository to understand its current API. Add the GetReferences method to return an enumeration of strings representing script references. Add the GetDependencyGraph method to return a DependencyGraph object. Follow the existing coding patterns and ensure tests are added or updated.
- Tech stack
- csharp
- Domain
- api
- Issue type
- Feature
- Prerequisites
- C#Git