Add ProjectInfo.WithId #74665
Labels
api-approved
API was approved in API review, it can be implemented
Area-IDE
Concept-API
This issue involves adding, removing, clarification, or modification of an API.
Feature Request
untriaged
Issues and PRs which have not yet been triaged by a lead
Background and Motivation
Useful for dotnet-watch, where we need to take
ProjectInfo
returnedMSBuildProjectLoader
and remap its ID to a project with the same project file path.Proposed API
namespace Microsoft.CodeAnalysis; public sealed class ProjectInfo { + public ProjectInfo WithId(ProjectId id); }
Similar API is already available for
DocumentInfo
.Usage Examples
Alternative Designs
Risks
The text was updated successfully, but these errors were encountered: