IntelliTect / IntelliTect/TestTools.Console
Add support for ExecuteMain() where Main matches the signature of C# entry point
Open
- Dominant language
- C#
- Stars
- 1
- Forks
- 0
- Avg merge
- 2m
- Merged PRs (30d)
- 5
Description
Add an execute Main that takes a `Func` and `param string args` and returns both the func return and the console output (yes, the best way to return both is a dilemma.
Contributor guide
Research direction
Start by reading the existing ExecuteMain entry point and how Main-style console applications are currently invoked. Clarify the expected behavior for a Func plus param string args, especially how the function return value and console output are represented together; done means ExecuteMain supports that signature and exposes both results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- cli, testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100