0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)C#4,257 forks (4,257 forks)batch import
Area-InteractiveInteractive-ScriptingLogicLanguage-VBhelp 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
VisualBasicCompilation.CreateScriptCompilation
SyntaxFactory.IsCompleteSubmission
Contributor guide
- Research direction
- Search the Roslyn codebase for `VisualBasicCompilation.CreateScriptCompilation` and `SyntaxFactory.IsCompleteSubmission` to understand why they were made internal. Check for any existing discussions or PRs. Determine the minimal changes needed to make them public again.
- Tech stack
- csharp
- Domain
- api
- Issue type
- Feature
- Prerequisites
- C#Roslyn compiler internals