Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Add support for ExecuteMain() where Main matches the signature of C# entry point

Open
#6 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
csharp
Domain
cli, testing

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from IntelliTect/TestTools.Console

All issues in IntelliTect/TestTools.Console

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.