dotnet / dotnet/msbuild

Allow for passing a project-to-build via contents over stdin

Open
#13,300 0 comments 1 reaction 2 assignees Claimed by @baronfel View on GitHub
Dominant language
C#
Stars
5.5k
Forks
1.5k
Avg merge
1d 8h
Merged PRs (30d)
141

Description

### Summary

Users should be able to create a text model of a project, then pipe it to stdin and have MSBuild use that input stream to create a Project(Instance) for the build request.

### Background and Motivation

This would make it easier to simulate multi-project builds and might reduce the need for us to do more extreme work.

### Proposed Feature

`echo "" | dotnet build` should work.

### Alternative Designs

_No response_

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.