IntelliTect / IntelliTect/TestTools.Console
Add support for ExecuteMain() where Main matches the signature of C# entry point
オープン
- 主要言語
- C#
- スター
- 1
- フォーク
- 0
- 平均マージ
- 2分
- マージ済み PR(30日)
- 5
説明
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.
コントリビューションガイド
調査の方向性
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.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- csharp
- 領域
- cli, testing
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100