dotnet / dotnet/sdk

Establish a pattern/helper for handling solutions and traversal projects in a similar way

Open
#51,877 0 comments 1 reaction 0 assignees View on GitHub
Area-CLI Area-Infrastructure Area-TraversalSdk untriaged
Dominant language
C#
Stars
3.2k
Forks
1.3k
PR merge metrics
PR metrics pending

Description

### Is your feature request related to a problem? Please describe.

If folks are going to have success using Traversal projects with `dotnet`, we need command implementations to be able to detect and work against solution files and Traversal projects in a unified way. In general, commands should be asking "is this a collection of projects or a single project", and we should have answers for how to get the collection of projects from whatever input is provided - solution or Traversal project.

Once the set of projects to work on is computed, command implementations should be able to 'process' each of those discovered projects. In this way we separate the steps logically and open the door to future changes to the set of things we consider 'buildable' or 'interactable'.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.