Add support for ExecuteMain() where Main matches the signature of C# entry point
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 35/100
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<string[], int> 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.
Description
Add an execute Main that takes a Func<string[], int> and param string args and returns both the func return and the console output (yes, the best way to return both is a dilemma.
- Dominant language
- C#
- Stars
- 1
- Forks
- 0
- Avg merge
- 2m
- Merged PRs (30d)
- 5
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from IntelliTect/TestTools.Console
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
IntelliTect/TestTools.Console#130 ·
-
IntelliTect/TestTools.Console#69 · 1 reaction · 2 assignees ·
All issues in IntelliTect/TestTools.Console
Similar issues
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
nightscout/nocturne#1425 ·
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
Documentation
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
cake-build/cake#5024 ·
-
Frontend status/draft TechnicalDebt
Difficulty 2/5 1-2 days Newbie friendliness 75/100
Altinn/altinn-auth#4143 ·