lbognanni/C# Solution Generator
Automatically create .NET solution files with dependency discovery for monorepo workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Operation mode: "single" for one solution or "config" for batch processing | no | single |
| solution-name | Output solution file name (required for single mode, must end with .sln) | no | "" |
| projects | Space or newline separated list of .csproj files (required for single mode) | no | "" |
| config-file | Path to JSON configuration file (required for config mode) | no | "" |
| working-directory | Working directory to run the action in | no | . |
Outputs
| name | description |
|---|---|
| solutions-created | Number of solution files created |
| solution-files | Space-separated list of created solution file paths |
| total-projects | Total number of projects included across all solutions |