.NET Console App Orchestration
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
My application model includes a .NET console app that includes user input (e.g., Console.ReadLine). When using Aspire, there appears to be no method to provide input to and/or interact with the console of a resource as required while using Aspire to orchestrate the project.
### Describe the solution you'd like
Provide a method to include a console app in the Aspire app model and still expose the console for user input for interactive CLI apps. This could be in the Aspire Dashboard console logs or a new API to expose the console of projects in external terminal processes. Other alternatives are also welcome.
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.