Allow for passing a project-to-build via contents over stdin
Open
- 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.