Skip to content

Multi project support for the C# parser#847

Open
HorvathDaniel15 wants to merge 1 commit intoEricsson:feature/csharp_pluginfrom
HorvathDaniel15:feature/support-multi-project-csharp-parser
Open

Multi project support for the C# parser#847
HorvathDaniel15 wants to merge 1 commit intoEricsson:feature/csharp_pluginfrom
HorvathDaniel15:feature/support-multi-project-csharp-parser

Conversation

@HorvathDaniel15
Copy link
Copy Markdown

@HorvathDaniel15 HorvathDaniel15 commented Apr 4, 2026

Resolves #823

Copilot AI review requested due to automatic review settings April 4, 2026 18:02
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR extends the C# parser to accept richer inputs (solutions/projects) and to better handle multiple inputs, enabling “multi-project” parsing via Roslyn/MSBuild rather than only directory-based discovery.

Changes:

  • Add input validation and safer log parsing in the C++ wrapper (avoid empty-input and empty-line crashes; log non file-status output).
  • Update the C# parser to support .sln/.slnx and .csproj inputs using MSBuildWorkspace, with a fallback path that extracts project paths from solution files.
  • Add Roslyn MSBuild workspace dependency and ignore .DS_Store.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 7 comments.

File Description
plugins/csharp/parser/src/csharpparser.cpp Validates inputs and hardens parsing of the C# parser output stream.
plugins/csharp/parser/src_csharp/Program.cs Implements solution/project loading via MSBuildWorkspace and multi-project processing with parallel document parsing.
plugins/csharp/parser/src_csharp/CSharpParser.csproj Adds Microsoft.CodeAnalysis.Workspaces.MSBuild to support solution/project loading.
.gitignore Ignores macOS .DS_Store.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread plugins/csharp/parser/src_csharp/Program.cs
Comment thread plugins/csharp/parser/src_csharp/Program.cs
Comment thread plugins/csharp/parser/src_csharp/Program.cs
Comment thread plugins/csharp/parser/src_csharp/Program.cs
Comment thread plugins/csharp/parser/src_csharp/Program.cs
Comment thread plugins/csharp/parser/src_csharp/Program.cs
Comment thread plugins/csharp/parser/src_csharp/Program.cs
@mcserep mcserep added Kind: Enhancement 🌟 Plugin: C# Issues related to the parsing and presentation of C# projects. labels Apr 14, 2026
@mcserep mcserep added this to Lab and Roadmap Apr 14, 2026
@mcserep mcserep changed the title Implement support multi projet for the csharp parser Multi project support for the C# parser Apr 14, 2026
@github-project-automation github-project-automation bot moved this to In progress in Lab Apr 14, 2026
@github-project-automation github-project-automation bot moved this to In progress in Roadmap Apr 14, 2026
@mcserep mcserep self-requested a review April 14, 2026 09:08
@mcserep mcserep linked an issue Apr 14, 2026 that may be closed by this pull request
@mcserep mcserep added this to the Upcoming Release milestone Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Kind: Enhancement 🌟 Plugin: C# Issues related to the parsing and presentation of C# projects.

Projects

Status: In progress
Status: In progress

Development

Successfully merging this pull request may close these issues.

Support multi-project parsing for the C# plugin

4 participants