This commit is contained in:
Tyrrrz
2023-05-16 01:36:03 +03:00
parent 01f29a5375
commit e52781c25a
61 changed files with 1264 additions and 1345 deletions

View File

@@ -4,9 +4,7 @@ using System.Threading.Tasks;
namespace CliFx.Tests.Dummy;
// This dummy application is used in tests for scenarios
// that require an external process to properly verify.
// This dummy application is used in tests for scenarios that require an external process to properly verify
public static partial class Program
{
public static Assembly Assembly { get; } = Assembly.GetExecutingAssembly();